Issues with adding roles

Posted on

We are using the developer subscription of Openshift in Azure (ARO) the role bindings do not appear to be working. I have use the OC CLI and the portal to bind roles to groups but when I do so the users do not have access to the projects in portal.

I am trying to give a group admin role access to all projects in ARO. I used the following command to do so:

oc adm policy add-cluster-role-to-group admin groupname
(it says it completed successfully, but none of the users in the group have access to the projects)

https://docs.openshift.com/container-platform/4.5/authentication/using-rbac.html#adding-roles_using-rbac

Thank you for the help!

Responses