JoonaHa opened a new issue, #795:
URL: https://github.com/apache/apisix-helm-chart/issues/795

   Hello!
    I'm trying to initialize Apisix with Vault integration enabled at start-up.
   I have installed the Helm chart by running:
   ```bash
   helm install apisix apisix/apisix --create-namespace  --namespace apisix 
--set apisix.vault.enabled=true --set 
apisix.vault.host=http://vault-active.vault.svc.cluster.local:8200 --set 
apisix.vault.prefix=apisix --set apisix.vault.token=root
   ````
   
   But when I try to query the configured secrets. There is nothing there.
   ````bash
   $ curl --request GET \
     --url http://127.0.0.1:9180/apisix/admin/secrets \
     --header 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1'
   {"list":[],"total":0}
   
   ````
   If I `kubectl exec` to the pod I can see the Vault configuration correctly 
in `conf/config.yaml`
   
   Have I misunderstood something? Is the Vault configuration read when 
deployed in traditional mode?
   The 
[documentation](https://github.com/apache/apisix-helm-chart/blob/c52d29d3fbc5bfbab506581fccb47bbe2f6a3d2f/charts/apisix/README.md?plain=1#L125)
 does not mention any restrictions for `apisix.vault.enabled`
   I have also made sure that there is not any old persistenvolumes for etcd so 
the aren't any lingering old database files .
   
   Thank you in advance.


-- 
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