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

Standardize SSL settings #141

Merged
merged 2 commits into from Sep 1, 2023

Conversation

edmocosta
Copy link
Contributor

Release notes

Standardized and added SSL settings

What does this PR do?

Standardized SSL settings by bumping the logstash-mixin-http_client version to >= 7.3.0, which:

  • Adds standardized SSL settings and deprecates their non-standard counterparts. Deprecated settings will continue to work, and will provide pipeline maintainers with guidance toward using their standardized counterparts
  • Adds new ssl_truststore_path, ssl_truststore_password, and ssl_truststore_type settings for configuring SSL-trust using a PKCS-12 or JKS trust store, deprecating their truststore, truststore_password, and truststore_type counterparts.
  • Adds new ssl_certificate_authorities setting for configuring SSL-trust using a PEM-formatted list of certificate authorities, deprecating its cacert counterpart.
  • Adds new ssl_keystore_path, ssl_keystore_password, and ssl_keystore_type settings for configuring SSL-identity using a PKCS-12 or JKS key store, deprecating their keystore, keystore_password, and keystore_type counterparts.
  • Adds new ssl_certificate and ssl_key settings for configuring SSL-identity using a PEM-formatted certificate/key pair, deprecating their client_cert and client_key counterparts.
  • Adds the ssl_cipher_suites option

Closes elastic/logstash#14931

@edmocosta edmocosta changed the title [WIP] Standardize SSL settings Standardize SSL settings Aug 30, 2023
@edmocosta edmocosta marked this pull request as ready for review August 30, 2023 16:27
Copy link

@roaksoax roaksoax left a comment

Choose a reason for hiding this comment

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

lgtm!

@edmocosta edmocosta merged commit 4e031e3 into logstash-plugins:main Sep 1, 2023
2 checks passed
@edmocosta edmocosta deleted the standardize_ssl_settings branch September 1, 2023 16:56
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.

Logstash - Plugins - SSL Settings Standardization - Standardize HTTP Poller INPUT settings
2 participants