-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Obligator to protect apps #25
Comments
Hey @MitPitt, forward auth should be what you want. This functionality is currently broken in obligator (it's not used by LastLogin), but it should be pretty easy for me to fix. The settings should be almost the same as Authentik. Do you know what Authentik headers you're currently making use of? |
I'm protecting a dashboard and some other static pages, which do not require authorization. Hence I am not making use of any headers. Just protecting the dashboard with an authentication layer. In the Caddy config I linked above, the |
Ah ok you should be good to go then. Just use the |
@MitPitt I just did a new beta release so you don't have to build manually if you wanted to try this. |
Would you also mind building a docker image please? I noticed that latest image on docker hub is 6 months old now |
I tried running the binary now with Now it shows I also tried the following Caddyfile:
Shows |
Hey @MitPitt, sorry I'm traveling at the moment, but I'll take a look at this when I get back. |
Currently I am using Authentik to protect my apps. It is too slow and I would like to use Obligator instead. As I understand it,
forward auth
is the needed feature for this kind of stuff. But I can't wrap my head around what settings I need to specify in my reverse proxy.I'm using Authentik with Caddy and this setup: https://docs.goauthentik.io/docs/providers/proxy/server_caddy
This way, when someone tries to access an app, he is first redirected to an outpost, where he must login.
Please let me know if this is possible to do with Obligator
The text was updated successfully, but these errors were encountered: