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
# Required so that Vault init container and sidecar of RabbitmqCluster can authenticate with Vault.
25
27
vault_exec "vault auth enable kubernetes"
26
28
27
-
# In some K8s clusters (e.g. kind), issuer may need to be configured as described in https://www.vaultproject.io/docs/auth/kubernetes#discovering-the-service-account-issuer
29
+
# In Kubernetes 1.21+ clusters, issuer may need to be configured as described in https://www.vaultproject.io/docs/auth/kubernetes#discovering-the-service-account-issuer
28
30
# Otherwise, vault-agent-init container will output "error authenticating".
29
31
# issuer=$(kubectl get --raw=http://127.0.0.1:8001/.well-known/openid-configuration | jq -r .issuer)
0 commit comments