Assigning Project Permissions
When you create a project using oc sync <project name> you are given admin rights.
This means that you can:
- run policy commands
- run
oc syncagain on the same project
Other users on your team are not given this permission by default.
To give your other team members permissions:
- Switch to "Administrator" view
- Navigate to User Management > Role Bindings

- Add a name (for example
joe-admin) - Select the namespace (the same as the project you created - like
squad1-dev)
- Add the user. It will be
IAM#<email>where the email is all lowercase
- Click create