Skip to content

Commit 6c8d202

Browse files
jeichlerrbo
authored andcommitted
feat(authentication): add manifest for disabling self-provisioning
1 parent 8ac254c commit 6c8d202

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

content/cluster-configuration/authentication/redhat-sso.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,14 @@ oc delete secrets kubeadmin -n kube-system
7070
oc adm policy remove-cluster-role-from-group self-provisioner system:authenticated system:authenticated:oauth
7171
```
7272

73+
Or the respective manifest:
74+
75+
```yaml
76+
apiVersion: rbac.authorization.k8s.io/v1
77+
kind: ClusterRoleBinding
78+
metadata:
79+
annotations:
80+
rbac.authorization.kubernetes.io/autoupdate: "false"
81+
name: self-provisioners
82+
subjects: null
83+
```

0 commit comments

Comments
 (0)