Unresolved
Details
Assignee
Andreas GeißlerAndreas GeißlerReporter
Andreas GeißlerAndreas GeißlerComponents
Fix versions
Priority
Medium
Details
Details
Assignee
Andreas Geißler
Andreas GeißlerReporter
Andreas Geißler
Andreas GeißlerComponents
Fix versions
Priority
Created April 16, 2024 at 2:10 PM
Updated October 16, 2024 at 3:02 PM
Resolved April 16, 2024 at 2:10 PM
Use in ONAP charts: https://git.onap.org/oom/tree/kubernetes/common/common/templates/_pod.tpl#n67
Allowed Pod manifest :
spec:
...
template:
...
spec:
securityContext:
allowPrivilegeEscalation:
false
...
initContainers:
-
name:
...
...
securityContext:
allowPrivilegeEscalation:
false
containers:
-
name:
someContainer
...
securityContext:
allowPrivilegeEscalation:
false