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 HTTP paths/routes configuration #248

Open
epomatti opened this issue May 4, 2024 · 0 comments
Open

Support HTTP paths/routes configuration #248

epomatti opened this issue May 4, 2024 · 0 comments

Comments

@epomatti
Copy link

epomatti commented May 4, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do * not help prioritize the request
    If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request
Add simple reverse proxy URL filter functionality to allow/deny some paths, possibly with a custom response.

Example:

  • Allow: /api/v2/**
  • Return 404: /actuator/health

Essentially, incorporate the equivalent of ELB routing rules to expand the customization of the service.

Describe alternatives you've considered
Today everything needs to be managed inside the app, and adding a load balancer in front of App Runner doesn't look like a good approach.

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

1 participant