Josh Bench
Josh Bench
Has anyone had any luck moving from IRSA to Pod Identity with the Vault Provider IAM Auth? It seems like it uses separate IAM authentication code than the AWS provider:...
I @benashz, Thank you for responding! I reconfigured my values.yml like so: ``` --- controller: manager: extraEnv: # Required for Pod Identity (https://docs.aws.amazon.com/eks/latest/userguide/pod-identities.html) - name: AWS_SDK_LOAD_CONFIG value: "'true'" defaultVaultConnection: enabled:...
Looking further into this, and also reading up on https://developer.hashicorp.com/vault/docs/auth/aws#iam-auth-method, I think I'm just not authenticating to AWS correctly, so the Authorization header is not being set. I think the...