Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
DevOps Bootcamp

You're reading from   DevOps Bootcamp The fastest way to learn DevOps

Arrow left icon
Product type Paperback
Published in May 2017
Publisher Packt
ISBN-13 9781787285965
Length 312 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Mitesh Soni Mitesh Soni
Author Profile Icon Mitesh Soni
Mitesh Soni
Arrow right icon
View More author details
Toc

Table of Contents (9) Chapters Close

Preface 1. DevOps Concepts and Assessment Framework FREE CHAPTER 2. Continuous Integration 3. Containers 4. Cloud Computing and Configuration Management 5. Continuous Delivery 6. Automated Testing (Functional and Load Testing) 7. Orchestration - End-to-End Automation 8. Security and Monitoring

User management in Jenkins

Security is all about authentication and authorization, which are parts of the AAA trio:

For security configuration, go to Manage Jenkins and click on Configure Global Security in Jenkins:

To enable security in Jenkins, click on Enable Security. By default, security is enabled in Jenkins:

We need to change TCP port for JNLPagents to Random so agents can be configured.

For Access Control in Authentication, select Jenkins' own user database in the Security Realm section.

Check Allow users to sign up so new users can create an account:

In Authorization, select Matrix-based security to provide rights to all available users as required:

We can also select Project-based matrix Authorization Strategy. In this case, we need to go to the individual build job or project and go to its configuration:

Check Enable project-based security and give rights to individual users:

It often happens...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime