aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
kenny 2021-04-16T18:25:43.032500Z

It seems like aws-api does not support https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-role.html as a credential provider. I have a profile in my config file with a role_arn and source_profile specified. If I try using that profile via AWS_PROFILE, aws-api will log that it cannot fetch from aws profiles file. Thinking I'll just copy that code out and add support for it locally. I'm not missing existing functionality, am I? https://github.com/cognitect-labs/aws-api/blob/5843c22679f28dd70fa3180e5a2487ebab7eb770/src/cognitect/aws/credentials.clj#L241-L243

alexmiller 2021-04-16T18:38:08.032900Z

issues can go here https://github.com/cognitect-labs/aws-api/issues

1
lukasz 2021-04-16T18:56:36.034100Z

@kenny writing your own credentials providers is pretty straightforward, we had to add our own for credentials fetched via SSO locally

kenny 2021-04-16T19:01:11.034300Z

Yep

kenny 2021-04-16T20:00:35.035800Z

Don't have time to make an issue atm. For those interested, I published my first cut from our internal version here. Anyone is welcome to use it. https://gist.github.com/kennyjwilli/c640f76845451cb145cedaee790d4f9a.