Skip to content

Commit

Permalink
added exempted user to guardrails
Browse files Browse the repository at this point in the history
  • Loading branch information
yjst2012 committed Dec 8, 2023
1 parent c3d127a commit 0312703
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ is_priv_namespace(ns) = true {

exempted_user = {
"system:kube-controller-manager",
"system:kube-scheduler",
"system:admin" # comment out temporarily for testing in console
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ spec:
exempted_user = {
"system:kube-controller-manager",
"system:kube-scheduler",
"system:admin" # comment out temporarily for testing in console
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ spec:
exempted_user = {
"system:kube-controller-manager",
"system:kube-scheduler",
"system:admin" # comment out temporarily for testing in console
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ spec:
exempted_user = {
"system:kube-controller-manager",
"system:kube-scheduler",
"system:admin" # comment out temporarily for testing in console
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ spec:
exempted_user = {
"system:kube-controller-manager",
"system:kube-scheduler",
"system:admin" # comment out temporarily for testing in console
}
Expand Down

0 comments on commit 0312703

Please sign in to comment.