mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🚀 Feature: Example Kubernetes + Ouath2-Proxy setup #405
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ImDevinC on GitHub.
Feature description
I'm having a lot of trouble getting this setup on kubernetes behind ingress-nginx with oauth2-proxy. I can get the login to work successfully, but then I just get redirected back to the login page again. If there are examples of someone getting this working with oauth2-proxy on nginx-ingress that would be great. What I have so far can be found here:
https://github.com/ImDevinC/homelab/tree/pocket-id/charts/pocket-id
https://github.com/ImDevinC/homelab/tree/pocket-id/charts/oauth2-proxy
Pitch
Having an example configuration would help onboard new users faster
@stonith404 commented on GitHub:
I'm converting this to a discussion. I don't use Kubernetes so I can't help you unfortunately.
You can also use your existing reverse proxy to setup authentication for your services as an alternative to oauth2-proxy. See the updated docs.