Skip to content
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

Ingresses for named servers don't match link (trailing slash) #405

Open
remche opened this issue May 3, 2020 · 1 comment
Open

Ingresses for named servers don't match link (trailing slash) #405

remche opened this issue May 3, 2020 · 1 comment
Labels
KubeIngressProxy KubeIngressProxy is a separate class from KubeSpawner!

Comments

@remche
Copy link
Contributor

remche commented May 3, 2020

Bug description

When using named servers, we are redirected to http://host.tld/user/username/test but corresponding ingress rule path is set to /user/username/test/.
Although it's not an issue for ingress-nginx, this remains controversial for some other (most ?) controllers (traefik/traefik#5159) which do not deal with the trailing slash and will fail to route to the named server.

Expected behaviour

Make URL (redirection and control panel link) and ingress rule path match exactly.

Your personal set up

k8s with traefik 2.0.6.

@remche
Copy link
Contributor Author

remche commented May 18, 2020

Note: I cant reproduce it with traefik 2.2...

@consideRatio consideRatio added the KubeIngressProxy KubeIngressProxy is a separate class from KubeSpawner! label Oct 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
KubeIngressProxy KubeIngressProxy is a separate class from KubeSpawner!
Projects
None yet
Development

No branches or pull requests

2 participants