From 2555c64e42550d20b4ad165136dc0d54b7dfef00 Mon Sep 17 00:00:00 2001 From: Paurush Garg Date: Fri, 25 Aug 2023 09:20:29 -0700 Subject: [PATCH] Updating vended configurations for non-root user Removing changes to ECS deployment template --- deployment-template/eks/otel-container-insights-infra.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deployment-template/eks/otel-container-insights-infra.yaml b/deployment-template/eks/otel-container-insights-infra.yaml index ba9cba37d1..b9cd6f8ea7 100644 --- a/deployment-template/eks/otel-container-insights-infra.yaml +++ b/deployment-template/eks/otel-container-insights-infra.yaml @@ -186,6 +186,9 @@ spec: containers: - name: aws-otel-collector image: public.ecr.aws/aws-observability/aws-otel-collector:latest + securityContext: + runAsUser: 0 + runAsGroup: 0 env: - name: K8S_NODE_NAME valueFrom: