caasp-services icon indicating copy to clipboard operation
caasp-services copied to clipboard

[HELM CHART] protus-secret.yaml template expects bind_pwd instead password for ldap config

Open ArcticSnowman opened this issue 6 years ago • 0 comments

protus-secret.yaml template expects bind_pwd instead password for ldap config

portus-secret.yaml

  {{- if .Values.portus.config.ldap.authentication.enabled }}
  PORTUS_LDAP_AUTHENTICATION_PASSWORD: {{ .Values.portus.config.ldap.authentication.bind_pwd | b64enc | quote }}
  {{- end }}

values.yaml

      # LDAP credentials used to search for a user.
      authentication:
        enabled: true
        bind_dn: ""
        password: ""

ArcticSnowman avatar May 18 '18 00:05 ArcticSnowman