This is an automated email from the ASF dual-hosted git repository.
ronething pushed a change to branch feat/plugin_config_ingress
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from b488d809 fix: r
add b25c4b41 feat: support csrf annotations for ingress (#2626)
add 7a390153 Merge remote-tracking branch 'origin/master' into
feat/plugin_config_ingress
No new revisions were added by this update.
Summary of changes:
.../annotations/plugins/{cors.go => csrf.go} | 29 +++++----
.../plugins/{cors_test.go => csrf_test.go} | 28 +++++----
.../adc/translator/annotations/plugins/plugins.go | 1 +
internal/webhook/v1/ingress_webhook.go | 2 -
test/e2e/ingress/annotations.go | 70 ++++++++++++++++++++++
5 files changed, 103 insertions(+), 27 deletions(-)
copy internal/adc/translator/annotations/plugins/{cors.go => csrf.go} (61%)
copy internal/adc/translator/annotations/plugins/{cors_test.go =>
csrf_test.go} (65%)