skip to Main Content

Finally got Key Vault integrated with AKS… but not clear what I need to do if anything after that to read into env vars – Nginx

The documentation is a bit confusing there are two sets: https://learn.microsoft.com/en-us/azure/key-vault/general/key-vault-integrate-kubernetes https://azure.github.io/secrets-store-csi-driver-provider-azure/configurations/identity-access-modes/pod-identity-mode/ At any rate, I'm able to do the following to see that secrets are in the Pod: kubectl exec -it nginx-secrets-store-inline -- ls /mnt/secrets-store/ kubectl exec -it nginx-secrets-store-inline…

VIEW QUESTION
Back To Top
Search