Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanGuedes committed Feb 23, 2024
1 parent 5d54647 commit 6ebc613
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,19 @@ loki:
cert_file: *common_server_crt
key_file: *common_server_key
client_ca_file: *common_ca_crt

# we need to set this to VerifyClientCertIfGiven to allow for mutual TLS.
# we can't set it to VerifyClientCertIfGivenAndRequireAnyClientCert because
# it would broke k8s liveness and readiness probes.
client_auth_type: VerifyClientCertIfGiven
grpc_tls_config:
cert_file: *common_server_crt
key_file: *common_server_key
client_ca_file: *common_ca_crt

# we need to set this to VerifyClientCertIfGiven to allow for mutual TLS.
# we can't set it to VerifyClientCertIfGivenAndRequireAnyClientCert because
# it would broke k8s liveness and readiness probes.
client_auth_type: VerifyClientCertIfGiven
ingester_client:
grpc_client_config:
Expand Down

0 comments on commit 6ebc613

Please sign in to comment.