mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 12:07:35 +08:00
doc: add wolf-rbac plugin (#1116)
Co-authored-by: jie <jie123108@163.com>
This commit is contained in:
parent
01a5b807b5
commit
7fe2272492
@ -83,7 +83,7 @@ A/B testing, canary release, blue-green deployment, limit rate, defense against
|
||||
- [Support priority](doc/router-radixtree.md#3-match-priority)
|
||||
|
||||
- **Security**
|
||||
- Authentications: [key-auth](doc/plugins/key-auth.md), [JWT](doc/plugins/jwt-auth.md), [basic-auth](doc/plugins/basic-auth.md)
|
||||
- Authentications: [key-auth](doc/plugins/key-auth.md), [JWT](doc/plugins/jwt-auth.md), [basic-auth](doc/plugins/basic-auth.md), [wolf-rbac](doc/plugins/wolf-rbac.md)
|
||||
- [IP Whitelist/Blacklist](doc/plugins/ip-restriction.md)
|
||||
- [IdP](doc/plugins/oauth.md): Support external authentication services, such as Auth0, okta, etc., users can use this to connect to OAuth 2.0 and other authentication methods.
|
||||
- [Limit-req](doc/plugins/limit-req.md)
|
||||
|
@ -83,7 +83,7 @@ A/B 测试、金丝雀发布(灰度发布)、蓝绿部署、限流限速、抵
|
||||
- [支持路由的优先级](doc/router-radixtree.md#3-match-priority)
|
||||
|
||||
- **安全防护**
|
||||
- 多种身份认证方式: [key-auth](doc/plugins/key-auth-cn.md), [JWT](doc/plugins/jwt-auth-cn.md), [basic-auth](doc/plugins/basic-auth-cn.md)。
|
||||
- 多种身份认证方式: [key-auth](doc/plugins/key-auth-cn.md), [JWT](doc/plugins/jwt-auth-cn.md), [basic-auth](doc/plugins/basic-auth-cn.md), [wolf-rbac](doc/plugins/wolf-rbac-cn.md)。
|
||||
- [IP 黑白名单](doc/plugins/ip-restriction-cn.md)
|
||||
- [IdP 支持](doc/plugins/oauth.md): 支持外部的身份认证服务,比如 Auth0,Okta,Authing 等,用户可以借此来对接 Oauth2.0 等认证方式。
|
||||
- [限制速率](doc/plugins/limit-req-cn.md)
|
||||
|
@ -42,7 +42,8 @@ Plugins
|
||||
* [hot reload](plugins.md): Hot reload without reload service.
|
||||
* [key-auth](plugins/key-auth.md): User authentication based on Key Authentication.
|
||||
* [JWT-auth](plugins/jwt-auth.md): User authentication based on [JWT](https://jwt.io/) (JSON Web Tokens) Authentication.
|
||||
* [basic-auth](doc/plugins/basic-auth.md): User authentication based on Basic Authentication.
|
||||
* [basic-auth](plugins/basic-auth.md): User authentication based on Basic Authentication.
|
||||
* [wolf-rbac](plugins/wolf-rbac.md) User Authentication and Authorization based on *RBAC*.
|
||||
* [HTTPS/TLS](https.md): Dynamic load the SSL Certificate by Server Name Indication (SNI).
|
||||
* [limit-count](plugins/limit-count.md): Rate limiting based on a "fixed window" implementation.
|
||||
* [limit-req](plugins/limit-req.md): Request rate limiting and adjustment based on the "leaky bucket" method.
|
||||
|
@ -44,7 +44,8 @@ Reference document
|
||||
* [动态负载均衡](architecture-design-cn.md#upstream):跨多个上游服务的动态负载均衡,目前已支持 round-robin 和一致性哈希算法。
|
||||
* [key-auth](plugins/key-auth-cn.md):基于 Key Authentication 的用户认证。
|
||||
* [JWT-auth](plugins/jwt-auth-cn.md):基于 [JWT](https://jwt.io/) (JSON Web Tokens) Authentication 的用户认证。
|
||||
* [basic-auth](doc/plugins/basic-auth-cn.md):基于 basic auth 的用户认证。
|
||||
* [basic-auth](plugins/basic-auth-cn.md):基于 basic auth 的用户认证。
|
||||
* [wolf-rbac](plugins/wolf-rbac-cn.md) 基于 *RBAC* 的用户认证及授权。
|
||||
* [limit-count](plugins/limit-count-cn.md):基于“固定窗口”的限速实现。
|
||||
* [limit-req](plugins/limit-req-cn.md):基于漏桶原理的请求限速实现。
|
||||
* [limit-conn](plugins/limit-conn-cn.md):限制并发请求(或并发连接)。
|
||||
|
Loading…
Reference in New Issue
Block a user