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
After generating an aws credentials file from an AD provider get-aws-creds returns an error that 'default profile could not be found'.
get-aws-creds
It seems that this is because the the get_mfa_serial_if_user raises an exception when it should just return false (having not found an mfa_serial)
get_mfa_serial_if_user
Possibly related to #13 .
The text was updated successfully, but these errors were encountered:
Issue #18: default profile being missed
9ea0cf9
mfa-serial searcher was misunderstanding a role as being found or not.
trial this commit before closing
Sorry, something went wrong.
08b3f97
No branches or pull requests
After generating an aws credentials file from an AD provider
get-aws-creds
returns an error that 'default profile could not be found'.It seems that this is because the the
get_mfa_serial_if_user
raises an exception when it should just return false (having not found an mfa_serial)Possibly related to #13 .
The text was updated successfully, but these errors were encountered: