Skip to content
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

Allow specifying AWS IAM role to assume with IAM user keys #142

Closed
hhamalai opened this issue Nov 5, 2020 · 0 comments · Fixed by #143
Closed

Allow specifying AWS IAM role to assume with IAM user keys #142

hhamalai opened this issue Nov 5, 2020 · 0 comments · Fixed by #143

Comments

@hhamalai
Copy link
Contributor

hhamalai commented Nov 5, 2020

Is your feature request related to a problem? Please describe.

Currently drone-cache support AWS users, but often the permissions are granted to roles instead of users. The usage of roles also allows universally working API access when some policies are IP restricted as described here https://aws.amazon.com/premiumsupport/knowledge-center/iam-restrict-calls-ip-addresses/

Describe the solution you'd like
Add parameter to specify role ARN to assume, use access keys to assume role with STS and retrieve credentials with role rights.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant