瀏覽代碼

doc: Polish README.md of sentinel-cluster-server-envoy-rls module

Signed-off-by: Eric Zhao <sczyh16@gmail.com>
master
Eric Zhao 4 年之前
父節點
當前提交
d8f6480e64
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      sentinel-cluster/sentinel-cluster-server-envoy-rls/README.md

+ 2
- 2
sentinel-cluster/sentinel-cluster-server-envoy-rls/README.md 查看文件

@@ -16,10 +16,10 @@ mvn clean package -P prod


## Rule configuration ## Rule configuration


Currently Sentinel RLS token server supports dynamic rule configuration via the yaml file.
Sentinel RLS token server supports dynamic rule configuration via the yaml file.
The file may provide rules for one *domain* (defined in Envoy's conf file). The file may provide rules for one *domain* (defined in Envoy's conf file).
In Envoy, one rate limit request might carry multiple *rate limit descriptors* In Envoy, one rate limit request might carry multiple *rate limit descriptors*
(which will be generated from [Envoy rate limit actions](https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/route/route.proto#envoy-api-msg-route-ratelimit)).
(which will be generated from [Envoy rate limit actions](https://www.envoyproxy.io/docs/envoy/v1.12.1/api-v2/api/v2/route/route.proto#envoy-api-msg-route-ratelimit)).
One rate limit descriptor may have multiple entries (key-value pair). One rate limit descriptor may have multiple entries (key-value pair).
We may set different threshold for each rate limit descriptors. We may set different threshold for each rate limit descriptors.




Loading…
取消
儲存