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

Enhancement ability to filter for an account on the CLI with flag -A #158

Closed trashguy closed 4 years ago

trashguy commented 4 years ago

I have some use cases where we are using aws-google-auth in an automated fashion but still has some steps that require user input. To mitigate the possibility of the user working in the wrong environment by selecting the wrong option, it would be nice to be able to filter for a specific account. I have been using this locally and wanted to get your guys feedback.

I added to tests so they at least pass for now but features specific tests still need to be written.

coveralls commented 4 years ago

Coverage Status

Coverage increased (+0.2%) to 49.289% when pulling d5c10deb24bc181486dbc7a6c21d2e33e2035c20 on trashguy:improve-account-specific into 0cdf40c26b9d279eeff52b81b04c90d8653b86f7 on cevoaustralia:master.

Solvik commented 4 years ago

@nonspecialist any way to get this merged ? I find this very useful :)