Baoyuantop commented on issue #12285: URL: https://github.com/apache/apisix/issues/12285#issuecomment-2942497919
The Secret resource type is provided in APISIX to handle such issues. You can refer to https://apisix.apache.org/docs/apisix/terminology/secret/ You can use environment variables to manage secrets like: ``` $ENV://$env_name/$sub_key ``` You can also just citation HashiCorp Vault secrets like: ``` $secret://$manager/$id/$secret_name/$key ``` -- 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]
