|
@@ -10,7 +10,7 @@ parameters:
|
|
|
objects:
|
|
|
|
|
|
# Grant the service account permission to call the TSB
|
|
|
-- apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
|
+- apiVersion: rbac.authorization.k8s.io/v1
|
|
|
kind: ClusterRoleBinding
|
|
|
metadata:
|
|
|
name: templateservicebroker-client
|
|
@@ -23,7 +23,7 @@ objects:
|
|
|
name: templateservicebroker-client
|
|
|
|
|
|
# to delegate authentication and authorization
|
|
|
-- apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
|
+- apiVersion: rbac.authorization.k8s.io/v1
|
|
|
kind: ClusterRoleBinding
|
|
|
metadata:
|
|
|
name: auth-delegator-${NAMESPACE}
|
|
@@ -36,7 +36,7 @@ objects:
|
|
|
name: apiserver
|
|
|
|
|
|
# to have the template service broker powers
|
|
|
-- apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
|
+- apiVersion: rbac.authorization.k8s.io/v1
|
|
|
kind: ClusterRoleBinding
|
|
|
metadata:
|
|
|
name: tsb-${NAMESPACE}
|
|
@@ -49,7 +49,7 @@ objects:
|
|
|
name: apiserver
|
|
|
|
|
|
# to read the config for terminating authentication
|
|
|
-- apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
|
+- apiVersion: rbac.authorization.k8s.io/v1
|
|
|
kind: RoleBinding
|
|
|
metadata:
|
|
|
namespace: ${KUBE_SYSTEM}
|
|
@@ -64,7 +64,7 @@ objects:
|
|
|
|
|
|
# allow the kube service catalog's SA to read the static secret defined
|
|
|
# above, which will contain the token for the SA that can call the TSB.
|
|
|
-- apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
|
+- apiVersion: rbac.authorization.k8s.io/v1
|
|
|
kind: Role
|
|
|
metadata:
|
|
|
name: templateservicebroker-auth-reader
|
|
@@ -78,7 +78,7 @@ objects:
|
|
|
- secrets
|
|
|
verbs:
|
|
|
- get
|
|
|
-- apiVersion: rbac.authorization.k8s.io/v1beta1
|
|
|
+- apiVersion: rbac.authorization.k8s.io/v1
|
|
|
kind: RoleBinding
|
|
|
metadata:
|
|
|
namespace: ${NAMESPACE}
|