Skip to content

Commit 3df7a37

Browse files
authored
Add missing docs for TLS config in Ingester Client (#2767)
Signed-off-by: Annanay <[email protected]>
1 parent 333c2c7 commit 3df7a37

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

docs/production/tls.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,16 @@ For a GRPC client in the Querier:
107107
-querier.frontend-client.tls-ca-path=/path/to/root.crt
108108
```
109109

110-
TLS can be configured in a similar fashion for other GRPC clients like the
111-
ingester client.
110+
Similarly, for the GRPC Ingester Client:
111+
```
112+
# Path to the TLS Cert for the GRPC Client
113+
-ingester.client.tls-cert-path=/path/to/client.crt
114+
115+
# Path to the TLS Key for the GRPC Client
116+
-ingester.client.tls-key-path=/path/to/client.key
117+
118+
# Path to the TLS CA for the GRPC Client
119+
-ingester.client.tls-ca-path=/path/to/root.crt
120+
```
121+
122+
TLS can be configured in a similar fashion for other HTTP/GRPC clients in Cortex.

0 commit comments

Comments
 (0)