Comment on Simple authentication for homelab?
g5pw@feddit.it 7 months agoYes, 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/
Comment on Simple authentication for homelab?
g5pw@feddit.it 7 months agoYes, 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.
g5pw@feddit.it 7 months ago
I didn’t have any issues, do you see anything in the logs?