Learn KOP - Part 2 - Add New User - Rafay Product Documentation

Part 2: User Management

This is Part 2 of a multi-part, self paced quick start exercise.

What Will You Do

In part 2, you will

Estimated Time
Estimated time burden for this part is 20 minutes.

Assumptions

Step 1: New User

In this step, you will add a new user to the newly created project from the previous part.

At this point, an activation email would have been sent to the specified email address with instructions on how to access the Org. But, since the user has not be configured with any roles and permissions, they will not be access anything useful.

Step 2: Configure Roles

In this step, you will configure roles for the new user created in the prior step.

With this role, we will implement separation of duties by authorizing this user to manage the infrastructure (i.e. cluster), but block them from being able to manage the lifecycle of k8s workloads.

As you can see, this user only has access to the "desktop" project with an "Infrastructure Admin" role.

Step 3: New User Login

You will notice that as we configured in the prior step, the new user can only access the "desktop" project. In addition, this user can only view and access Infrastructure related functionality. Users with this role will not have access to Applications, GitOps pipelines etc.

Clicking on the "desktop" project will take the user to the underlying resources in the project. But, notice that this user can only view Infrastructure resources and will have a different view of the desktop project relative to the Org Admin user.

Recap

Congratulations! In this part, you