We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333c2c7 commit 3df7a37Copy full SHA for 3df7a37
docs/production/tls.md
@@ -107,5 +107,16 @@ For a GRPC client in the Querier:
107
-querier.frontend-client.tls-ca-path=/path/to/root.crt
108
```
109
110
-TLS can be configured in a similar fashion for other GRPC clients like the
111
-ingester client.
+Similarly, for the GRPC Ingester Client:
+```
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