Skip to content

Commit

Permalink
fix(ini): a stray quote was causing INI parsing to break
Browse files Browse the repository at this point in the history
Error: parsing template grafana.ini.tpl (template: grafana.ini.tpl:208: bad character U+0022 '"')
  • Loading branch information
helgi committed Aug 11, 2016
1 parent eca4782 commit 3b15224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/rootfs/usr/share/grafana/grafana.ini.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ allowed_domains = {{ default "" .GOOGLE_AUTH_ALLOWED_DOMAINS }}
[auth.proxy]
{{ if .AUTH_PROXY }}
enabled = {{ .AUTH_PROXY }}
header_name = {{ default "X-WEBAUTH-USER" .AUTH_HEADER_NAME" }}
header_name = {{ default "X-WEBAUTH-USER" .AUTH_HEADER_NAME }}
header_property = {{ default "username" .AUTH_HEADER_PROPERTY }}
auto_sign_up = {{ default "true" .AUTH_AUTO_SIGN_UP }}
{{ end }}
Expand Down

0 comments on commit 3b15224

Please sign in to comment.