|
@@ -26,8 +26,9 @@ objects:
|
|
|
roleRef:
|
|
|
kind: ClusterRole
|
|
|
name: servicecatalog-serviceclass-viewer
|
|
|
- groupNames:
|
|
|
- - system:authenticated
|
|
|
+ subjects:
|
|
|
+ - kind: Group
|
|
|
+ name: system:authenticated
|
|
|
|
|
|
- kind: ServiceAccount
|
|
|
apiVersion: v1
|
|
@@ -76,6 +77,15 @@ objects:
|
|
|
- list
|
|
|
- watch
|
|
|
- get
|
|
|
+ - apiGroups:
|
|
|
+ - "admissionregistration.k8s.io"
|
|
|
+ resources:
|
|
|
+ - validatingwebhookconfigurations
|
|
|
+ - mutatingwebhookconfigurations
|
|
|
+ verbs:
|
|
|
+ - list
|
|
|
+ - watch
|
|
|
+ - get
|
|
|
|
|
|
- apiVersion: rbac.authorization.k8s.io/v1
|
|
|
kind: ClusterRoleBinding
|
|
@@ -214,6 +224,31 @@ objects:
|
|
|
name: service-catalog-controller
|
|
|
|
|
|
- apiVersion: rbac.authorization.k8s.io/v1
|
|
|
+ kind: Role
|
|
|
+ metadata:
|
|
|
+ name: cluster-info-configmap
|
|
|
+ namespace: kube-service-catalog
|
|
|
+ rules:
|
|
|
+ - apiGroups: [""]
|
|
|
+ resources: ["configmaps"]
|
|
|
+ resourceNames: ["cluster-info"]
|
|
|
+ verbs: ["get","create","list","watch","update"]
|
|
|
+
|
|
|
+- apiVersion: rbac.authorization.k8s.io/v1
|
|
|
+ kind: RoleBinding
|
|
|
+ metadata:
|
|
|
+ name: cluster-info-configmap-binding
|
|
|
+ namespace: kube-service-catalog
|
|
|
+ roleRef:
|
|
|
+ apiGroup: rbac.authorization.k8s.io
|
|
|
+ kind: Role
|
|
|
+ name: cluster-info-configmap
|
|
|
+ subjects:
|
|
|
+ - kind: ServiceAccount
|
|
|
+ namespace: kube-service-catalog
|
|
|
+ name: service-catalog-controller
|
|
|
+
|
|
|
+- apiVersion: rbac.authorization.k8s.io/v1
|
|
|
kind: ClusterRoleBinding
|
|
|
metadata:
|
|
|
name: system:auth-delegator-binding
|