~xenrox/ansible

79955efef253a1dbac1df297da2d33303939215f — Thorben Günther 11 months ago 8f764ce
grafana: Update config

9.5.1 release.
1 files changed, 35 insertions(+), 1 deletions(-)

M roles/grafana/templates/grafana.ini.j2
M roles/grafana/templates/grafana.ini.j2 => roles/grafana/templates/grafana.ini.j2 +35 -1
@@ 91,6 91,14 @@ enable_gzip = true
#exampleHeader1 = exampleValue1
#exampleHeader2 = exampleValue2

#################################### GRPC Server #########################
;[grpc_server]
;network = "tcp"
;address = "127.0.0.1:10000"
;use_tls = false
;cert_file =
;key_file =

#################################### Database ####################################
[database]
# You can configure the database connection by specifying type, host, name, user and password


@@ 220,6 228,9 @@ enable_gzip = true
# Limits the number of rows that Grafana will process from SQL data sources.
;row_limit = 1000000

# Sets a custom value for the `User-Agent` header for outgoing data proxy requests. If empty, the default value is `Grafana/<BuildVersion>` (for example `Grafana/9.0.0`).
;user_agent =

#################################### Analytics ####################################
[analytics]
# Server reporting, sends usage counters to stats.grafana.org every 24 hours.


@@ 491,6 502,7 @@ signout_redirect_url = https://keycloak.xenrox.net/realms/xenrox/protocol/openid
;oauth_state_cookie_max_age = 600

# Skip forced assignment of OrgID 1 or 'auto_assign_org_id' for social logins
# Deprecated, use skip_org_role_sync option for specific provider instead.
;oauth_skip_org_role_update_sync = false

# limit of api_key seconds to live before expiration


@@ 524,6 536,8 @@ signout_redirect_url = https://keycloak.xenrox.net/realms/xenrox/protocol/openid

#################################### GitHub Auth ##########################
[auth.github]
;name = GitHub
;icon = github
;enabled = false
;allow_sign_up = true
;auto_login = false


@@ 542,6 556,8 @@ signout_redirect_url = https://keycloak.xenrox.net/realms/xenrox/protocol/openid

#################################### GitLab Auth #########################
[auth.gitlab]
;name = GitLab
;icon = gitlab
;enabled = false
;allow_sign_up = true
;auto_login = false


@@ 560,6 576,8 @@ signout_redirect_url = https://keycloak.xenrox.net/realms/xenrox/protocol/openid

#################################### Google Auth ##########################
[auth.google]
;name = Google
;icon = google
;enabled = false
;allow_sign_up = true
;auto_login = false


@@ 575,6 593,8 @@ signout_redirect_url = https://keycloak.xenrox.net/realms/xenrox/protocol/openid

#################################### Grafana.com Auth ####################
[auth.grafana_com]
;name = Grafana.com
;icon = grafana
;enabled = false
;allow_sign_up = true
;auto_login = false


@@ 586,7 606,8 @@ signout_redirect_url = https://keycloak.xenrox.net/realms/xenrox/protocol/openid

#################################### Azure AD OAuth #######################
[auth.azuread]
;name = Azure AD
;name = Microsoft
;icon = microsoft
;enabled = false
;allow_sign_up = true
;auto_login = false


@@ 891,6 912,9 @@ role_attribute_strict = true
# global limit of alerts
;global_alert_rule = -1

# global limit of correlations
; global_correlations = -1

#################################### Unified Alerting ####################
[unified_alerting]
#Enable the Unified Alerting sub-system and interface. When enabled we'll migrate all of your alert rules and notification channels to the new system. New alert rules will be created and your notification channels will be converted into an Alertmanager configuration. Previous data is preserved to enable backwards compatibility but new data is removed.```


@@ 1179,6 1203,8 @@ role_attribute_strict = true
;plugin_catalog_url = https://grafana.com/grafana/plugins/
# Enter a comma-separated list of plugin identifiers to hide in the plugin catalog.
;plugin_catalog_hidden_plugins =
# Log all backend requests for core and external plugins.
;log_backend_requests = false

#################################### Grafana Live ##########################################
[live]


@@ 1263,6 1289,14 @@ role_attribute_strict = true
;grpc_host =
;grpc_port =

[support_bundles]
# Enable support bundle creation (default: true)
#enabled = true
# Only server admins can generate and view support bundles (default: true)
#server_admin_only = true
# If set, bundles will be encrypted with the provided public keys separated by whitespace
#public_keys = ""

[enterprise]
# Path to a valid Grafana Enterprise license.jwt file
;license_path =