This is an automated email from the ASF dual-hosted git repository.
bzp2010 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git.
from 14ad3f3 chore: depend apisix-base in Centos (#5776)
add 1e53ccb feat: basic support OPA plugin (#5734)
No new revisions were added by this update.
Summary of changes:
Makefile | 3 +
apisix/core/request.lua | 17 ++++--
apisix/plugins/{openwhisk.lua => opa.lua} | 61 ++++++++------------
apisix/plugins/opa/helper.lua | 61 ++++++++++++++++++++
ci/linux-ci-init-service.sh | 11 ++++
ci/pod/docker-compose.yml | 11 ++++
conf/config-default.yaml | 1 +
t/admin/plugins.t | 1 +
t/core/request.t | 27 +++++++++
t/{node/not-exist-service.t => plugin/opa.t} | 86 +++++++++++++++-------------
10 files changed, 198 insertions(+), 81 deletions(-)
copy apisix/plugins/{openwhisk.lua => opa.lua} (61%)
create mode 100644 apisix/plugins/opa/helper.lua
copy t/{node/not-exist-service.t => plugin/opa.t} (56%)