diff --git a/apisix/cli/config.lua b/apisix/cli/config.lua index ec0eebc2286f..287285b54ca7 100644 --- a/apisix/cli/config.lua +++ b/apisix/cli/config.lua @@ -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 = {