Hello,
I want to plug Grafana to query Cortex in a multi-tenancy setup.
The Cortex documentation specifies that managing tenants and allocating IDs must be done outside of Cortex and that Cortex expects the tenant ID to be specified within the “X-Scope-OrgID” HTTP header.
In Grafana, I believe the concept of “Organization” is what I need to manage tenants, but I did not find a mean to specify the “X-Scope-OrgID” to the Prometheus data source used to connect to Cortex.
Is anyone able to clarify how could I achieve that?
Thanks