Skip to content

Pod security admission username exemtion not working #7061

Closed Answered by Mapmo
Mapmo asked this question in Q&A
Discussion options

You must be logged in to vote

Most pods are created by a controller in response to a workload resource, meaning that exempting an end user will only exempt them from enforcement when creating pods directly, but not when creating a workload resource. Controller service accounts (such as system:serviceaccount:kube-system:replicaset-controller) should generally not be exempted, as doing so would implicitly exempt any user that can create the corresponding workload resource.

https://docs.microfocus.com/doc/SMAX/24.4/KubernetesPSA

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@Mapmo
Comment options

@brandond
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by Mapmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #7060 on October 16, 2024 19:09.