service: Support proxy forward auth using OAuth2 Proxy
This commit is contained in:
@@ -9,4 +9,7 @@
|
||||
vhost_proxy_target_netproto: unix
|
||||
vhost_proxy_target_socket: "/run/{{ service_name }}-socat.sock"
|
||||
vhost_proxy_headers: "{{ _service_proxy_headers }}"
|
||||
vhost_locations: "{{ service_vhost_locations }}"
|
||||
vhost_proxy_auth_socket: "{{ _service_oauth2_socket }}"
|
||||
vhost_proxy_auth_uri: /oauth2/auth
|
||||
vhost_proxy_auth_unauthorized_redir: "/oauth2/sign_in?rd={scheme}://{host}{uri}"
|
||||
vhost_locations: "{{ _service_vhost_locations }}"
|
||||
|
||||
Reference in New Issue
Block a user