Manage group memberships
This page covers a guide on how to add or remove RBAC users to/from groups.
Add user
Add a user to a group as an empty object.
The name of the user is a name of the RBAC user resource, which might not be the one the user is using to log in. |
The name of the group is subject to some naming rules, see DNS Label Names. |
parameters:
openshift4_authentication:
groupMemberships:
example-group:
users:
example-user: {}
The
|