Browse Source

Merge pull request #8999 from DirectXMan12/bug/sdn-proxier-rolebinding

Bind the node-proxier role to the SDN SA
OpenShift Merge Robot 6 years ago
parent
commit
0b514100cc
1 changed files with 11 additions and 1 deletions
  1. 11 1
      roles/openshift_sdn/files/sdn-policy.yaml

+ 11 - 1
roles/openshift_sdn/files/sdn-policy.yaml

@@ -26,4 +26,14 @@ items:
   - kind: ServiceAccount
     name: sdn
     namespace: openshift-sdn
-# TODO: PSP binding
+- apiVersion: authorization.openshift.io/v1
+  kind: ClusterRoleBinding
+  metadata:
+    name: sdn-node-proxier
+  roleRef:
+    name: system:node-proxier
+  subjects:
+  - kind: ServiceAccount
+    name: sdn
+    namespace: openshift-sdn
+# TODO: PSP binding