Mark Ide
Mark Ide
PR #47 adds some SAML caching; it doesn't add automatic renewal, but that could still be added later.
Oh that's neat; I didn't know that support was there. I agree in the need to keep backwards compatibility, but this looks slick.
This could likely be added as a small `if` at the top of the `pick_a_role()` function. https://github.com/cevoaustralia/aws-google-auth/blob/91cb4f764655082631b61d8c1ba07742dbe9f6f0/aws_google_auth/util.py#L18-L19 I think it can be something really simple, like the following. I don't...
I am not confident that string is what you're hoping for. I would wager that's one of YubiKey's extra authentication types. When you press the button when there is no...
I am actively working on this. I will have a PR shortly.
That's a very valid question. I think we could add a flag `-e`, `--export` to output only the export line, and by default print something more human friendly. That would...
I actually don't see the Captcha much anymore either. This is definitely a low-priority enhancement. If I find myself getting the Captcha again, I'll take a whack at it.
I personally feel that keeping the user's password in memory could be a dangerous solution - If the user left for the day without closing the application, their computer would...
Yep; I've got a PR in the making. Just working out some minor issues and then tests.
I think we should store the SAML assertion in the file `~/.aws/saml-assertion.xml`, since one SAML assertion can be valid for multiple ARNs. Likewise, we don't want to store in a...