nojano opened a new issue, #12775:
URL: https://github.com/apache/apisix/issues/12775
### Description
Hi APISIX team,
I’m exploring ways to avoid storing sensitive data (like API keys or client
secrets) directly in APISIX routes. I know that APISIX supports environment
variable substitution (${{VAR}}) in config.yaml, but it’s unclear whether this
can also be used inside dynamic resources such as routes, upstreams, or plugin
configurations stored in etcd.
Is it currently possible to reference environment variables in routes or
other runtime resources? If not, are there recommended patterns or plugins to
safely inject secrets without hardcoding them in the route definitions?
Thanks in advance for your guidance!
### Environment
- APISIX version 3.12.0:
- Deployment type: Kubernetes
--
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]