Skip to content
Snippets Groups Projects
Verified Commit 9899a327 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Make grafana public

parent ccd1fc89
No related branches found
No related tags found
1 merge request!176Grafana newinfra
......@@ -33,12 +33,18 @@
- section: server
option: root_url
value: "{{ grafana.root_url }}"
- section: session # This will break with HTTPS
option: cookie_secure
value: "true"
- section: analytics
option: reporting_enabled
value: "false"
- section: analytics
option: check_for_updates
value: "false"
- section: security
option: disable_initial_admin_creation
value: "true"
- section: security
option: cookie_secure
value: "true"
- section: snapshots
option: external_enabled
value: "false"
......@@ -48,6 +54,12 @@
- section: users
option: allow_org_create
value: "false"
- section: auth.anonymous
option: enabled
value: "true"
- section: auth.anonymous
option: hide_version
value: "true"
- section: auth.basic # Only LDAP auth
option: enabled
value: "false"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment