Grafana: Update quotes for ldap admin bind password
This encloses the ldap admin bind password in single quotes instead of double quotes, which allows for special characters to be successfully included in the password. Change-Id: I57649a92595c3fe643f32dd1fb3e7c5b2a0802e7
This commit is contained in:
parent
3281d81dac
commit
b6f5c19e9d
@ -327,7 +327,7 @@ conf:
|
||||
start_tls = false
|
||||
ssl_skip_verify = false
|
||||
bind_dn = "{{ .Values.endpoints.ldap.auth.admin.bind_dn }}"
|
||||
bind_password = "{{ .Values.endpoints.ldap.auth.admin.password }}"
|
||||
bind_password = '{{ .Values.endpoints.ldap.auth.admin.password }}'
|
||||
search_filter = "{{ .Values.conf.ldap.config.filters.search }}"
|
||||
search_base_dns = ["{{ .Values.conf.ldap.config.base_dns.search }}"]
|
||||
group_search_filter = "{{ .Values.conf.ldap.config.filters.group_search }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user