Skip to content

Commit

Permalink
Document new users
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed May 27, 2020
1 parent 957913f commit ce452e3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,14 @@ Prototyping is in progress, compatibility of the scripts and Dockerfiles is **NO

Jenkins container starts with the following contents:

* Authentication: Internal database with two users: `admin` and `user`
* Passwords are same as user names
* Authentication: Internal database with four users. Passwords are same as user names
* `admin` - Admin with full access
* `manager` - User with `Jenkins/Manage` permissions
([JEP-223](https://github.com/jenkinsci/jep/tree/master/jep/223))
* `readonly` - User with `Jenkins/SystemRead` and read-only permissions
([JEP-224](https://github.com/jenkinsci/jep/tree/master/jep/224)) -
[announcement](https://www.jenkins.io/blog/2020/05/25/read-only-jenkins-announcement/)
* `user` - User with ability to run jobs
* Authorization:
* [Ownership-Based Security](https://github.com/jenkinsci/ownership-plugin/blob/master/doc/OwnershipBasedSecurity.md),
powered by [Role Strategy](https://plugins.jenkins.io/role-strategy)
Expand Down

0 comments on commit ce452e3

Please sign in to comment.