Support loading ldap secret from file

This commit is contained in:
Bishtawi
2024-07-30 00:22:07 -07:00
parent 687624a403
commit ee2af306d7
8 changed files with 33 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3-alpine AS builder
# Optional dependencies (e.g. bcrypt)
# Optional dependencies (e.g. bcrypt or ldap)
ARG DEPENDENCIES=bcrypt
COPY . /app