Skip to content

Commit 721c337

Browse files
committed
scc: give all authenticated users access to restricted-v3
Signed-off-by: Peter Hunt <[email protected]>
1 parent d0c3849 commit 721c337

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
apiVersion: rbac.authorization.k8s.io/v1
2+
kind: ClusterRoleBinding
3+
metadata:
4+
annotations:
5+
include.release.openshift.io/ibm-cloud-managed: "true"
6+
include.release.openshift.io/self-managed-high-availability: "true"
7+
include.release.openshift.io/single-node-developer: "true"
8+
name: system:openshift:scc:restricted-v3
9+
roleRef:
10+
apiGroup: rbac.authorization.k8s.io
11+
kind: ClusterRole
12+
name: system:openshift:scc:restricted-v3
13+
subjects:
14+
- apiGroup: rbac.authorization.k8s.io
15+
kind: Group
16+
name: system:authenticated

0 commit comments

Comments
 (0)