How to enable client authentication for Elasticsearch/Vector/HTTP sinks? #22723
Unanswered
0x25CBFC4F
asked this question in
Q&A
Replies: 1 comment
-
There is a bit more documentation here: https://vector.dev/docs/reference/configuration/tls/ If we take the vector/src/sinks/elasticsearch/config.rs Line 544 in e44cd91 When Vector is a source, it’s the server. When Vector is a sink, it’s the client. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
Rules in my company declare mandatory TLS client certificate authentication.
How can I configure Vector sinks/sources to check said certificate?
For example: in Elasticsearch sink I can see parameters:
tls.crt_file
,tls.key_file
.Are they meant for server-side only use?
Documentation is unclear about that so I'd appreciate any help :)
Beta Was this translation helpful? Give feedback.
All reactions