Skip to content

Commit df0fc09

Browse files
Merge pull request #48 from lokesh-sreedhara/main
Assign a security context constraint (SCC) to the service account that grants the requested access
2 parents e06be43 + fcce30c commit df0fc09

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)