Very cool project!
What if you have dozens of accounts and can only get short lived creds (SAML/SSO)? I'd like the AWS accounts to self populate from ~/.aws/credentials and ~/.aws/config. I'd also like to be able to control cli flags like --fetch-local.
I'm not super familar with django, so I can't grok where to add the hooks that I need, other than
scout.conf to add flag to load ~/.aws
0003_account.py to populate the DB with profile names, not creds
Is that how you would do it?
Very cool project!
What if you have dozens of accounts and can only get short lived creds (SAML/SSO)? I'd like the AWS accounts to self populate from ~/.aws/credentials and ~/.aws/config. I'd also like to be able to control cli flags like --fetch-local.
I'm not super familar with django, so I can't grok where to add the hooks that I need, other than
scout.conf to add flag to load ~/.aws
0003_account.py to populate the DB with profile names, not creds
Is that how you would do it?