IceKube icon indicating copy to clipboard operation
IceKube copied to clipboard

RBAC bind

Open Skybound1 opened this issue 1 year ago • 0 comments

Need to implement attack paths that leverage the bind verb.

This would require computing what the resultant permissions would be, and how we would integrate that into the graph.

escalate could easily grant all verbs, so we just assumed full access to other resources, however the same cannot be said with bind where we are limited by the verbs specified in the role.

Would also need to account for scope, ie cluster-wide or namespaced.

Skybound1 avatar Nov 29 '23 18:11 Skybound1