From 463aa768334f3d54c078bf2428ea777157817912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Mon, 8 Mar 2021 20:25:54 +0000 Subject: [PATCH] disable tls for the idp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- .drone.star | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.star b/.drone.star index c3659b0eff..2385b7acf4 100644 --- a/.drone.star +++ b/.drone.star @@ -1348,7 +1348,6 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes=[]): 'PROXY_ENABLE_BASIC_AUTH': True, 'WEB_UI_CONFIG': '/drone/src/tests/config/drone/ocis-config.json', 'IDP_IDENTIFIER_REGISTRATION_CONF': '/drone/src/tests/config/drone/identifier-registration.yml', - 'IDP_TLS': 'true', 'OCIS_LOG_LEVEL': 'debug', 'OCIS_LOG_PRETTY': 'true', }