You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been struggling to implement Active Directory authentication since I have a self signed certificate but when I provide the certificate via tlsCA: "./cert.pem" I still get an error. Looking at auth-secret.yaml the helm chart is not taking the correct value instead it is taking CMD_LDAP_TLS_CA: {{ .Values.codimd.authentication.ldap.providerName | toString | quote }} {{ end }}.
The text was updated successfully, but these errors were encountered:
I have been struggling to implement Active Directory authentication since I have a self signed certificate but when I provide the certificate via
tlsCA: "./cert.pem"
I still get an error. Looking atauth-secret.yaml
the helm chart is not taking the correct value instead it is takingCMD_LDAP_TLS_CA: {{ .Values.codimd.authentication.ldap.providerName | toString | quote }} {{ end }}
.The text was updated successfully, but these errors were encountered: