-
Notifications
You must be signed in to change notification settings - Fork 54
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
Add "patch secrets" to workspace SA RBAC #675
Conversation
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
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.
Moving from approved to request changes because I'm not sure if storing everything inside of workspace-credentials-secrets is the right choice in the context of eclipse-che/che#20749. To me, it seems like we should be working with a seperate workspace preferences configmap instead
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
Signed-off-by: Angel Misevski <amisevsk@redhat.com>
Added |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: amisevsk, JPinkney The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@amisevsk: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Please do not merge until eclipse-che/che-server#174 is merged. This PR is supposed to add the |
@vinokurig are you sure there is a blocker for merging this PR? it's purely additive, so merging it shouldn't break anything elsewhere. Is the concern that the added RBAC may have to be modified? I'm asking because once the Prow issues are resolved, I'd like to begin the v0.11 release process as soon as possible, and I'd like for v0.11 to include these changes (otherwise Theia is waiting for v0.12 in ~5 weeks). |
@amisevsk |
/test v8-devworkspace-operator-e2e |
What does this PR do?
Add the
patch secrets
permission to the default workspace SA RBAC.What issues does this PR fix or reference?
Required for some use cases that depend on this secret.
Is it tested? How?
PR Checklist
/test v8-devworkspace-operator-e2e, v8-che-happy-path
to trigger)v8-devworkspace-operator-e2e
: DevWorkspace e2e testv8-che-happy-path
: Happy path for verification integration with Che