Old gcube token needs to go to gcube-token HTTP header instead of Authorization

This commit is contained in:
dcore94 2023-05-03 16:26:17 +02:00
parent 9bc1da1308
commit 35b46e18f4
1 changed files with 1 additions and 1 deletions

View File

@ -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/'