diff --git a/pkg/auth/authorizer/abac/example_policy_file.jsonl b/pkg/auth/authorizer/abac/example_policy_file.jsonl index 7842fa89749..ba566f16ea3 100644 --- a/pkg/auth/authorizer/abac/example_policy_file.jsonl +++ b/pkg/auth/authorizer/abac/example_policy_file.jsonl @@ -1,7 +1,9 @@ {"user":"admin"} {"user":"scheduler", "readonly": true, "kind": "pods"} {"user":"scheduler", "kind": "bindings"} -{"user":"kubelet", "readonly": true, "kind": "bindings"} +{"user":"kubelet", "readonly": true, "kind": "pods"} +{"user":"kubelet", "readonly": true, "kind": "services"} +{"user":"kubelet", "readonly": true, "kind": "endpoints"} {"user":"kubelet", "kind": "events"} {"user":"alice", "ns": "projectCaribou"} {"user":"bob", "readonly": true, "ns": "projectCaribou"}