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
A user who is bound to the clusterrole sudoer can impersonate the user system:admin from the command line without any problems, however, the option to impersonate is grayed out on the openshift web console.
A workaround is to add these additional permissions to the sudoer role:
This works, but for some reason if I explicitly list out all resources that would fall under that apiGroups then it doesn't work. So, with something like this, it doesn't work.
Do you have a copy of the error message you get when trying to impersonate without these permissions? The explicit list may be failing because the access attempt is on a subresource. E.g., like this:
A user who is bound to the clusterrole
sudoer
can impersonate the usersystem:admin
from the command line without any problems, however, the option to impersonate is grayed out on the openshift web console.A workaround is to add these additional permissions to the sudoer role:
This works, but for some reason if I explicitly list out all resources that would fall under that apiGroups then it doesn't work. So, with something like this, it doesn't work.
As far as I can tell those are the only resources under that apiGroup
The text was updated successfully, but these errors were encountered: