Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-38747: Support Kerberos GSSAPI binds to LDAP #734

Merged
merged 1 commit into from
Apr 18, 2023
Merged

Commits on Apr 18, 2023

  1. Support Kerberos GSSAPI binds to LDAP

    Install the required libraries and the k5start program in the
    container and, if a keytab and krb5.conf file are present in the
    container, run the application under k5start. (This will be handled
    by the Helm chart for invocations other than the default uvicorn
    one.) If ldap.useKerberos is set in the configuration and there is
    no userDn set, use GSSAPI as the authentication method.
    
    Add documentation for the secret and Helm configuration. Reorganize
    the LDAP configuration documentation a bit to use subheadings.
    rra committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    00e9c76 View commit details
    Browse the repository at this point in the history