nautobot / nautobot-docker-compose

Docker Compose for Nautobot
47 stars 43 forks source link

Update LDAP Docs #37

Closed nniehoff closed 2 months ago

nniehoff commented 2 years ago

I believe the LDAP requirements are baked in to the Nautobot container now, worth a double check but could reduce the code here.

jvanderaa commented 2 years ago

Such that one doesn't need to rebuild the container for LDAP? Got a PR on that?

nniehoff commented 2 years ago

That is the idea yes... I don't have a PR as I don't have time yet...

scetron commented 2 years ago

Something related is that in the nautobot_config.py.ldap the nautobot-device-onboarding is enabled in plugins but is not installed into the container. Probably needs to be removed from PLUGINS in the config.

jvanderaa commented 2 years ago

@scetron you want this one?

scetron commented 2 years ago

Yes, I can take this one

jvanderaa commented 1 year ago

Sounds good @scetron

terafirmanz commented 1 year ago

Does this mean I should not submit an issue for the ldap compose file?

Currently, the ldap file has the database service named postgres but the main compose file calls it "db" so using the default env file will fail to start.

jdrew82 commented 2 months ago

This has been resolved.