From 35b46e18f48258d0409c6d220fc5ab78b183c562 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Wed, 3 May 2023 16:26:17 +0200 Subject: [PATCH] Old gcube token needs to go to gcube-token HTTP header instead of Authorization --- shinyproxy/ansible_vars/nginx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shinyproxy/ansible_vars/nginx.yml b/shinyproxy/ansible_vars/nginx.yml index c156aca..103164e 100644 --- a/shinyproxy/ansible_vars/nginx.yml +++ b/shinyproxy/ansible_vars/nginx.yml @@ -78,7 +78,7 @@ nginx_virthosts: other_opts: - 'internal' - 'proxy_method POST' - - 'proxy_set_header Authorization "$auth_token"' + - 'proxy_set_header gcube-token "$auth_token"' - 'proxy_set_header Content-Type "application/json"' - location: /_homeserv target: 'https://192.168.100.54/'