RedHat EX432 Question Answer
Grant a team group “edit” access to the namespace that has a ClusterSetBinding
See the solution below in Explanation.
Create a group (example) and add users:
oc adm groups new dev-team
oc adm groups add-users dev-team user1 user2
Grant namespace access:
oc adm policy add-role-to-group edit dev-team -n team-dev
Validate with a user token/login (or check rolebindings):
oc get rolebinding -n team-dev | grep dev-team
Why this matters:
ACM access patterns commonly combine namespace RBAC + ClusterSetBinding to scope what teams can manage.
TESTED 30 May 2026
Copyright © 2014-2026 ACE4Sure. All Rights Reserved