Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 404 Bytes

k8s-best-practices-scc-permissions-for-an-application.adoc

File metadata and controls

4 lines (3 loc) · 404 Bytes

Setting SCC permissions for applications

Permissions to use an SCC is done by adding a cluster role that has uses permissions for the SCC and then rolebindings for the users within a namespace to that role for users that need that SCC. Application admins can create their own role/rolebindings to assign permissions to a Service Account.