[x ] I have provided the debug output using aws-vault --debug (redacted if necessary)
2023/05/09 12:23:33 aws-vault 7.2.0-Homebrew
2023/05/09 12:23:33 Using prompt driver: terminal
2023/05/09 12:23:33 Loading config file /home/***/.aws/config
2023/05/09 12:23:33 Parsing config file /home/***/.aws/config
2023/05/09 12:23:33 [keyring] Considering backends: [secret-service]
2023/05/09 12:23:33 Using region "eu-west-1" from AWS_REGION
2023/05/09 12:23:33 Using region "eu-west-1" from AWS_REGION
2023/05/09 12:23:33 profile local-dev: sourcing credentials from profile medicitv
2023/05/09 12:23:33 profile medicitv: using stored credentials
2023/05/09 12:23:33 profile medicitv: using GetSessionToken (with MFA)
2023/05/09 12:23:33 profile local-dev: using AssumeRole (chained MFA)
2023/05/09 12:23:33 Setting subprocess env: AWS_REGION=eu-west-1, AWS_DEFAULT_REGION=eu-west-1
2023/05/09 12:23:33 Re-using cached credentials ****************X6WC from sts.GetSessionToken, expires in 6h49m11.837172883s
2023/05/09 12:23:36 Generated credentials ****************AFH7 using AssumeRole, expires in 59m59.151358433s
2023/05/09 12:23:36 Setting subprocess env: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
2023/05/09 12:23:36 Setting subprocess env: AWS_SESSION_TOKEN
2023/05/09 12:23:36 Setting subprocess env: AWS_CREDENTIAL_EXPIRATION
2023/05/09 12:23:36 Starting subshell /usr/bin/zsh, use `exit` to exit the subshell
2023/05/09 12:23:36 Exec command /usr/bin/zsh
2023/05/09 12:23:36 Found executable /usr/bin/zsh
I have this issue since this morning but it was working just fine last week.
I don't think it comes fome my config as I'm using it with different laptop.
Also other commands are working fine like aws-vault list or aws-vault clear
It looks like it is related to my zsh bash but I haven't changed anything on this side.
[ x] I am using the latest release of AWS Vault
[ x] I have provided my
.aws/config
(redacted if necessary)[profile company] region=eu-west-1 mfa_serial=arn:aws:iam::586141325348:mfa/***@company.tv
[profile local-dev] source_profile=company role_arn=arn:aws:iam::434745099031:role/company-staging-local-dev mfa_serial=arn:aws:iam::586141325348:mfa/***@company.tv
aws-vault --debug
(redacted if necessary)I have this issue since this morning but it was working just fine last week. I don't think it comes fome my config as I'm using it with different laptop.
Also other commands are working fine like
aws-vault list
oraws-vault clear
It looks like it is related to my zsh bash but I haven't changed anything on this side.