Skip to content

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

Merged
yaauie merged 1 commit intomainfrom
yaauie-patch-1
Jan 15, 2025
Merged

Docs: clarify that ssl_certificate_authorities takes at-most-one value#150
yaauie merged 1 commit intomainfrom
yaauie-patch-1

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.

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