Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating Projects with correct access rights for users #136

Open
utherp0 opened this issue Apr 17, 2023 · 1 comment
Open

Creating Projects with correct access rights for users #136

utherp0 opened this issue Apr 17, 2023 · 1 comment
Labels
question Further information is requested

Comments

@utherp0
Copy link

utherp0 commented Apr 17, 2023

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?

@pfeifferj pfeifferj added the question Further information is requested label May 8, 2023
@raffaelespazzoli
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants