Managing permissions
Groups and Users¶
For every Paas it is possible to define which k8s groups have permissions on resources
belonging to the Paas. It is possible to manage group membership externally, with an ldap sync solution based on oc adm group sync
.
It also possible to have group membership managed by the Paas operator, by specifying users. However, we are working towards getting rid of user management through Paas, relying only externally managed groups.
For more information on authorization, please see Core Concepts - Authorization.
Note
When both an LDAP query and a list of users is defined, the LDAP query takes precedence
above the users. The paas operator will, in that case, no create a group, relying on the oc adm group sync
to manage it.