Skip to content

Docs: clarify that ssl_certificate_authorities takes at-most-one value #150

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 1 commit into from
Jan 15, 2025

Conversation

yaauie
Copy link
Contributor

@yaauie yaauie commented Jan 15, 2025

The ssl_certificate_authorities takes a list of files for purposes of the SSL/TLS Settings Standardization effort, but does not accept more than one entry in the list:

LogStash::ConfigurationError: Multiple values on 'ssl_certificate_authorities are not supported by this plugin

Clarify this in docs.

Copy link

@mashhurs mashhurs left a comment

Choose a reason for hiding this comment

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

LGTM!
The underlining limitation as we know, is Manticore client supports a single ca_file

@@ -348,10 +348,13 @@ NOTE: This setting can be used only if <<plugins-{type}s-{plugin}-ssl_key>> is s
===== `ssl_certificate_authorities`

* Value type is a list of <<path,path>>

Choose a reason for hiding this comment

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

Should we remove "a list of" to make it clearer?

Copy link
Contributor Author

@yaauie yaauie Jan 15, 2025

Choose a reason for hiding this comment

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

The value-type for the ssl_certificate_authorities setting across all plugins is a list, but the maximum capacity of that list in this particular plugin is one.

@yaauie yaauie merged commit a59fad7 into main Jan 15, 2025
2 of 4 checks passed
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.

3 participants