remove temporary GRAPH_LDAP_INSECURE workaround after fix in https://github.com/owncloud/ocis/pull/3888

This commit is contained in:
Willy Kloucek
2022-05-31 09:51:17 +02:00
parent 6da5330e51
commit 28c037542f
6 changed files with 0 additions and 6 deletions
@@ -126,7 +126,6 @@ services:
PROXY_TLS: "false" # do not use SSL between Traefik and oCIS
# 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}"
volumes: