vguddoda commented on issue #12281:
URL: https://github.com/apache/apisix/issues/12281#issuecomment-2976835358

   Hi ,
   
   I have used the workaround for this to avoid permission issues.
   
   STEP1 : copied or mounted to different path : 
   
   TEMPLATE_PATH=${PREFIX}/conf/config.yaml.tpl
   
   STEP 2 : and did envsubst to the actual path 
CONFIG_PATH=${PREFIX}/conf/config.yaml
                 envsubst < "$TEMPLATE_PATH" > "$FINAL_CONFIG_PATH"
   
   STEP 3 : exec /usr/local/openresty/bin/openresty -p "${PREFIX}" -g "daemon 
off;"
   
   it worked , you can close the ticket.
   
   @Baoyuantop 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to