mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-22 20:18:30 +03:00
fix: additional proxy headers for complete support of oauth2-proxy (#21434)
Some checks failed
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
Some checks failed
CI / AMD64 Build (push) Has been cancelled
CI / ARM Build (push) Has been cancelled
CI / Jetson Jetpack 6 (push) Has been cancelled
CI / AMD64 Extra Build (push) Has been cancelled
CI / ARM Extra Build (push) Has been cancelled
CI / Synaptics Build (push) Has been cancelled
CI / Assemble and push default build (push) Has been cancelled
https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview#header-options
This commit is contained in:
parent
3c5eb1aee5
commit
3655b9269d
@ -18,6 +18,10 @@ proxy_set_header X-Forwarded-User $http_x_forwarded_user;
|
|||||||
proxy_set_header X-Forwarded-Groups $http_x_forwarded_groups;
|
proxy_set_header X-Forwarded-Groups $http_x_forwarded_groups;
|
||||||
proxy_set_header X-Forwarded-Email $http_x_forwarded_email;
|
proxy_set_header X-Forwarded-Email $http_x_forwarded_email;
|
||||||
proxy_set_header X-Forwarded-Preferred-Username $http_x_forwarded_preferred_username;
|
proxy_set_header X-Forwarded-Preferred-Username $http_x_forwarded_preferred_username;
|
||||||
|
proxy_set_header X-Auth-Request-User $http_x_auth_request_user;
|
||||||
|
proxy_set_header X-Auth-Request-Groups $http_x_auth_request_groups;
|
||||||
|
proxy_set_header X-Auth-Request-Email $http_x_auth_request_email;
|
||||||
|
proxy_set_header X-Auth-Request-Preferred-Username $http_x_auth_request_preferred_username;
|
||||||
proxy_set_header X-authentik-username $http_x_authentik_username;
|
proxy_set_header X-authentik-username $http_x_authentik_username;
|
||||||
proxy_set_header X-authentik-groups $http_x_authentik_groups;
|
proxy_set_header X-authentik-groups $http_x_authentik_groups;
|
||||||
proxy_set_header X-authentik-email $http_x_authentik_email;
|
proxy_set_header X-authentik-email $http_x_authentik_email;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user