You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.
The text was updated successfully, but these errors were encountered:
JoonaHa
added a commit
to EURODEO/femdi-gateway-iac
that referenced
this issue
Jan 22, 2025
Hello!
I'm trying to initialize Apisix with Vault integration enabled at start-up.
I have installed the Helm chart by running:
But when I try to query the configured secrets. There is nothing there.
If I
kubectl exec
to the pod I can see the Vault configuration correctly inconf/config.yaml
Have I misunderstood something? Is the Vault configuration read when deployed in traditional mode?
The documentation 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.
The text was updated successfully, but these errors were encountered: