authentication.md: replace "user" with "tenant" (#1223)

pull/1349/head
Jan-Philip Gehrcke 6 years ago committed by Cyril Tovena
parent b34c2b0bd3
commit 82caa52d39
  1. 2
      docs/operations/authentication.md

@ -5,7 +5,7 @@ expected to run an authenticating reverse proxy in front of your services, such
as NGINX using basic auth or an OAuth2 proxy.
Note that when using Loki in multi-tenant mode, Loki requires the HTTP header
`X-Scope-OrgID` to be set to a string identifying the user; the responsibility
`X-Scope-OrgID` to be set to a string identifying the tenant; the responsibility
of populating this value should be handled by the authenticating reverse proxy.
For more information on multi-tenancy please read its
[documentation](multi-tenancy.md).

Loading…
Cancel
Save