From ab87488c7af885c8371985d89663e30c4b7999a6 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 22 Feb 2020 16:23:43 +0100 Subject: [PATCH] implementing noauth --- scripts/install | 1 + scripts/upgrade | 1 + 2 files changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 58f0caa..5163025 100644 --- a/scripts/install +++ b/scripts/install @@ -279,6 +279,7 @@ then # unprotected_uris allows SSO credentials to be passed anyway. ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" fi +ynh_app_setting_set --app=$app --key=noauth_uris --value="/" #================================================= # RELOAD NGINX diff --git a/scripts/upgrade b/scripts/upgrade index 9cfe1cc..2ed8149 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -340,6 +340,7 @@ then # unprotected_uris allows SSO credentials to be passed anyway ynh_app_setting_set --app=$app --key=unprotected_uris --value="/" fi +ynh_app_setting_set --app=$app --key=noauth_uris --value="/" #================================================= # START SYSTEMD SERVICE