15 lines
376 B
Markdown
15 lines
376 B
Markdown
# Authentication
|
|
|
|
Grafana is exposed to the world. Let's hope that's safe.
|
|
Its auth has this nice property that if you send basic-auth creds,
|
|
it'll use that instead of presenting a login screen.
|
|
|
|
Things using basic authentication:
|
|
* traefik dashboard
|
|
|
|
Things using traefik forward-authentication to grafana (you have to log in to grafana first):
|
|
* prometheus
|
|
* transmission
|
|
|
|
|