This is an automated email from the ASF dual-hosted git repository.
ronething pushed a change to branch feat/proxy-rewrite
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from 07c55c67 fix: review
add 4cd10056 feat: support auth-type for ingress annotations (#2636)
add df2167eb Merge remote-tracking branch 'origin/master' into
feat/proxy-rewrite
No new revisions were added by this update.
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%)