-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The "query frontend" service does not support the grpc_client_config settings #3252
Comments
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Re-openinig... this is still an issue AFAIK? |
This issue is still in place, I believe? Can anyone from the Loki team comment? |
Not 100% sure it's related in code, but as far as functionality goes this appears to go hand in hand with the fact that the grpc client documentation is wrong #3719 . I'm trying to use grpc as the interface for internal tooling because I thought the proto and I have yet to get it working :/ |
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
Come on Grafana team... can someone work on implementing this please? |
Describe the bug
While trying to setup mTLS between the Loki nodes on the gRPC ports, we discovered that the query-frontend and ingester_client settings do not support the
grpc_client_config
keys, even though Cortex does (query_frontend_config, ingester_client_config).This prevents actually using Loki (in a distributed mode) with gRPC secured by TLS or mTLS.
To Reproduce
Steps to reproduce the behavior:
loki-distributed
helm chart.You will receive startup errors in Loki that look like this:
Expected behavior
The Loki config file should allow us to use any setting that Cortex supports - rather than being limited to its own subset.
The text was updated successfully, but these errors were encountered: