Skip to content

Commit

Permalink
Drop uid and guid in 3scale-kourier-gateway (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode authored Mar 6, 2024
1 parent 3ca9711 commit f23afda
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions openshift/patches/003-dropuid.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
diff --git a/config/300-gateway.yaml b/config/300-gateway.yaml
index 4a71d3eb..6c9df8f9 100644
--- a/config/300-gateway.yaml
+++ b/config/300-gateway.yaml
@@ -72,8 +72,6 @@ spec:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: false
runAsNonRoot: true
- runAsUser: 65534
- runAsGroup: 65534
capabilities:
drop:
- ALL

0 comments on commit f23afda

Please sign in to comment.