helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

LDAP Support

Open nniehoff opened this issue 3 years ago • 2 comments

Provide a method in the helm charts to configure LDAP with Nautobot.

nniehoff avatar Dec 03 '21 13:12 nniehoff

Technically this could be achieved today with a custom image (to install the ldap dependencies) and custom nautobot_config.py. With the implementation of https://github.com/nautobot/nautobot/pull/1073 we will no longer need a separate image. However, the default nautobot_config.py does not currently contain ldap config settings. I would suggest we get them added there to pull from the env and the helm chart just utilize those settings.

nniehoff avatar Dec 03 '21 13:12 nniehoff

If issue 6234 of Nautobot is accepted and implemented. We won't need to update the whole nautobot_config.py file and could easily support LDAP through environmental variables.

gertzakis avatar Sep 18 '24 12:09 gertzakis