Skip to content

Commit

Permalink
Merge pull request grafana#488 from ialidzhikov/multitenancy-note
Browse files Browse the repository at this point in the history
Add note about auth_enabled
  • Loading branch information
davkal authored Apr 17, 2019
2 parents 1f1706f + 7e12f83 commit 3ed4f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 3ed4f4d

Please sign in to comment.