-
Notifications
You must be signed in to change notification settings - Fork 687
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
User reports difficulty setting up redirects in Emissary 2.0 #3709
Comments
@cindymullins-dw, can you check if the user has configured an |
Hi! Im the user. We had |
I'm also unable to set up redirects. My Setup:
If I create two mappings without any redirects it all works fine and I can reach the service on both example.de and example.com. But if I want to redirect one domain to the other I get a 404 on the redirected domain. Here are the mappings: apiVersion: getambassador.io/v3alpha1
kind: Mapping
metadata:
name: example-service-mapping-de
spec:
prefix: /
service: example-service
hostname: example.de
---
apiVersion: getambassador.io/v3alpha1
kind: Mapping
metadata:
name: example-service-mapping-com
spec:
prefix: /
service: example.de
hostname: example.com
host_redirect: true |
Same issue here
The result is a 404 instead of the expected 301 ... |
I see similar behavior in v1.14.2 |
As a workaround, I am using an |
@vjdhama can you explain how you used The bugfix looks like it will be in 2.1.2, anyone have an idea on the timeframe for that release? |
This was fixed in Emissary-ingresss 2.1.2, which is now available. |
From user Tim Rice:
Hi! Trying out the emissary-ingress 2.0 dev preview... having trouble getting redirects working, even using the basic redirect example from the docs
just returns a 404.
accessing an application in the cluster works just fine...
is this a known problem or are we doing something wrong?
Comment from Cindy:
The user is reporting an issue with redirects for Emissary 2.0 and it seems like he's using the new CRDs... he says it works for 1.13.
The text was updated successfully, but these errors were encountered: