From 574bbea3b211751bc931c01c2e4bdc30e330f82b Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:30:29 -0700 Subject: [PATCH] c --- .github/workflows/docker-build-context/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-build-context/Dockerfile b/.github/workflows/docker-build-context/Dockerfile index 51061efc3..f8c43f405 100644 --- a/.github/workflows/docker-build-context/Dockerfile +++ b/.github/workflows/docker-build-context/Dockerfile @@ -5,6 +5,7 @@ WORKDIR /opt/aerospike/smd ENV AEROSPIKE_CONF_TEMPLATE_PATH=/etc/aerospike/aerospike.template.conf # Enable authentication +# Not using asconfig to edit config because this is a template file, which may not have valid values yet RUN echo -e "security {\n\tenable-quotas true\n}\n" >> $AEROSPIKE_CONF_TEMPLATE_PATH # security.smd was generated manually by # 1. Starting a new Aerospike EE server using Docker