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
I just upgraded from 5.0.1 to 5.1.2. The biggest change I noticed is that I now have to use my MFA token on every invocation of the tool. When looking in my Keychain Access in MacOS I no longer see a session being created like I had before, no matter how many times I run the command. Here is my command with debug:
$ aws-vault --debug exec PROFILE --duration=1h -- aws s3 ls
2020/01/17 19:43:37 [keyring] Considering backends: [keychain pass file]
2020/01/17 19:43:37 Loading config file /Users/cgilmer/.aws/config
2020/01/17 19:43:37 Parsing config file /Users/cgilmer/.aws/config
2020/01/17 19:43:37 Using region "us-west-2" from AWS_DEFAULT_REGION
2020/01/17 19:43:37 [keyring] Querying keychain for service="aws-vault", keychain="login.keychain"
2020/01/17 19:43:37 [keyring] Found 4 results
2020/01/17 19:43:37 profile PROFILE: using stored credentials
2020/01/17 19:43:37 profile PROFILE: using AssumeRole (using MFA)
Enter token for arn:aws:iam::XXXXX:mfa/cgilmer: XXXXX
2020/01/17 19:43:41 Looking up keyring for'PROFILE'
2020/01/17 19:43:41 [keyring] Querying keychain for service="aws-vault", account="PROFILE", keychain="login.keychain"
2020/01/17 19:43:42 [keyring] Found item "aws-vault (PROFILE)"
2020/01/17 19:43:42 Generated credentials ****************DEOK using AssumeRole, expires in 1h0m12.509135s
2020/01/17 19:43:42 Setting subprocess env: AWS_DEFAULT_REGION=us-west-2, AWS_REGION=us-west-2
2020/01/17 19:43:42 Setting subprocess env: AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
2020/01/17 19:43:42 Setting subprocess env: AWS_SESSION_TOKEN, AWS_SECURITY_TOKEN
2020/01/17 19:43:42 Setting subprocess env: AWS_SESSION_EXPIRATION
Can I provide other details?
The text was updated successfully, but these errors were encountered:
I just upgraded from 5.0.1 to 5.1.2. The biggest change I noticed is that I now have to use my MFA token on every invocation of the tool. When looking in my Keychain Access in MacOS I no longer see a session being created like I had before, no matter how many times I run the command. Here is my command with debug:
Can I provide other details?
The text was updated successfully, but these errors were encountered: