workaround ldaps insecure bind for graph https://github.com/owncloud/ocis/issues/3812

This commit is contained in:
Willy Kloucek
2022-05-17 16:44:22 +02:00
parent d0d9d20a56
commit 57c0de334d
6 changed files with 6 additions and 0 deletions
@@ -62,6 +62,7 @@ services:
GATEWAY_GRPC_ADDR: 0.0.0.0:9142 # make the REVA gateway accessible to the app drivers
# INSECURE: needed if oCIS / Traefik is using self generated certificates
OCIS_INSECURE: "${INSECURE:-false}"
GRAPH_LDAP_INSECURE: true # https://github.com/owncloud/ocis/issues/3812
# basic auth (not recommended, but needed for eg. WebDav clients that do not support OpenID Connect)
PROXY_ENABLE_BASIC_AUTH: "${PROXY_ENABLE_BASIC_AUTH:-false}"
# admin user password