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

Enable AWS KMS For LocalStack 0.10.8 #2812

Merged

Conversation

SahilWadhwa
Copy link
Contributor

AWS KMS service support was added to LocalStack in 0.10.4
LocalStackContainer.java uses LocalStack 0.10.8, but KMS port was not exposed in Enum Services.java.

This PR addes KMS service and it's LocalStack port in Services.java Enum so that it can be exposed and used via TestContainers.

Added KMS and it's port entry in LocalStackContainer/Services Enum.
Copy link
Member

@kiview kiview left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@rnorth rnorth left a comment

Choose a reason for hiding this comment

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

LGTM too, thanks for the contribution @SahilWadhwa!

@rnorth rnorth merged commit 617cb73 into testcontainers:master Jun 5, 2020
@rnorth rnorth mentioned this pull request Jul 3, 2020
@rnorth rnorth added this to the next milestone Jul 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants