Comment on Simple authentication for homelab?
timbuck2themoon@sh.itjust.works 7 months agoDoes this do it all? It seems that it holds all your users like LDAP and can auth that way too. But it can also do simple oidc integrations too? Basically just want to see if it is the all in one.
I’ve otherwise been trailing keycloak/authelia as the oidc portion and lldap/freeipa as the ldap Backend that actually holds the users. Would love to simplify if possible.
g5pw@feddit.it 7 months ago
Yes, it should cover all the use cases you mention!
I use oauth2-proxy as ForwardAuth on Traefik so I can protect apps that do not support OAuth/OIDC login/
timbuck2themoon@sh.itjust.works 7 months ago
Awesome. Thank you.
Now to see how i make this work in k8s since they evidently mandate the cert inside instead of just allowing the ingress to have it.
g5pw@feddit.it 7 months ago
Yeah, sounds like a security feature… I was able to configure Traefik to connect with TLS, verifying the peer certificate.
timbuck2themoon@sh.itjust.works 7 months ago
I could do this but sadly even just the trial did not work. I’m using podman but it gives me “invalid state” just trying to login with a user per the quickstart, etc. Can’t reset the password cleanly, can’t add a passkey via bitwarden, etc.
Unsure if I’m doing something wrong or if it’s very alpha/beta.