We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
My ~/.aws/config looks like this:
~/.aws/config
[profile p1] region = eu-west-1 role_arn = arn:aws:iam::111111111111:role/XXX source_profile = p0 mfa_serial = arn:aws:iam::222222222222:mfa/xxx duration_seconds = 43200 role_duration = 43200
When I run awsume, I get:
awsume
$ awsume p1 Enter MFA token: Parameter validation failed: Invalid type for parameter DurationSeconds, value: 43200, type: <class 'str'>, valid types: <class 'int'>
If I remove duration_seconds from ~/.aws/config it works.
duration_seconds
I use the following version installed via pip on macOS 10.14.6:
pip
$ awsume -v 4.1.2
The text was updated successfully, but these errors were encountered:
Thanks for bringing this issue to our attention!
I'll push a fix shortly and deploy later today
Sorry, something went wrong.
Thanks. My understanding of the error: it comes from boto3. But I'm not used to python...
Bug should be fixed in release 4.1.3, I'll close for now but feel free to re-open if you're still experiencing this issue
I can confirm that the new version 4.1.3 works
No branches or pull requests
Hi!
My
~/.aws/config
looks like this:When I run
awsume
, I get:If I remove
duration_seconds
from~/.aws/config
it works.I use the following version installed via
pip
on macOS 10.14.6:The text was updated successfully, but these errors were encountered: