fix(searchable): enforce TLS 1.2 on OpenSearch domains (v2 transformer)#3470
Closed
sarayev wants to merge 1 commit into
Closed
fix(searchable): enforce TLS 1.2 on OpenSearch domains (v2 transformer)#3470sarayev wants to merge 1 commit into
sarayev wants to merge 1 commit into
Conversation
…mains (v2 transformer) Sets tlsSecurityPolicy to TLS_1_2 on OpenSearch domains created by the @searchable directive in the v2 transformer, ensuring Gen 1 LTS customers using the v2 transformer get TLS 1.2 enforcement. This is the same fix as PR #3452 on main, implemented directly on the release branch.
c1857ea to
855e059
Compare
Contributor
Author
|
Closing in favor of a new PR from branch fix/tls-v2-release-stable. The original branch fix/searchable-tls-v2-gen1 had CodeBuild source resolution issues (sourceVersion was null, defaulting to main). The new branch has been verified to resolve correctly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of #3452 to release branch.
This adds TLS 1.2 enforcement to the v2 searchable transformer for Gen 1 LTS customers.
Changes
Testing