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

Support dynamic paths endpoint? #229

Closed
merusso opened this issue Oct 20, 2022 · 4 comments
Closed

Support dynamic paths endpoint? #229

merusso opened this issue Oct 20, 2022 · 4 comments

Comments

@merusso
Copy link

merusso commented Oct 20, 2022

Would it be desirable to add a podinfo endpoint that accepts dynamic paths?

For example, pattern /echo/** would accept /echo, /echo/foo, echo/foo/bar, etc. All paths would be handled the same way.

For now, I'm using k8s echoserver (registry.k8s.io/e2e-test-images/echoserver:2.5) to test this, as it always responds the same way for any URI path.

I use this feature to test arbitrary path patterns passed through a reverse proxy.

@stefanprodan
Copy link
Owner

Yes dynamic paths for echo would be great!

@jjchambl
Copy link
Contributor

jjchambl commented Jun 7, 2023

@stefanprodan I've opened #271 to address this. Take a look and let me know what you think.

@jjchambl
Copy link
Contributor

jjchambl commented Sep 7, 2023

@stefanprodan @merusso since the PR for this feature has been merged, can we close this issue?

@stefanprodan
Copy link
Owner

Ah yes, forgot to close it, thanks for the reminder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants