membphis commented on a change in pull request #3894:
URL: https://github.com/apache/apisix/pull/3894#discussion_r693691233
##########
File path: conf/config-default.yaml
##########
@@ -271,54 +271,65 @@ etcd:
graphql:
max_size: 1048576 # the maximum size limitation of graphql in
bytes, default 1MiB
-plugins: # plugin list (sorted in alphabetical order)
- - api-breaker
- - authz-keycloak
- - basic-auth
- - batch-requests
- - consumer-restriction
- - cors
- # - dubbo-proxy
- - echo
- # - error-log-logger
- # - example-plugin
- - fault-injection
- - grpc-transcode
- - hmac-auth
- - http-logger
- - ip-restriction
- - jwt-auth
- - kafka-logger
- - key-auth
- - ldap-auth
- - limit-conn
- - limit-count
- - limit-req
- # - log-rotate
- # - node-status
- - openid-connect
- - prometheus
- - proxy-cache
- - proxy-mirror
- - proxy-rewrite
- - redirect
- - referer-restriction
- - request-id
- - request-validation
- - response-rewrite
- - serverless-post-function
- - serverless-pre-function
- # - skywalking
- - sls-logger
- - syslog
- - tcp-logger
- - udp-logger
- - uri-blocker
- - wolf-rbac
- - zipkin
- - server-info
- - traffic-split
+#ext-plugin:
+ #cmd: ["ls", "-l"]
+plugins: # plugin list (sorted by priority)
+ - real-ip # priority: 23000
Review comment:
We can submit a new PR for `priority: 23000... ...`
One PR does only one thing
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]