summaryrefslogtreecommitdiff
path: root/internal/suites/example/compose/haproxy/auth-request.lua
AgeCommit message (Collapse)Author
2023-04-08feat(handlers): authz authrequest authelia url (#5181)James Elliott
This adjusts the AuthRequest Authz implementation behave similarly to the other implementations in as much as Authelia can return the relevant redirection to the proxy and the proxy just utilizes it if possible. In addition it swaps the HAProxy examples over to the ForwardAuth implementation as that's now supported. Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
2020-09-10[FEATURE] Support updated haproxy-auth-request (#1310)Amir Zarrinkafsh
* [FEATURE] Support updated haproxy-auth-request This version removes the dependency of lua-socket which seemed to result in many unsupported and broken BSD/Pfsense deployments. * Fix docs indentation * Add haproxy-lua-http to TLS enabled configuration
2020-05-06[MISC] Add coverage for Remote-User and Remote-Groups (#982)Clément Michaud
* Fix dev workflow. * Fix dev workflow. * Cover Remote-User and Remote-Groups using Traefik. * Cover Remote-User and Remote-Groups using HAProxy. * Fix redirection after unauthorized response when using HAProxy. Co-authored-by: Amir Zarrinkafsh <nightah@me.com>