Skip to content

Commit 6b2189b

Browse files
committed
Update config.md
1 parent 764d8d1 commit 6b2189b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/config.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,10 @@ The following environment variables are available to configure the NetObserv eBF
4646
means that errors are ignored since the caller will not receive the returned value.
4747
* `KAFKA_COMPRESSION` (default: `none`). Compression codec to be used to compress messages. Accepted
4848
values: `none`, `gzip`, `snappy`, `lz4`, `zstd`.
49+
* `KAFKA_ENABLE_TLS` (default: false). If `true`, enable TLS encryption for Kafka messages. The following settings are used only when TLS is enabled:
50+
* `KAFKA_TLS_INSECURE_SKIP_VERIFY` (default: false). Skips server certificate verification in TLS connections.
51+
* `KAFKA_TLS_CA_CERT_PATH` (default: unset). Path to the Kafka server certificate for TLS connections.
52+
* `KAFKA_TLS_USER_CERT_PATH` (default: unset). Path to the user (client) certificate for mutual TLS connections.
53+
* `KAFKA_TLS_USER_KEY_PATH` (default: unset). Path to the user (client) private key for mutual TLS connections.
4954
* `PROFILE_PORT` (default: unset). Sets the listening port for [Go's Pprof tool](https://pkg.go.dev/net/http/pprof).
5055
If it is not set, profile is disabled.

0 commit comments

Comments
 (0)