Re: [I] 🚀 Support for k8s.apisix.apache.org/headers and rewrite-uri annotations missing in v1.8.4 [apisix-ingress-controller]

2025-12-18 Thread via GitHub


github-actions[bot] closed issue #2414: 🚀 Support for 
k8s.apisix.apache.org/headers and rewrite-uri annotations missing in v1.8.4
URL: https://github.com/apache/apisix-ingress-controller/issues/2414


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] 🚀 Support for k8s.apisix.apache.org/headers and rewrite-uri annotations missing in v1.8.4 [apisix-ingress-controller]

2025-12-18 Thread via GitHub


github-actions[bot] commented on issue #2414:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/2414#issuecomment-3673045151

   This issue has been closed due to lack of activity. If you think that is 
incorrect, or the issue requires additional review, you can revive the issue at 
any time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] 🚀 Support for k8s.apisix.apache.org/headers and rewrite-uri annotations missing in v1.8.4 [apisix-ingress-controller]

2025-11-18 Thread via GitHub


github-actions[bot] commented on issue #2414:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/2414#issuecomment-3550158935

   This issue has been marked as stale due to 90 days of inactivity. It will be 
closed in 30 days if no further activity occurs. If this issue is still 
relevant, please simply write any comment. Even if closed, you can still revive 
the issue at any time or discuss it on the [email protected] list. Thank 
you for your contributions.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] 🚀 Support for k8s.apisix.apache.org/headers and rewrite-uri annotations missing in v1.8.4 [apisix-ingress-controller]

2025-08-20 Thread via GitHub


Baoyuantop commented on issue #2414:
URL: 
https://github.com/apache/apisix-ingress-controller/issues/2414#issuecomment-3204768749

   We look forward to more feedback from the community. If more people need 
this feature, we may consider implementing it in the 2.x version.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



[I] 🚀 Support for k8s.apisix.apache.org/headers and rewrite-uri annotations missing in v1.8.4 [apisix-ingress-controller]

2025-06-20 Thread via GitHub


m4dm4rtig4n opened a new issue, #2414:
URL: https://github.com/apache/apisix-ingress-controller/issues/2414

   ### Description
   
   ## Bug / Feature Request
   
   In APISIX Ingress Controller version `v1.8.4`, annotations related to the 
`proxy-rewrite` plugin are not complete when defined on an Ingress resource.
   
   ## Environment
   
   * APISIX Ingress Controller version: `v1.8.4`
   * Kubernetes version: `v1.28.x`
   * Installation method: Helm
   * Mode: Ingress resource (not ApisixRoute)
   
   ## Expected Behavior
   
   When defining the following annotations on a standard `Ingress`, I expect 
them to configure the `proxy-rewrite` add/set/remove header automatically in 
the route created by APISIX:
   
   ```yaml
   annotations:
 k8s.apisix.apache.org/rewrite-target-regex: ^/api/authentication/(.*)
 k8s.apisix.apache.org/rewrite-target-regex-template: "/$1"
 k8s.apisix.apache.org/rewrite-target-add-header: 
X-Forwarded-For:$remote_addr
 k8s.apisix.apache.org/rewrite-target-set-header: 
"X-Api-Engine:apisix,X-Api-Version:v1,X-Api-useless:"
 k8s.apisix.apache.org/rewrite-target-remove-header: "Cookie"
   ```
   
   Thanks for your great work!
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]