-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update existing ServiceAccount if some Role/RoleBinding was changed #19697
Comments
In other words if roles exist then they are supposed to be updated, right? |
Why not fixed it in context of #19651 ? |
I am trying to understand the impact of this issue and when users would be impacted by this issue. Why Role/RoleBindings should be updated? When does a user face this issue? |
After @skabashnyuk comment I now understand that this issue is reproduced whenever Che is updated from v7.29 (or CRW 2.8) or lower. And that the consequence is that existing users won't be able to start workspaces. But then I am not sure how QE hasn't found this problem earlier cc @dmytro-ndp? |
@tolusha for correct implementation of that, we need to add at least |
no concerns from my side. |
Is your task related to a problem? Please describe.
In case if Roles or RoleBindings were changed (updated/removed/added), existing workspace ServiceAccount doesn't apply such updates.
It would be nice to have a mechanism to apply diffs of Role/RoleBindings.
Additional context
This issue was caused by #19651
The text was updated successfully, but these errors were encountered: