Skip to content

Commit fcce30c

Browse files
Assigned a security context constraint (SCC) to the service account that grants the requested access
1 parent e06be43 commit fcce30c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/samples/sidb/openshift_rbac.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
name: sidb-scc
1313
namespace: default
1414
allowPrivilegedContainer: false
15+
users:
16+
- system:serviceaccount:default:sidb-sa
17+
- system:serviceaccount:default:oracle-database-operator
1518
runAsUser:
1619
type: MustRunAsRange
1720
uidRangeMin: 0

0 commit comments

Comments
 (0)