Initial commit
This commit is contained in:
11
exercises/08-matrix-security/instructions.md
Normal file
11
exercises/08-matrix-security/instructions.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Exercise 8
|
||||
|
||||
In this exercise, you'll create a new user and assign read permissions. You will verify permissions for the admin user and the new user by logging into Jenkins with the appropriate credentials.
|
||||
|
||||
## Creating a User and Setting Permissions
|
||||
|
||||
1. Ensure that you are logged in as admin user.
|
||||
2. Create a new user named `miller`. Provide the relevant information.
|
||||
3. Configure Matrix Security by adding the admin user and the newly created user. The admin user should have all permissions. The `miller` user should only have read permissions for jobs and views.
|
||||
4. Log out of the system.
|
||||
5. Log in with the user `miller` and navigate to one of the jobs. Notice that you cannot edit the configuration or trigger a new build.
|
||||
BIN
exercises/08-matrix-security/solution/images/create-user.png
Normal file
BIN
exercises/08-matrix-security/solution/images/create-user.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 843 KiB |
BIN
exercises/08-matrix-security/solution/images/job-overview.png
Normal file
BIN
exercises/08-matrix-security/solution/images/job-overview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
BIN
exercises/08-matrix-security/solution/images/user-login.png
Normal file
BIN
exercises/08-matrix-security/solution/images/user-login.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 778 KiB |
BIN
exercises/08-matrix-security/solution/images/user-overview.png
Normal file
BIN
exercises/08-matrix-security/solution/images/user-overview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 881 KiB |
21
exercises/08-matrix-security/solution/solution.md
Normal file
21
exercises/08-matrix-security/solution/solution.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Solution
|
||||
|
||||
Create the new user.
|
||||
|
||||

|
||||
|
||||
The new user is now listed.
|
||||
|
||||

|
||||
|
||||
Configure users and permissions.
|
||||
|
||||

|
||||
|
||||
Log in with new user.
|
||||
|
||||

|
||||
|
||||
The job doesn't allow any editing or build triggering operations.
|
||||
|
||||

|
||||
Reference in New Issue
Block a user