From f1093e0f4c93d5339023d29a2e765fda07844fbd Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 4 May 2020 11:50:13 +0200 Subject: [PATCH] Remove white list config --- deploy.d/config.yml | 1 - sbin/entrypoint.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/deploy.d/config.yml b/deploy.d/config.yml index 19de706..5b9cf74 100644 --- a/deploy.d/config.yml +++ b/deploy.d/config.yml @@ -51,4 +51,3 @@ env: SSH_LISTEN_PORT: "{{ vars.ssh_listen_port }}" SSH_PORT: "222" STARTUP_TIMEOUT: "0" - WHITELIST_URIS: "https://{{ vars.domain }}" diff --git a/sbin/entrypoint.sh b/sbin/entrypoint.sh index 4791b6b..2fcfe85 100755 --- a/sbin/entrypoint.sh +++ b/sbin/entrypoint.sh @@ -89,7 +89,6 @@ setup_app_ini() { crudini --set "$app_ini" openid ENABLE_OPENID_SIGNIN "${ENABLE_OPENID_SIGNIN}" crudini --set "$app_ini" openid ENABLE_OPENID_SIGNUP "${ENABLE_OPENID_SIGNUP}" - crudini --set "$app_ini" openid WHITELIST_URIS "${WHITELIST_URIS}" crudini --set "$app_ini" indexer STARTUP_TIMEOUT "${STARTUP_TIMEOUT}"