You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by zh...@apache.org on 2022/05/26 14:24:43 UTC

[apisix-ingress-controller] branch master updated (59ba41a8 -> 25daa6e2)

This is an automated email from the ASF dual-hosted git repository.

zhangjintao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


    from 59ba41a8 feat: add hmac-auth authorization method (#1035)
     add 25daa6e2 feat: add csrf plugin annotation in ingress resource (#1023)

No new revisions were added by this update.

Summary of changes:
 pkg/kube/translation/annotations.go                |   1 +
 .../annotations/{iprestriction.go => csrf.go}      |  32 ++--
 pkg/types/apisix/v1/plugin_types.go                |   6 +
 pkg/types/apisix/v1/zz_generated.deepcopy.go       |  16 ++
 test/e2e/suite-annotations/csrf.go                 | 195 +++++++++++++++++++++
 5 files changed, 234 insertions(+), 16 deletions(-)
 copy pkg/kube/translation/annotations/{iprestriction.go => csrf.go} (55%)
 create mode 100644 test/e2e/suite-annotations/csrf.go