cevoaustralia / aws-google-auth

Provides AWS STS credentials based on Google Apps SAML SSO auth (what a jumble!)
MIT License
538 stars 180 forks source link

Feature: Allow MFA token as command line parameter #188

Open Nuru opened 4 years ago

Nuru commented 4 years ago

The MFA token is not much of a secret and it can be passed on the command line relatively safely, but there is no command-line option for it. I would like to have that as an option.

Also, the README has a formatting error in the Feeding password from stdin example. Even with that corrected, though, I do not see from the example how the password manager is feeding the MFA token into aws-auth-login. A little extra explanation there would help.