From 0f2502bed61a7487f4996381a07216df9551d591 Mon Sep 17 00:00:00 2001 From: phact Date: Wed, 3 Sep 2025 22:09:01 -0400 Subject: [PATCH] chown --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 3131f7c3..de4c86f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,6 +48,7 @@ RUN echo y | opensearch-plugin install repository-s3 # Copy OIDC and DLS security configuration COPY securityconfig/ /usr/share/opensearch/securityconfig/ +RUN chown -R opensearch:opensearch /usr/share/opensearch/securityconfig/ # Create a script to apply security configuration after OpenSearch starts RUN echo '#!/bin/bash' > /usr/share/opensearch/setup-security.sh && \