This is an automated email from the ASF dual-hosted git repository.
ronething pushed a change to branch feat/response-rewrite
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 908f1688 feat: support response rewrite annotations for ingress
add 4cd10056 feat: support auth-type for ingress annotations (#2636)
new 2d1c7770 Merge remote-tracking branch 'origin/master' into
feat/response-rewrite
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../plugins/{csrf.go => authorization.go} | 43 +++++---
.../adc/translator/annotations/plugins/plugins.go | 2 +
internal/adc/translator/annotations_test.go | 22 ++++
test/e2e/ingress/annotations.go | 119 +++++++++++++++++++++
4 files changed, 171 insertions(+), 15 deletions(-)
copy internal/adc/translator/annotations/plugins/{csrf.go => authorization.go}
(51%)