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

Feature request: AWS OpenSearch TLS policy #1624

Open
rdegraaf-ncc3 opened this issue Apr 15, 2024 · 0 comments
Open

Feature request: AWS OpenSearch TLS policy #1624

rdegraaf-ncc3 opened this issue Apr 15, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rdegraaf-ncc3
Copy link
Contributor

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

AWS OpenSearch Domains support several TLS termination policies. The default supports TLS 1.0, which is deprecated and should be disabled.

Describe the solution you'd like

Check that every OpenSearch Domain is using the strongest TLS termination policy available. At the moment, this is "Policy-Min-TLS-1-2-PFS-2023-10". One can check using the following AWS CLI command:

aws es describe-elasticsearch-domain-config --domain-name <DOMAIN>

See https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_DomainEndpointOptions.html for more information on TLS termination policies for AWS OpenSearch.

Describe alternatives you've considered

N/A

Additional context

There are also related settings for CloudSearch and Elastic Search. Those should be checked as well.

@rdegraaf-ncc3 rdegraaf-ncc3 added the enhancement New feature or request label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant