Skip to content

Commit

Permalink
FIX typo reported in #267 around AUTHENTICATION_LDAP_ALLOWED_HOSTNAMES
Browse files Browse the repository at this point in the history
  • Loading branch information
tutte committed Oct 30, 2024
1 parent 10dd887 commit 61fdabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openmetadata/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ data:
{{ end }}
{{- if eq .ldapConfiguration.truststoreConfigType "HostName" }}
AUTHENTICATION_LDAP_ALLOW_WILDCARDS: {{ .ldapConfiguration.trustStoreConfig.hostNameConfig.allowWildCards | quote | b64enc }}
AUTHENTICATION_LDAP_ALLOWED_HOSTNAMES: {{ .Values.openmetadata.config.authentication.ldapConfiguration.trustStoreConfig.hostNameConfig.acceptableHostNames | b64enc}}
AUTHENTICATION_LDAP_ALLOWED_HOSTNAMES: {{ .ldapConfiguration.trustStoreConfig.hostNameConfig.acceptableHostNames | b64enc}}
{{ end }}
{{- if eq .ldapConfiguration.truststoreConfigType "JVMDefault" }}
AUTHENTICATION_LDAP_SSL_VERIFY_CERT_HOST: {{ .ldapConfiguration.trustStoreConfig.jvmDefaultConfig.verifyHostname | quote | b64enc }}
Expand Down

0 comments on commit 61fdabd

Please sign in to comment.