Skip to content

Conversation

edmocosta
Copy link
Contributor

@edmocosta edmocosta commented Aug 25, 2023

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#14930

@edmocosta edmocosta force-pushed the standardize_ssl_settings branch 2 times, most recently from fa62109 to 1dd94d0 Compare August 25, 2023 14:18
@edmocosta edmocosta marked this pull request as draft August 25, 2023 14:24
@edmocosta edmocosta force-pushed the standardize_ssl_settings branch from 1dd94d0 to 64a20f4 Compare August 30, 2023 15:42
@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:28
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 e046333 into logstash-plugins:main Sep 1, 2023
@edmocosta edmocosta deleted the standardize_ssl_settings branch September 1, 2023 16:47
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 OUTPUT settings
2 participants