Replies: 4 comments
Actually the example in the README does not explain how to protect a single path, it makes the authentication request for all requests. Are you confusing this with the |
0 replies
|
Yes sorry, I mixed this up. For clarification is it possible to protect a single backend with authentication, without spamming the authentication backend if other resources are accessed? |
0 replies
|
Sure, either put the |
0 replies
|
All right got it working, anyone looking for examples check out https://www.authelia.com/docs/deployment/supported-proxies/haproxy.html . |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey Guys,
I am new to HaProxy and therefore this plugin. I need some help to protect certain backends with auth-request. Let say I want to protect the subdomain v2.example.org.
From your documentation, I understand how to protect a single path for one backend. So how can I protect hole subdomain, with multiple backends?
All reactions