appuio / component-openshift4-authentication

Commodore component to manage authentication on OpenShift 4
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Manage User Groups #17

Closed srueg closed 3 years ago

srueg commented 4 years ago

Context

In #1 we implemented LDAP group sync. Since we'll move away from LDAP as authentication provider (to OIDC) we'll need another way to manage the groups. Implement the feature in this component to manage user groups: It should be possible to assign a list of usernames to a certain group. For example all VSHN users can be mapped to the "VSHN openshiftroot" group that way. Additionally this allows also customers to introduce groups of their own users.

Alternatives

Using LDAP group sync is currently the only option to manage user groups in OpenShift.

Acceptance Criteria