Continuous Test: why can I only set either basic-auth or tenant_id? #6066
Replies: 1 comment
-
i opened #6091 to change the behaviour either in continuous test or in the nginx config. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We recently enabled basic auth on the gateway, then the continuous test does not work anymore because we forgot about the auth part there. I was able to configure it with basic_auth, but why can't I then specify a tenant? I would like to use basic auth and the test metrics for a specific tenant (not "anonymous")
see code here: https://github.com/grafana/mimir/blob/c13a9aefd598973c0f66785d876021369bcfaa3d/pkg/continuoustest/client.go#L102C2-L102C2
Beta Was this translation helpful? Give feedback.
All reactions