From 96924736df142e922e77c79fe2d1e226771cb4df Mon Sep 17 00:00:00 2001 From: Matthew Yauch Date: Wed, 1 May 2019 08:14:26 -0700 Subject: [PATCH] Updated README.md to reflect AUTH_LDAP_BIND_PASSWORD secret support --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3de3f96..40c4913 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ If a secret is defined by an environment variable and in the respective file at * `EMAIL_PASSWORD`: `/run/secrets/email_password` * `NAPALM_PASSWORD`: `/run/secrets/napalm_password` * `REDIS_PASSWORD`: `/run/secrets/redis_password` +* `AUTH_LDAP_BIND_PASSWORD`: `/run/secrets/auth_ldap_bind_password` Please also consider [the advice about running Netbox in production](#production) above!