From c77ad0a6ba723b9e16e986f785cf7e2de4c7afcf Mon Sep 17 00:00:00 2001 From: Kelsey Hightower Date: Thu, 23 Mar 2017 19:48:53 -0700 Subject: [PATCH] use RBAC authz --- authorization-policy.jsonl | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 authorization-policy.jsonl diff --git a/authorization-policy.jsonl b/authorization-policy.jsonl deleted file mode 100644 index 5517cf9..0000000 --- a/authorization-policy.jsonl +++ /dev/null @@ -1,5 +0,0 @@ -{"apiVersion": "abac.authorization.kubernetes.io/v1beta1", "kind": "Policy", "spec": {"user":"*", "nonResourcePath": "*", "readonly": true}} -{"apiVersion": "abac.authorization.kubernetes.io/v1beta1", "kind": "Policy", "spec": {"user":"admin", "namespace": "*", "resource": "*", "apiGroup": "*", "nonResourcePath": "*"}} -{"apiVersion": "abac.authorization.kubernetes.io/v1beta1", "kind": "Policy", "spec": {"user":"scheduler", "namespace": "*", "resource": "*", "apiGroup": "*"}} -{"apiVersion": "abac.authorization.kubernetes.io/v1beta1", "kind": "Policy", "spec": {"user":"kubelet", "namespace": "*", "resource": "*", "apiGroup": "*", "nonResourcePath": "*"}} -{"apiVersion": "abac.authorization.kubernetes.io/v1beta1", "kind": "Policy", "spec": {"group":"system:serviceaccounts", "namespace": "*", "resource": "*", "apiGroup": "*", "nonResourcePath": "*"}}