-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathsystem_openshift_scc_privileged.json
59 lines (59 loc) · 1.48 KB
/
system_openshift_scc_privileged.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"metadata": {
"name": "system:openshift:scc:privileged",
"selfLink": "/apis/authorization.openshift.io/v1/clusterrolebindings/system%3Aopenshift%3Ascc%3Aprivileged",
"uid": "30ac5256-53b5-41d2-8806-16a7fd8861fe",
"resourceVersion": "3383204",
"creationTimestamp": "2021-01-25T12:25:51Z"
},
"userNames": [
"system:serviceaccount:sdi:sdi-elasticsearch",
"system:serviceaccount:sdi:sdi-fluentd",
"system:serviceaccount:sdi:default",
"system:serviceaccount:sdi:mlf-deployment-api",
"system:serviceaccount:sdi:vora-vflow-server",
"system:serviceaccount:sdi:vora-vsystem-sdi",
"system:serviceaccount:sdi:vora-vsystem-sdi-vrep"
],
"groupNames": null,
"subjects": [
{
"kind": "ServiceAccount",
"namespace": "sdi",
"name": "sdi-elasticsearch"
},
{
"kind": "ServiceAccount",
"namespace": "sdi",
"name": "sdi-fluentd"
},
{
"kind": "ServiceAccount",
"namespace": "sdi",
"name": "default"
},
{
"kind": "ServiceAccount",
"namespace": "sdi",
"name": "mlf-deployment-api"
},
{
"kind": "ServiceAccount",
"namespace": "sdi",
"name": "vora-vflow-server"
},
{
"kind": "ServiceAccount",
"namespace": "sdi",
"name": "vora-vsystem-sdi"
},
{
"kind": "ServiceAccount",
"namespace": "sdi",
"name": "vora-vsystem-sdi-vrep"
}
],
"roleRef": {
"name": "system:openshift:scc:privileged"
}
}