You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I really wanted was to authenticate with AWS console credentials (and so permissions are checked by those associated with IAM users), which is not available for API use. So, where do we go from here?
The text was updated successfully, but these errors were encountered:
Updated description with some findings about available authentication methods. There doesn't seem to be a way to use aws console user logins for other apps.
#20 partially mitigates some of the login-related concerns. Organizations can provide an initial configuration link, so that all internal users are configured to the AWS API on the same key pair, which presumably has the minimum required permissions for anvil.
It seems like we could make it work with our google logins that could then have an IAM profile of some sort associated with them. maybe. I just briefly read the docs.
Update: 2015/04/16
Scoured the internet to finally arrive at half an answer https://forums.aws.amazon.com/thread.jspa?messageID=595838&tstart=0 and https://forums.aws.amazon.com/thread.jspa?messageID=599963
What I really wanted was to authenticate with AWS console credentials (and so permissions are checked by those associated with IAM users), which is not available for API use. So, where do we go from here?
The text was updated successfully, but these errors were encountered: