imagineerThat
imagineerThat

Reputation: 5553

Jenkins: set admin access for a few individuals and "normal" access for all other users authenticated

I would like for a few users in my team to get the full admin rights on Jenkins, but allow the rest of the company to have job creator rights. All users are added by Ldap. I've already added the role strategy plugin, and assigned my team members as under an administrator role. How do I add everyone else automatically to a job-creator role (with limited access)?

Upvotes: 1

Views: 9790

Answers (2)

imagineerThat
imagineerThat

Reputation: 5553

There is a hidden role called "authenticated" for all users who log in. I set that role to have limited permissions, all through the role strategy plugin. Odd that it doesn't mention this in the wiki page

Upvotes: 4

Bruno Lavit
Bruno Lavit

Reputation: 10382

In the "Configure Global Security" section (Manage Jenkins), just add a the Anonymous user.

Next, configure the permissions for this user and it should solve your problem :)

All the people accessing your Jenkins server with no authentication should be able to create jobs.

Upvotes: 1

Related Questions