Skip to content

Commit 8f2782e

Browse files
author
Peng Zhou
committed
MLE-24842: Fix security Vulnerability issue with The Kubernetes container requests the NET_RAW capability
1 parent ce74fea commit 8f2782e

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

charts/marklogic-operator-kubernetes/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ controllerManager:
1010
capabilities:
1111
drop:
1212
- ALL
13+
runAsNonRoot: true
1314
image:
1415
repository: gcr.io/kubebuilder/kube-rbac-proxy
1516
tag: v0.15.0
@@ -30,6 +31,7 @@ controllerManager:
3031
capabilities:
3132
drop:
3233
- ALL
34+
runAsNonRoot: true
3335
image:
3436
repository: progressofficial/marklogic-operator-kubernetes
3537
tag: 1.1.0

config/default/manager_auth_proxy_patch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ spec:
1515
capabilities:
1616
drop:
1717
- "ALL"
18+
runAsNonRoot: true
1819
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.15.0
1920
args:
2021
- "--secure-listen-address=0.0.0.0:8443"

config/manager/manager.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ spec:
7777
capabilities:
7878
drop:
7979
- "ALL"
80+
runAsNonRoot: true
8081
livenessProbe:
8182
httpGet:
8283
path: /healthz

0 commit comments

Comments
 (0)