|
|
|
@ -162,7 +162,7 @@ query_retries = 0 |
|
|
|
|
# For "sqlite" only. How many times to retry transaction in case of database is locked failures. Default is 5. |
|
|
|
|
transaction_retries = 5 |
|
|
|
|
|
|
|
|
|
# Set to true to add metrics and tracing for database queries. |
|
|
|
|
# Set to true to add metrics and tracing for database queries. |
|
|
|
|
instrument_queries = false |
|
|
|
|
|
|
|
|
|
#################################### Cache server ############################# |
|
|
|
@ -611,6 +611,7 @@ role_attribute_strict = false |
|
|
|
|
allow_assign_grafana_admin = false |
|
|
|
|
skip_org_role_sync = false |
|
|
|
|
tls_skip_verify_insecure = false |
|
|
|
|
use_pkce = true |
|
|
|
|
|
|
|
|
|
#################################### Google Auth ######################### |
|
|
|
|
[auth.google] |
|
|
|
@ -629,6 +630,7 @@ allowed_domains = |
|
|
|
|
hosted_domain = |
|
|
|
|
skip_org_role_sync = false |
|
|
|
|
tls_skip_verify_insecure = false |
|
|
|
|
use_pkce = true |
|
|
|
|
|
|
|
|
|
#################################### Grafana.com Auth #################### |
|
|
|
|
# legacy key names (so they work in env variables) |
|
|
|
@ -670,6 +672,7 @@ role_attribute_strict = false |
|
|
|
|
allow_assign_grafana_admin = false |
|
|
|
|
force_use_graph_api = false |
|
|
|
|
tls_skip_verify_insecure = false |
|
|
|
|
use_pkce = true |
|
|
|
|
|
|
|
|
|
#################################### Okta OAuth ####################### |
|
|
|
|
[auth.okta] |
|
|
|
@ -691,6 +694,7 @@ role_attribute_strict = false |
|
|
|
|
allow_assign_grafana_admin = false |
|
|
|
|
skip_org_role_sync = false |
|
|
|
|
tls_skip_verify_insecure = false |
|
|
|
|
use_pkce = true |
|
|
|
|
|
|
|
|
|
#################################### Generic OAuth ####################### |
|
|
|
|
[auth.generic_oauth] |
|
|
|
@ -1013,8 +1017,8 @@ ha_peers = "" |
|
|
|
|
# The interval string is a possibly signed sequence of decimal numbers, followed by a unit suffix (ms, s, m, h, d), e.g. 30s or 1m. |
|
|
|
|
ha_peer_timeout = 15s |
|
|
|
|
|
|
|
|
|
# The label is an optional string to include on each packet and stream. |
|
|
|
|
# It uniquely identifies the cluster and prevents cross-communication |
|
|
|
|
# The label is an optional string to include on each packet and stream. |
|
|
|
|
# It uniquely identifies the cluster and prevents cross-communication |
|
|
|
|
# issues when sending gossip messages in an enviromenet with multiple clusters. |
|
|
|
|
ha_label = |
|
|
|
|
|
|
|
|
|