feat(ingressnginx): implement redirect annotation support#316
feat(ingressnginx): implement redirect annotation support#316asklokesh wants to merge 1 commit intokubernetes-sigs:mainfrom
Conversation
|
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: asklokesh The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @asklokesh. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
6dc8d5d to
7cc2475
Compare
Add support for nginx-ingress redirect annotations: - permanent-redirect with permanent-redirect-code - temporal-redirect - force-ssl-redirect (SSL redirect without TLS configured) Features: - Parse redirect URLs and convert to Gateway API HTTPRequestRedirectFilter - Validate port range (1-65535) - Warn when query string/fragment in URL will be ignored - Support custom redirect status codes (300-399) Related to kubernetes-sigs#268
7cc2475 to
5c8e329
Compare
|
/easycla |
|
Hey @asklokesh, I have an PR open for |
Summary
permanent-redirectwith optionalpermanent-redirect-code(default 301)temporal-redirect(default 302)force-ssl-redirectenables SSL redirect even without TLS configurationTest plan
createRedirectFilterwith various URL formatsredirectFeaturefeature parserforce-ssl-redirectannotationFixes #268