jonathan-dev opened a new issue, #10390: URL: https://github.com/apache/apisix/issues/10390
### Description I am using docker for deployment which has the docker secrets for the management of secrets. The secrets are stored in a file like for example `/run/secrets/password`. I want to be able to use docker secrets to mage the API keys which are set in the `config.yaml` file. But I only have seen the option to reference environment variables in that file not files. So would the recommended way to use the docker secrets be to have an additional script which reads the secrets files to environment variables or is there another maybe more elegant solution? -- 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]
