-
Notifications
You must be signed in to change notification settings - Fork 912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to decrypt file: AssumeRoleTokenProvider session option not set #1299
Comments
This is a side-effect from updating to AWS SDK v2. The workaround is to prepare you environment before running a command, for example using a tool like https://github.com/99designs/aws-vault. Terraform (and some other tools) suffer from the exact same problem, and you can find other information here: https://stackoverflow.com/questions/52432717/terraform-unable-to-assume-roles-with-mfa-enabled |
in kms/keysource.go
|
I'm having a similar issue.
It's not Any idea what's wrong here? |
Issue happens but move foward to aws-vault + sops fixed issue. thanks @hiddeco |
Possible regression in
v3.8.0
. Since upgrading, I'm unable to decrypt a file using AWS KMS. Verified that this works withv3.7.3
.The text was updated successfully, but these errors were encountered: