mirror of
https://github.com/alibaba/higress.git
synced 2026-05-25 13:17:28 +08:00
update plugins doc (#1305)
This commit is contained in:
@@ -8,6 +8,10 @@ description: Ext 认证插件实现了调用外部授权服务进行认证鉴权
|
||||
|
||||
`ext-auth` 插件实现了向外部授权服务发送鉴权请求,以检查客户端请求是否得到授权。该插件实现时参考了Envoy原生的[ext_authz filter](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_authz_filter),实现了原生filter中对接HTTP服务的部分能力
|
||||
|
||||
## 运行属性
|
||||
|
||||
插件执行阶段:`认证阶段`
|
||||
插件执行优先级:`360`
|
||||
|
||||
|
||||
## 配置字段
|
||||
@@ -281,4 +285,4 @@ Content-Length: 0
|
||||
| x-forwarded-method | 原始请求的方法,比如get/post/delete/patch |
|
||||
| x-forwarded-host | 原始请求的host |
|
||||
| x-forwarded-uri | 原始请求的path,包含路径参数,比如/v1/app?test=true |
|
||||
| x-forwarded-for | 原始请求的客户端IP地址 |
|
||||
| x-forwarded-for | 原始请求的客户端IP地址 |
|
||||
|
||||
Reference in New Issue
Block a user