question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

User reports difficulty setting up redirects in Emissary 2.0

See original GitHub issue

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

apiVersion: x.getambassador.io/v3alpha1
kind: AmbassadorMapping
metadata:
  name: redirect
spec:
  prefix: /redirect/
  service: httpbin.org
  host_redirect: true
  hostname: ‘*’

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.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
khusseycommented, Jan 26, 2022

This was fixed in Emissary-ingresss 2.1.2, which is now available.

0reactions
MattMencelcommented, Jan 24, 2022

@vjdhama can you explain how you used externalName mapping to resolve your redirect problem? I created an externalName service and pointed the redirect mapping to that but still get the 404 error.

The bugfix looks like it will be in 2.1.2, anyone have an idea on the timeframe for that release?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Emissary-ingress Release Notes | Ambassador
By default Emissary-ingress adds routes for http to https redirection. When an AuthService is applied in v2.Y of Emissary-ingress, Envoy would skip the ......
Read more >
Support global level http -> https redirection · Issue #469
Use Case If TLS terminates externally (Such as AWS ELB), the http request need to be redirected to https. Describe the solution you'd...
Read more >
Solving Redirection Issues Using Rank Math SEO Plugin
To solve this problem, open the redirects and see if you could find any redirects that have the same source and destination URLs....
Read more >
Redirect Users to Your Experience Builder Site Pages
Set up page redirects to maintain the discoverability and SEO equity of your Experience Builder site. You can redirect users to your Experience...
Read more >
The Ultimate Guide to Redirects: URL Redirections Explained
Redirects send users & search engines from one URL to another. Find out how to use each type here.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found