apisix-ingress-controller icon indicating copy to clipboard operation
apisix-ingress-controller copied to clipboard

feat: add response-rewrite for Ingress resource

Open tao12345666333 opened this issue 3 years ago • 6 comments

I think this is useful.

xref: https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/response-rewrite.md

tao12345666333 avatar Jul 07 '21 07:07 tao12345666333

Sure, I want to try this.

Please assign this to me, Thanks~

Chever-John avatar Jun 02 '22 02:06 Chever-John

thanks

tao12345666333 avatar Jun 02 '22 02:06 tao12345666333

Hi, I got a little confused about this issue. Didn't we already support this feature by ApisixRoute HTTP plugin?

stillfox-lee avatar Jun 02 '22 03:06 stillfox-lee

@stillfox-lee We can indeed do this already by using a plugin in the ApisixRoute resource.

The purpose of this issue is to add annotations to the Ingress resource to extend its functionality. Similar to the example here https://github.com/apache/apisix-ingress-controller/tree/master/test/e2e/suite-annotations

tao12345666333 avatar Jun 02 '22 03:06 tao12345666333

@stillfox-lee We can indeed do this already by using a plugin in the ApisixRoute resource.

The purpose of this issue is to add annotations to the Ingress resource to extend its functionality. Similar to the example here https://github.com/apache/apisix-ingress-controller/tree/master/test/e2e/suite-annotations

Ok, I got it. Thanks!

stillfox-lee avatar Jun 02 '22 06:06 stillfox-lee

Continue to work on this week~

Chever-John avatar Jun 23 '22 07:06 Chever-John