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

Add support to assume IAM role for accessing S3 #391

Merged
merged 7 commits into from
Jul 9, 2021
Merged

Conversation

peitili
Copy link
Contributor

@peitili peitili commented Jul 9, 2021

Add support to assume IAM role for accessing S3

At the same time remove a credentials read path since that is not used at all.

Tested manually that it works.

@@ -1773,8 +1785,10 @@ def _tilequeue_rawr_setup(cfg):

rawr_store = rawr_yaml.get('store')
if rawr_store:
store = make_store(
rawr_store, credentials=cfg.subtree('aws credentials'))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this since the credentials argument is not used at all.

@peitili peitili merged commit b7ce7fd into master Jul 9, 2021
@peitili peitili deleted the assumes3role branch July 9, 2021 17:59
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 this pull request may close these issues.

3 participants