Skip to content

Commit

Permalink
feat: basic support Apache APISIX 2.15.0 (#2680)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 authored Dec 7, 2022
1 parent 7be0715 commit 960ccca
Show file tree
Hide file tree
Showing 4 changed files with 2,531 additions and 432 deletions.
42 changes: 36 additions & 6 deletions api/conf/conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,49 +91,79 @@ oidc:
redirect_url: http://127.0.0.1:9000/apisix/admin/oidc/callback
scope: openid

plugins: # plugin list (sorted in alphabetical order)
plugins:
- api-breaker
- authz-casbin
- authz-casdoor
- authz-keycloak
- aws-lambda
- azure-functions
- basic-auth
- batch-requests
# - batch-requests
- clickhouse-logger
- client-control
- consumer-restriction
- cors
- csrf
- datadog
# - dubbo-proxy
- echo
# - error-log-logger
- error-log-logger
# - example-plugin
- ext-plugin-post-req
- ext-plugin-post-resp
- ext-plugin-pre-req
- fault-injection
- file-logger
- forward-auth
- google-cloud-logging
- grpc-transcode
- grpc-web
- gzip
- hmac-auth
- http-logger
- ip-restriction
- jwt-auth
- kafka-logger
- kafka-proxy
- key-auth
- ldap-auth
- limit-conn
- limit-count
- limit-req
- loggly
# - log-rotate
- mocking
# - node-status
- opa
- openid-connect
- opentelemetry
- openwhisk
- prometheus
- proxy-cache
- proxy-control
- proxy-mirror
- proxy-rewrite
- public-api
- real-ip
- redirect
- referer-restriction
- request-id
- request-validation
- response-rewrite
- rocketmq-logger
- server-info
- serverless-post-function
- serverless-pre-function
# - skywalking
- skywalking
- skywalking-logger
- sls-logger
- splunk-hec-logging
- syslog
- tcp-logger
- traffic-split
- ua-restriction
- udp-logger
- uri-blocker
- wolf-rbac
- zipkin
- server-info
- traffic-split
Loading

0 comments on commit 960ccca

Please sign in to comment.