Cluster Admins and Project Owners can grant or revoke user access to projects within a cluster (in addition to the individual resources within the project). View roles and permissions available.
How to Grant Project Access to a User #
Tool:
pachctl auth set project foo repoReader,repoWriter user:edna
- Open the Console UI.
- Navigate to the project you wish to grant user permissions to.
- Select Edit Project Permissions.
- Search for and select the user or user’s group.
- Choose which permissions to grant from the dropdown.
- Select Add.
How to Check Project Access for a User #
Tool:
pachctl auth check project foo user:bob