Skip to content
Snippets Groups Projects
Commit b5803592 authored by Sören Henning's avatar Sören Henning
Browse files

Disable authentication for grafana (fix #226)

parent 36e39308
No related branches found
No related tags found
3 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #3231 passed
......@@ -25,6 +25,11 @@ grafana:
adminUser: admin
adminPassword: admin
grafana.ini:
#org_name: Theodolite
auth.anonymous:
# enable anonymous access
enabled: true
org_role: Admin # Role for unauthenticated users, other valid values are `Viewer`, `Editor` and `Admin`
users:
default_theme: light
## Sidecars that collect the configmaps with specified label and stores the included files them into the respective folders
......
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