This commit is contained in:
2024-01-24 15:56:08 +01:00
parent 918d19d957
commit 484042b5fa
2 changed files with 41 additions and 35 deletions

View File

@@ -20,6 +20,12 @@ provisioning = /etc/grafana/provisioning
[server]
domain = ''
root_url = 'https://${local.dns-name}/'
[auth]
oauth_allow_insecure_email_lookup = true
[auth.anonymous]
enabled = true
org_name = Main Org.
org_role = Viewer
[auth.generic_oauth]
enabled = true
client_id = '${module.oauth2.client_id}'