-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support role_arn and source_profile when reading aws credentials #172
Comments
There is a aws-api/src/cognitect/aws/credentials.clj Line 210 in d85b007
|
I agree with @alzadude, this seems unsupported. When calling sample credentials file:
|
I needed this to work, so I wrote some code using the Assume Role with STS example provided by Cognitect, and butchering a copy of the profile-credentials-provider as a first dirty version: I will improve that for my use, but in case someone needs to do something similar. |
Took a stab at it in #260, but only noticed at PR time that the repo doesn't accept PRs :/ |
Hi there,
It seems the library doesn't yet support role-based access, it only supports
aws_access_key_id
andaws_secret_access_key
unless I missed something?Supporting
role_arn
andsource_profile
would allow users to connect using different roles into different aws accounts etc etc.Thanks 🙂
The text was updated successfully, but these errors were encountered: