Skip to content

Mark deprecated SSL settings as obsolete#54

Merged
robbavey merged 2 commits intologstash-plugins:mainfrom
robbavey:obsolete_ssl
Dec 16, 2024
Merged

Mark deprecated SSL settings as obsolete#54
robbavey merged 2 commits intologstash-plugins:mainfrom
robbavey:obsolete_ssl

Conversation

@robbavey
Copy link
Member

@robbavey robbavey commented Nov 26, 2024

  • SSL settings that were marked deprecated in version 1.6.0 are now marked obsolete, and will prevent the plugin from starting.
    • These settings are:
    • cacert, which should be replaced by ssl_certificate_authorities
    • client_cert, which should be replaced by ssl_certificate
    • client_key, which should be replaced by ssl_key
    • keystore, which should be replaced by ssl_keystore_path
    • keystore_password, which should be replaced by ssl_keystore_password
    • keystore_type, which should be replaced by ssl_keystore_password
    • truststore, which should be replaced by ssl_truststore_path>
    • truststore_password, which should be replaced by ssl_truststore_password
    • truststore_type, which should be replaced by ssl_truststore_type

Relates: #53

- SSL settings that were marked deprecated in version `1.6.0` are now marked obsolete, and will prevent the plugin from starting.
  - These settings are:
  - `cacert`, which should be replaced by `ssl_certificate_authorities`
  - `client_cert`, which should be replaced by `ssl_certificate`
  - `client_key`, which should be replaced by `ssl_key`
  - `keystore`, which should be replaced by `ssl_keystore_path`
  - `keystore_password`, which should be replaced by `ssl_keystore_password`
  - `keystore_type`, which should be replaced by `ssl_keystore_password`
  - `truststore`, which should be replaced by `ssl_truststore_path>`
  - `truststore_password`, which should be replaced by `ssl_truststore_password`
  - `truststore_type`, which should be replaced by `ssl_truststore_type`
  - [#xxx](https://github.com/logstash-plugins/logstash-filter-http/pull/xxx)
Copy link

@donoghuc donoghuc left a comment

Choose a reason for hiding this comment

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

Just a couple suggestions for an apparent copy paste issue.

Co-authored-by: Cas Donoghue <cas.donoghue@gmail.com>
@robbavey
Copy link
Member Author

robbavey commented Dec 2, 2024

Well spotted @donoghuc!

@robbavey
Copy link
Member Author

Ready for docs review @karenzone

@robbavey robbavey requested a review from karenzone December 10, 2024 21:23
Copy link

@karenzone karenzone left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment