Skip to content

Commit 9860607

Browse files
committed
otel: Fix TLS options of OpenTelemetry destination
Signed-off-by: Hofi <hofione@gmail.com>
1 parent 97eff4a commit 9860607

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/_admin-guide/070_Destinations/157_OpenTelemetry/000_opentelemetry-destination-options.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The `tls()` option accepts the following nested sub-options.
4343
* ca-file()
4444
* key-file()
4545
* cert-file()
46+
* peer-verify()
4647

4748
```config
4849
destination {
@@ -53,6 +54,7 @@ destination {
5354
ca-file("/path/to/ca.pem")
5455
key-file("/path/to/key.pem")
5556
cert-file("/path/to/cert.pem")
57+
peer-verify(yes)
5658
)
5759
)
5860
);

0 commit comments

Comments
 (0)