This PR intends to disable the external snapshots in grafana to reduce security threats
Signed-off-by: Aashish Sharma <aasharma@redhat.com>
cert_key = /etc/grafana/certs/cert_key
http_port = {{ http_port }}
http_addr = {{ http_addr }}
+[snapshots]
+ external_enabled = false
[security]
{% if not initial_admin_password %}
disable_initial_admin_creation = true
cert_key = /etc/grafana/certs/cert_key
http_port = 3000
http_addr =
+ [snapshots]
+ external_enabled = false
[security]
disable_initial_admin_creation = true
cookie_secure = true
' cert_key = /etc/grafana/certs/cert_key\n'
' http_port = 3000\n'
' http_addr = \n'
+ '[snapshots]\n'
+ ' external_enabled = false\n'
'[security]\n'
' admin_user = admin\n'
' admin_password = secure\n'