Baoyuantop commented on issue #795: URL: https://github.com/apache/apisix-helm-chart/issues/795#issuecomment-4205299624
The `apisix.vault.enabled` setting in `values.yaml` (line 538-548) configures the Vault **connection information** in APISIX's `config.yaml` (rendered in `configmap.yaml` lines 257-263). It tells APISIX how to connect to your Vault instance (`host`, `timeout`, `token`, `prefix`). This does **not** create any Kubernetes Secret resources — it only adds the Vault connection configuration so that APISIX can fetch secrets from Vault at runtime via its secret provider mechanism. You still need to have a running Vault instance and configure the appropriate policies there. Closing as this is a usage clarification. The feature works as designed. If you still have questions, please feel free to reopen. -- 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]
