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
At the moment the impersonate RBAC verb does not appear to be supported.
kubectl-who-can impersonate serviceaccounts
Error: resolving resource: the "serviceaccounts" resource does not support the "impersonate" verb, only [create delete deletecollection get list patch update watch]
Adding this is a bit trickier as, according to the documentation impersonate can be set on resources which don't actually exist in etcd (specifically users and groups)
Why is this needed
Adding impersonate would be useful as it can allow for privilege escalation (similarly to escalate, and bind).
The text was updated successfully, but these errors were encountered:
What would you like to be added
At the moment the impersonate RBAC verb does not appear to be supported.
Adding this is a bit trickier as, according to the documentation impersonate can be set on resources which don't actually exist in etcd (specifically
users
andgroups
)Why is this needed
Adding impersonate would be useful as it can allow for privilege escalation (similarly to escalate, and bind).
The text was updated successfully, but these errors were encountered: