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
assume_role_with_saml()
AWS_PROFILE
assume_role_with_saml() should succeed regardless of current AWS credentials validity
It fail to issue to requests since credentials are invalid
Use unsigned requests
AWS_PROFILE=test gimme-aws-creds -p test
The text was updated successfully, but these errors were encountered:
signature_version=botocore.UNSIGNED
Successfully merging a pull request may close this issue.
Expected Behavior
assume_role_with_saml()
should succeed regardless of current AWS credentials validityCurrent Behavior
It fail to issue to requests since credentials are invalid
Possible Solution
Use unsigned requests
Steps to Reproduce (for bugs)
AWS_PROFILE=test gimme-aws-creds -p test
The text was updated successfully, but these errors were encountered: