mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-15 01:11:58 +08:00
993 B
993 B
插件
目前已支持这些插件:
- HTTPS: 根据 TLS 扩展字段 SNI(Server Name Indication) 动态加载证书。
- 动态负载均衡:跨多个上游服务的动态负载均衡,目前已支持 round-robin 和一致性哈希算法。
- key-auth: 基于 Key Authentication 的用户认证。
- JWT-auth: 基于 JWT (JSON Web Tokens) Authentication 的用户认证。
- limit-count: 基于“固定窗口”的限速实现.
- limit-req: 基于漏桶原理的请求限速实现。
- limit-conn: 限制并发请求(或并发连接)。
- prometheus: 以 Prometheus 格式导出 APISIX 自身的状态信息,方便被外部 Prometheus 服务抓取。
- OpenTracing: 支持 Zikpin 和 Apache SkyWalking。