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

STS: add support for signing requests with assume_role tokens #117

Merged
merged 21 commits into from
Dec 14, 2021

Conversation

zbaylin
Copy link
Contributor

@zbaylin zbaylin commented Dec 12, 2021

This supersedes #95.

It includes the ability to sign AWS requests with assume_role tokens, and has other various fixes, such as fixing the way dune test files are generated if extra libraries are needed.

Copy link
Collaborator

@tmcgilchrist tmcgilchrist left a comment

Choose a reason for hiding this comment

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

Overall the changes look good. A couple of things to fixup and could you add a line into CHANGES.md describing the work and link to this PR.

Thank you for the contribution. :-)

async/runtime.mli Show resolved Hide resolved
libraries/s3/lib_test/test_async.ml Outdated Show resolved Hide resolved

match access_key, secret_key, region with
| Some access_key, Some secret_key, Some region ->
run_test_tt_main (suite { access_key; secret_key; region })
run_test_tt_main (suite { access_key; secret_key; region; role_arn })
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice thanks for adding that test.

@tmcgilchrist tmcgilchrist merged commit 4acdbcd into inhabitedtype:master Dec 14, 2021
@tmcgilchrist
Copy link
Collaborator

Thanks @zbaylin @UnrealAkama @bleepbloopsify

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.

4 participants