Skip to content
Snippets Groups Projects
Commit 7e12f832 authored by ialidzhikov's avatar ialidzhikov
Browse files

Add note about auth_enabled

parent 1f1706f4
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ You are expected to run an authenticating reverse proxy in front of your service
Loki is a multitenant system; requests and data for tenant A are isolated from tenant B.
Requests to the Loki API should include an HTTP header (`X-Scope-OrgID`) identifying the tenant for the request.
Tenant IDs can be any alphanumeric string; limiting them to 20 bytes is reasonable.
To run in multitenant mode, loki should be started with `auth_enabled: true`.
Loki can be run in "single-tenant" mode where the `X-Scope-OrgID` header is not required.
In this situation, the tenant ID is defaulted to be `fake`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment