-
Notifications
You must be signed in to change notification settings - Fork 2k
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
SSO in ingress nginx with Github not working as expected #6468
Comments
Hi @nguyenphu123 thanks for reporting! Be sure to check out the docs and the Contributing Guidelines while you wait for a human to take a look at this 🙂 Cheers! |
hi @nguyenphu123, looks like you're using k8s community Ingress Controller not Nginx Ingress Controller (this project), please open an issue in https://github.com/kubernetes/ingress-nginx/ or feel free to give a try to this one. |
github-project-automation
bot
moved this from Todo ☑
to Done 🚀
in NGINX Ingress Controller
Oct 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using this example to set up SSO for my ingress controller: ingress-nginx/docs/examples/auth/oauth-external-auth/oauth2-proxy.yaml at main · kubernetes/ingress-nginx · GitHub
and I am facing two issues: If I used the same hostname for both ingresses, one ingress will lose all IPs. If I switch to a different hostname, the SSO work but I can still access the service even when I am not logged in.
I tried with two public hosts on cloudflare but can still access the service with or without login. My system is an on-premise which is running on metallb ARP mode. Thanks in advanced.
The text was updated successfully, but these errors were encountered: