Skip to content

Commit

Permalink
fix plugin order
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Jun 8, 2024
1 parent 7a34657 commit 82ebf27
Showing 1 changed file with 61 additions and 61 deletions.
122 changes: 61 additions & 61 deletions apisix/cli/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -177,88 +177,88 @@ local _M = {
},
-- list of plugins, sorted by alphabetical order
plugins = {
"real-ip",
"ai",
"authz-casbin",
"authz-casdoor",
"authz-keycloak",
"api-breaker",
"aws-lambda",
"azure-functions",
"basic-auth",
"body-transformer",
"client-control",
"proxy-control",
"request-id",
"zipkin",
"ext-plugin-pre-req",
"fault-injection",
"mocking",
"serverless-pre-function",
"cors",
"ip-restriction",
"ua-restriction",
"referer-restriction",
"csrf",
"uri-blocker",
"request-validation",
"chaitin-waf",
"multi-auth",
"openid-connect",
"cas-auth",
"consumer-restriction",
"clickhouse-logger",
"degraphql",
"datadog",
"ext-plugin-pre-req",
"elasticsearch-logger",
"echo",
"example-plugin",
"ext-plugin-post-req",
"ext-plugin-post-resp",
"fault-injection",
"forward-auth",
"file-logger",
"gzip",
"grpc-transcode",
"grpc-web",
"google-cloud-logging",
"authz-casbin",
"authz-casdoor",
"wolf-rbac",
"ldap-auth",
"hmac-auth",
"http-dubbo",
"http-logger",
"ip-restriction",
"inspect",
"basic-auth",
"jwt-auth",
"jwe-decrypt",
"key-auth",
"kafka-proxy",
"kafka-logger",
"ldap-auth",
"limit-conn",
"limit-count",
"limit-req",
"loki-logger",
"loggly",
"mocking",
"multi-auth",
"openid-connect",
"consumer-restriction",
"forward-auth",
"opa",
"openwhisk",
"openfunction",
"proxy-control",
"authz-keycloak",
"proxy-cache",
"body-transformer",
"proxy-mirror",
"proxy-rewrite",
"public-api",
"prometheus",
"real-ip",
"request-id",
"referer-restriction",
"request-validation",
"workflow",
"api-breaker",
"limit-conn",
"limit-count",
"limit-req",
"gzip",
"server-info",
"traffic-split",
"redirect",
"response-rewrite",
"rocketmq-logger",
"serverless-pre-function",
"server-info",
"degraphql",
"kafka-proxy",
"grpc-transcode",
"grpc-web",
"http-dubbo",
"public-api",
"prometheus",
"datadog",
"loki-logger",
"elasticsearch-logger",
"echo",
"loggly",
"http-logger",
"splunk-hec-logging",
"skywalking-logger",
"google-cloud-logging",
"sls-logger",
"syslog",
"serverless-post-function",
"traffic-split",
"tcp-logger",
"tencent-cloud-cls",
"ua-restriction",
"uri-blocker",
"kafka-logger",
"rocketmq-logger",
"syslog",
"udp-logger",
"wolf-rbac",
"workflow",
"zipkin",
"file-logger",
"clickhouse-logger",
"tencent-cloud-cls",
"inspect",
"example-plugin",
"aws-lambda",
"azure-functions",
"openwhisk",
"openfunction",
"serverless-post-function",
"ext-plugin-post-req",
"ext-plugin-post-resp",
},
stream_plugins = { "ip-restriction", "limit-conn", "mqtt-proxy", "syslog" },
plugin_attr = {
Expand Down

0 comments on commit 82ebf27

Please sign in to comment.