You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a 'project' object as part of a user-config CR, project gets created, user has no access - how do I add the 'oc adm policy add-role-to-user admin (user) (created-project)? Am I missing something simple?
The text was updated successfully, but these errors were encountered:
sorry for the late response. yes you need to explicitly add role bindings to the correct principals to give access to the new project/namespace. The new role bindings are manifests that can be templated with this same operator. This is a common practice.
Adding a 'project' object as part of a user-config CR, project gets created, user has no access - how do I add the 'oc adm policy add-role-to-user admin (user) (created-project)? Am I missing something simple?
The text was updated successfully, but these errors were encountered: