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
The thought is that this could potentially make Pepr stronger by requiring an action be performed by a specific user/belonging to specific group. It is similar to how RBAC works, but in this case the RBAC would delegate the decision to the module author.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Background::
The
AdmissionReview
object sent from kube-apiserver during admission contains auserInfo
that containsusername
andgroups
.Discussion::
Would it be fruitful to add Pepr filters based on those fields for admission objects?
The thought is that this could potentially make Pepr stronger by requiring an action be performed by a specific user/belonging to specific group. It is similar to how RBAC works, but in this case the RBAC would delegate the decision to the module author.
Beta Was this translation helpful? Give feedback.
All reactions