Skip to content

Mark deprecated SSL settings as obsolete #54

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

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

robbavey
Copy link

@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
Author

robbavey commented Dec 2, 2024

Well spotted @donoghuc!

@robbavey
Copy link
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

@robbavey robbavey merged commit c6d40df into logstash-plugins:main Dec 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants