Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing "Manage Users" on Manage Jenkins page

Tags:

jenkins

I'm running a local instance of Jenkins 2.1. I'd like to create a couple of users with different security access. Till now, I've been working as the generic anonymous user with no security enabled at all. You can see the alert from Jenkins telling me to set it up on the attached screen shot.

I feel like I'm going a little crazy, but I don't see the Manage Users option on my Manage Jenkins page that all the tutorials tell me to start with.

Anyone know where else I should look?

Missing Manage Users

like image 836
CosetteN Avatar asked May 02 '16 15:05

CosetteN


2 Answers

See Jenkins, Standard Security Setup:

Immediately after installation, Jenkins will allow anyone to run anything as user jenkins, which is bad. This page shows you how to set up basic security using the Configure Global Security page.

The Configure Global Security page has two sections in which you:

  • Set the security realm to determine who is allowed access
  • Set the authorization to determine what each user is allowed to do

See also Securing Jenkins:

In the default configuration, Jenkins does not perform any security checks. This means the ability of Jenkins to launch processes and access local files are available to anyone who can access Jenkins web UI and some more.

Securing Jenkins has several aspects to it.

Access Control

...

Protect users of Jenkins from other threats

...

like image 131
Gerold Broser Avatar answered Sep 21 '22 00:09

Gerold Broser


In the "Configure Global Security" select "Jenkins’ own user database " Then the Manage user section will get enabled.

like image 40
Ranjit Avatar answered Sep 22 '22 00:09

Ranjit