From 1d8caeede6083fa7d1fb1b8291c312760ad5b881 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Thu, 30 Aug 2018 13:47:37 -0500 Subject: [PATCH] Nagios: Use public endpoint for ldap This PS updates the nagios chart to use the public endpoint for ldap in the apache config. Change-Id: Ia7c1881a15fda3100fb006e9cf1d06d22dcd6a8d Signed-off-by: Pete Birley --- nagios/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios/values.yaml b/nagios/values.yaml index 870b07ada..9ac391bdf 100644 --- a/nagios/values.yaml +++ b/nagios/values.yaml @@ -289,7 +289,7 @@ conf: AuthUserFile /usr/local/apache2/conf/.htpasswd AuthLDAPBindDN {{ .Values.endpoints.ldap.auth.admin.bind }} AuthLDAPBindPassword {{ .Values.endpoints.ldap.auth.admin.password }} - AuthLDAPURL {{ tuple "ldap" "default" "ldap" . | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" | quote }} + AuthLDAPURL {{ tuple "ldap" "public" "ldap" . | include "helm-toolkit.endpoints.keystone_endpoint_uri_lookup" | quote }} Require valid-user