-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
area/vaultIndicates an issue or PR related to Vault.Indicates an issue or PR related to Vault.good first issueGood for newcomersGood for newcomerskind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.track/providerscapture issues related to providerscapture issues related to providers
Description
with the below clustersecretstore config , we get error
error:
cluster-secret-store expected env variable: AWS_WEB_IDENTITY_TOKEN_FILE not found on controller's pod
this is because with pod identity, controller pod will have env AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE and AWS_CONTAINER_CREDENTIALS_FULL_URI
clustersecretscore config:
kind: ClusterSecretStore
metadata:
name: vault-backend
spec:
provider:
vault:
auth:
iam:
path: vaultauthpath
region: <region>
role: arn:aws:iam::<account>:role/<role>
vaultAwsIamServerID: serverid
vaultRole: vaultrole
path: vaultpath
server: https://vault-server-address
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/vaultIndicates an issue or PR related to Vault.Indicates an issue or PR related to Vault.good first issueGood for newcomersGood for newcomerskind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.track/providerscapture issues related to providerscapture issues related to providers
Type
Projects
Status
Done