We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 635291d + 09148e8 commit f587fb6Copy full SHA for f587fb6
security/v1/consts.go
@@ -13,4 +13,9 @@ const (
13
14
// MinimallySufficientPodSecurityStandard indicates the PodSecurityStandard that matched the SCCs available to the users of the namespace.
15
MinimallySufficientPodSecurityStandard = "security.openshift.io/MinimallySufficientPodSecurityStandard"
16
+
17
+ // ValidatedSCCSubjectTypeAnnotation indicates the subject type that allowed the
18
+ // SCC admission. This can be used by controllers to detect potential issues
19
+ // between user-driven SCC usage and the ServiceAccount-driven SCC usage.
20
+ ValidatedSCCSubjectTypeAnnotation = "security.openshift.io/validated-scc-subject-type"
21
)
0 commit comments