-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathanyuid.json
53 lines (53 loc) · 1.31 KB
/
anyuid.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
{
"metadata": {
"name": "anyuid",
"selfLink": "/apis/security.openshift.io/v1/securitycontextconstraints/anyuid",
"uid": "67895b85-570c-4b27-b58b-6bc6231f4120",
"resourceVersion": "1202",
"generation": 1,
"creationTimestamp": "2021-01-20T17:14:17Z",
"annotations": {
"include.release.openshift.io/self-managed-high-availability": "true",
"kubernetes.io/description": "anyuid provides all features of the restricted SCC but allows users to run with any UID and any GID.",
"release.openshift.io/create-only": "true"
}
},
"priority": 10,
"allowPrivilegedContainer": false,
"defaultAddCapabilities": null,
"requiredDropCapabilities": [
"MKNOD"
],
"allowedCapabilities": null,
"allowHostDirVolumePlugin": false,
"volumes": [
"configMap",
"downwardAPI",
"emptyDir",
"persistentVolumeClaim",
"projected",
"secret"
],
"allowHostNetwork": false,
"allowHostPorts": false,
"allowHostPID": false,
"allowHostIPC": false,
"allowPrivilegeEscalation": true,
"seLinuxContext": {
"type": "MustRunAs"
},
"runAsUser": {
"type": "RunAsAny"
},
"supplementalGroups": {
"type": "RunAsAny"
},
"fsGroup": {
"type": "RunAsAny"
},
"readOnlyRootFilesystem": false,
"users": [],
"groups": [
"system:cluster-admins"
]
}