10BC0 Add support for configurable HTTP redirects · Issue #200 · kubernetes-sigs/gateway-api · GitHub
[go: up one dir, main page]

Skip to content

Add support for configurable HTTP redirects #200

@hbagdi

Description

@hbagdi

What would you like to be added:

On a per route basis, a user can configure HTTP redirects 301/302 (may be 307/308 too?) and the location of where to redirect to. It could be simply a redirect to HTTPS, in which case, redirect with the Location header matching the URL of the request being processed or it could be a redirect to a different location. The second part can get tricky because that can invovle path munging (we could consider that to be an extended/custom API).

Why is this needed:

This is a common requirement and most controllers already support this using annotations.

Metadata

Metadata

Assignees

Labels

kind/featureCategorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0