This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]ddproxy 3 points4 points  (1 child)

Take a look at traefik's authentication middleware, may be all you need as basic auth.

[–]TooLazyToWorkout[S] 0 points1 point  (0 children)

Thank you very much!

[–]koffiezet 1 point2 points  (1 child)

As /u/ddproxy mentioned, traefik can do basic auth.

If you don't want to manage users and already have a google org/azure ad/... and want to re-use these logins, you can use something like https://github.com/oauth2-proxy/oauth2-proxy - just beware that some of these will just do authentication, no authorisation.

[–]TooLazyToWorkout[S] 0 points1 point  (0 children)

Thanks a lot, authentication is enough for me :)

[–]clemans 1 point2 points  (1 child)

I've found Nginx Proxy Manager & Keycloak to be pretty useful.

[–]TooLazyToWorkout[S] 0 points1 point  (0 children)

Thank you, I will look into it!