Updating per feedback

This commit is contained in:
Jennifer Travinski
2022-07-11 14:07:53 -04:00
parent 49bd1b90c5
commit cbf9566431
14 changed files with 16 additions and 18 deletions
@@ -140,7 +140,7 @@ _Project roles_ are roles that can be used to grant users access to a project. T
These users can view everything in the project but cannot create, update, or delete anything.
:::note Caveat
:::note danger
Users assigned the `Owner` or `Member` role for a project automatically inherit the `namespace creation` role. However, this role is a [Kubernetes ClusterRole](https://kubernetes.io/docs/reference/access-authn-authz/rbac/#role-and-clusterrole), meaning its scope extends to all projects in the cluster. Therefore, users explicitly assigned the `owner` or `member` role for a project can create namespaces in other projects they're assigned to, even with only the `Read Only` role assigned.