-
Notifications
You must be signed in to change notification settings - Fork 24
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
Grant read access to additional users on image repository creation, #143
Conversation
855e1d4
to
2464d43
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For adding users on image repository creation current implementation is fine, but in the nearest future when we need to support changing users list dynamically for all image repositories, this approach is not optimal. Better way would be to create a team per workspace with the configmap and add users dynamically to the team.
But for this PR you don't have to rework it.
based on config map in the user namespace named "image-controller-additional-users" STONEBLD-2666 Signed-off-by: Robert Cerven <[email protected]>
/retest |
based on config map in the user namespace named "image-controller-additional-users"
STONEBLD-2666