Like Prometheus, but for logs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
loki/docs/operations/authentication.md

690 B

Authentication with Loki

Loki does not come with any included authentication layer. Operators are 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 of populating this value should be handled by the authenticating reverse proxy. For more information on multi-tenancy please read its documentation.

For information on authenticating Promtail, please see the docs for how to configure Promtail.