Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

[cetic/phpldapadmin] Mount CA certificates for LDAP TLS #8

@mikeyGlitz

Description

@mikeyGlitz

Is your feature request related to a problem? Please describe.
I'm trying to connect to my LDAP server which is secure with TLS. I'm attempting to sign in with the Admin account cn=admin,dc=example,dc=com. I receive an error from phpldapadmin that phpldapadmin could not connect using TLS.

I'm using a self-signed CA certificate to secure my ldap server

Setting env.PHPLDAPADMIN_LDAP_CLIENT_TLS_REQCERT = allow does not fix this problem. The OpenLDAP server requires a CA certificate in order to verify.

Describe the solution you'd like
I would like an option for the helm chart which I can use to mount the TLS secret onto the deployment template and use the existing env configuration to point phpldapadmin to the ca.crt file.

Mounting Kubernetes Secrets:
https://kubernetes.io/docs/concepts/configuration/secret/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions