This is an automated email from the ASF dual-hosted git repository.
ronething pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git
from f554569c feat: support websocket annotations for ingress (#2621)
add b25c4b41 feat: support csrf annotations for ingress (#2626)
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%)