Skip to content

Commit 960ccca

Browse files
authored
feat: basic support Apache APISIX 2.15.0 (apache#2680)
1 parent 7be0715 commit 960ccca

File tree

4 files changed

+2531
-432
lines changed

4 files changed

+2531
-432
lines changed

api/conf/conf.yaml

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,49 +91,79 @@ oidc:
9191
redirect_url: http://127.0.0.1:9000/apisix/admin/oidc/callback
9292
scope: openid
9393

94-
plugins: # plugin list (sorted in alphabetical order)
94+
plugins:
9595
- api-breaker
96+
- authz-casbin
97+
- authz-casdoor
9698
- authz-keycloak
99+
- aws-lambda
100+
- azure-functions
97101
- basic-auth
98-
- batch-requests
102+
# - batch-requests
103+
- clickhouse-logger
104+
- client-control
99105
- consumer-restriction
100106
- cors
107+
- csrf
108+
- datadog
101109
# - dubbo-proxy
102110
- echo
103-
# - error-log-logger
111+
- error-log-logger
104112
# - example-plugin
113+
- ext-plugin-post-req
114+
- ext-plugin-post-resp
115+
- ext-plugin-pre-req
105116
- fault-injection
117+
- file-logger
118+
- forward-auth
119+
- google-cloud-logging
106120
- grpc-transcode
121+
- grpc-web
122+
- gzip
107123
- hmac-auth
108124
- http-logger
109125
- ip-restriction
110126
- jwt-auth
111127
- kafka-logger
128+
- kafka-proxy
112129
- key-auth
130+
- ldap-auth
113131
- limit-conn
114132
- limit-count
115133
- limit-req
134+
- loggly
116135
# - log-rotate
136+
- mocking
117137
# - node-status
138+
- opa
118139
- openid-connect
140+
- opentelemetry
141+
- openwhisk
119142
- prometheus
120143
- proxy-cache
144+
- proxy-control
121145
- proxy-mirror
122146
- proxy-rewrite
147+
- public-api
148+
- real-ip
123149
- redirect
124150
- referer-restriction
125151
- request-id
126152
- request-validation
127153
- response-rewrite
154+
- rocketmq-logger
155+
- server-info
128156
- serverless-post-function
129157
- serverless-pre-function
130-
# - skywalking
158+
- skywalking
159+
- skywalking-logger
131160
- sls-logger
161+
- splunk-hec-logging
132162
- syslog
133163
- tcp-logger
164+
- traffic-split
165+
- ua-restriction
134166
- udp-logger
135167
- uri-blocker
136168
- wolf-rbac
137169
- zipkin
138-
- server-info
139-
- traffic-split

0 commit comments

Comments
 (0)