diff --git a/roles/grafana/templates/grafana.ini.j2 b/roles/grafana/templates/grafana.ini.j2 index dbb58403d3aab53357f2f9ee047230bae3c031dd..a8f39f8bdc350542c8bf70ffc92df2a95312c770 100644 --- a/roles/grafana/templates/grafana.ini.j2 +++ b/roles/grafana/templates/grafana.ini.j2 @@ -1577,13 +1577,13 @@ mode = syslog ################################## Feature Management ############################################## [feature_management] # Options to configure the experimental Feature Toggle Admin Page feature, which is behind the `featureToggleAdminPage` feature toggle. Use at your own risk. -+# Allow editing of feature toggles in the feature management page -+;allow_editing = false -+# Allow customization of URL for the controller that manages feature toggles -+;update_webhook = -+# Allow configuring an auth token for feature management update requests -+;update_webhook_token = -+# Hide specific feature toggles from the feature management page -+;hidden_toggles = -+# Disable updating specific feature toggles in the feature management page -+;read_only_toggles = +# Allow editing of feature toggles in the feature management page +;allow_editing = false +# Allow customization of URL for the controller that manages feature toggles +;update_webhook = +# Allow configuring an auth token for feature management update requests +;update_webhook_token = +# Hide specific feature toggles from the feature management page +;hidden_toggles = +# Disable updating specific feature toggles in the feature management page +;read_only_toggles =