diff --git a/test/e2e/apisix_conf/config-docker.yaml b/test/e2e/apisix_conf/config-docker.yaml index c08dadd..8ab3f17 100644 --- a/test/e2e/apisix_conf/config-docker.yaml +++ b/test/e2e/apisix_conf/config-docker.yaml @@ -6,6 +6,103 @@ apisix: ip: "0.0.0.0" port: 9090 +plugins: + - real-ip + - ai + - client-control + - proxy-control + - request-id + - zipkin + - skywalking + - 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 + - authz-casbin + - authz-casdoor + - wolf-rbac + - ldap-auth + - hmac-auth + - basic-auth + - jwt-auth + - jwe-decrypt + - key-auth + - consumer-restriction + - attach-consumer-label + - forward-auth + - opa + - authz-keycloak + - proxy-cache + - body-transformer + - ai-prompt-template + - ai-prompt-decorator + - ai-prompt-guard + - ai-rag + - ai-rate-limiting + - ai-proxy-multi + - ai-proxy + - ai-aws-content-moderation + - ai-aliyun-content-moderation + - proxy-mirror + - proxy-rewrite + - workflow + - api-breaker + - limit-conn + - limit-count + - limit-req + - gzip + - traffic-split + - redirect + - response-rewrite + - mcp-bridge + - degraphql + - kafka-proxy + - grpc-transcode + - grpc-web + - http-dubbo + - public-api + - prometheus + - datadog + - lago + - loki-logger + - elasticsearch-logger + - echo + - loggly + - http-logger + - splunk-hec-logging + - skywalking-logger + - google-cloud-logging + - sls-logger + - tcp-logger + - kafka-logger + - rocketmq-logger + - syslog + - udp-logger + - 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 + - ai-request-rewrite + deployment: admin: allow_admin: diff --git a/test/e2e/apisix_conf/config.yaml b/test/e2e/apisix_conf/config.yaml index 9a26423..505ebc8 100644 --- a/test/e2e/apisix_conf/config.yaml +++ b/test/e2e/apisix_conf/config.yaml @@ -10,6 +10,103 @@ apisix: tcp: - addr: 9100 +plugins: + - real-ip + - ai + - client-control + - proxy-control + - request-id + - zipkin + - skywalking + - 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 + - authz-casbin + - authz-casdoor + - wolf-rbac + - ldap-auth + - hmac-auth + - basic-auth + - jwt-auth + - jwe-decrypt + - key-auth + - consumer-restriction + - attach-consumer-label + - forward-auth + - opa + - authz-keycloak + - proxy-cache + - body-transformer + - ai-prompt-template + - ai-prompt-decorator + - ai-prompt-guard + - ai-rag + - ai-rate-limiting + - ai-proxy-multi + - ai-proxy + - ai-aws-content-moderation + - ai-aliyun-content-moderation + - proxy-mirror + - proxy-rewrite + - workflow + - api-breaker + - limit-conn + - limit-count + - limit-req + - gzip + - traffic-split + - redirect + - response-rewrite + - mcp-bridge + - degraphql + - kafka-proxy + - grpc-transcode + - grpc-web + - http-dubbo + - public-api + - prometheus + - datadog + - lago + - loki-logger + - elasticsearch-logger + - echo + - loggly + - http-logger + - splunk-hec-logging + - skywalking-logger + - google-cloud-logging + - sls-logger + - tcp-logger + - kafka-logger + - rocketmq-logger + - syslog + - udp-logger + - 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 + - ai-request-rewrite + deployment: admin: allow_admin: