I have a little problem. I currently have the Microsoft AD plugin on my Jenkins with which all users can log in.
Additionally, I installed the plugin RoleBasedStrategy to set permissions for the users. Now I've come across the following problem:
I would like that all users have access to all projects but not to the credentials of the users e.g. for Github or Bitbucket. Is it possible to create "Private" credentials for each individual user? I do not want user A to be able to use credentials of user B for his project.
At the same time I also encountered the problem that every user can select all credentials they added to Jenkins. How can I solve the problem without granting or not granting access to each user for each project?