|
|
|
@ -577,6 +577,13 @@ id_response_header_prefix = X-Grafana |
|
|
|
|
# The header value will encode the namespace ("user:<id>", "api-key:<id>", "service-account:<id>") |
|
|
|
|
id_response_header_namespaces = user api-key service-account |
|
|
|
|
|
|
|
|
|
#################################### SSO Settings ########################### |
|
|
|
|
[sso_settings] |
|
|
|
|
# interval for reloading the SSO Settings from the database |
|
|
|
|
# useful in high availability setups running multiple Grafana instances |
|
|
|
|
# set to 0 to disable this feature |
|
|
|
|
reload_interval = 1m |
|
|
|
|
|
|
|
|
|
#################################### Anonymous Auth ###################### |
|
|
|
|
[auth.anonymous] |
|
|
|
|
# enable anonymous access |
|
|
|
@ -843,7 +850,7 @@ skip_org_role_sync = false |
|
|
|
|
sync_cron = "0 1 * * *" |
|
|
|
|
active_sync_enabled = true |
|
|
|
|
|
|
|
|
|
#################################### AWS ########################### |
|
|
|
|
#################################### AWS ##################################### |
|
|
|
|
[aws] |
|
|
|
|
# Enter a comma-separated list of allowed AWS authentication providers. |
|
|
|
|
# Options are: default (AWS SDK Default), keys (Access && secret key), credentials (Credentials field), ec2_iam_role (EC2 IAM Role) |
|
|
|
|