From 9117537c84d0b3b77f9c77b14af9d3a86fd259e0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 22 Feb 2020 16:22:25 +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 348549f..f30e1c9 100644 --- a/scripts/install +++ b/scripts/install @@ -225,6 +225,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 fb45c31..f8ebdef 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -220,6 +220,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