r/grafana: Fix Origin not allowed error
Grafana 8.3.5 introduced a new CSRF protection mechanism that requires the value of the Host HTTP request header to be preserved from the original client request. https://github.com/grafana/grafana/issues/45117#issuecomment-1033842787
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
grafana_domain: '{{ ansible_fqdn }}'
|
||||
grafana_ldap_enabled: false
|
||||
grafana_http_addr:
|
||||
grafana_ldap_host: 127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user