mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Add REMOTE_USER Header for auth-header authentication to ingress.conf
With this change, auth-header authentication works out of the box, using guacadin user. Solves https://github.com/alexbelgium/hassio-addons/issues/1304
This commit is contained in:
@@ -13,6 +13,7 @@ server {
|
||||
proxy_set_header Connection "Upgrade";
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header REMOTE_USER guacadmin;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user