creating a tenant for mimir #7854
-
In multi tenancy mode, how do i create multiple tenants for mimir and setup authentication and authorization for it using bearer token. I see installing mimir with this config, automatically create the tenants
but how to generate token for these? thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, Mimir does not provide authentication or authorization, and trusts This means that you will need to have custom proxy in front of Mimir to do authentication/authorization and set this header based on outcome of the check. |
Beta Was this translation helpful? Give feedback.
Hello,
Mimir does not provide authentication or authorization, and trusts
X-Scope-OrgID
header from clients. Mimir creates tenants automatically as soon as the tenant (identified by that header) starts writing data to Mimir.This means that you will need to have custom proxy in front of Mimir to do authentication/authorization and set this header based on outcome of the check.