From d8f6480e64efe86c84d64ef51fc8be45f604d8ef Mon Sep 17 00:00:00 2001 From: Eric Zhao Date: Tue, 7 Apr 2020 11:00:17 +0800 Subject: [PATCH] doc: Polish README.md of sentinel-cluster-server-envoy-rls module Signed-off-by: Eric Zhao --- sentinel-cluster/sentinel-cluster-server-envoy-rls/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sentinel-cluster/sentinel-cluster-server-envoy-rls/README.md b/sentinel-cluster/sentinel-cluster-server-envoy-rls/README.md index e6100436..253a9b67 100644 --- a/sentinel-cluster/sentinel-cluster-server-envoy-rls/README.md +++ b/sentinel-cluster/sentinel-cluster-server-envoy-rls/README.md @@ -16,10 +16,10 @@ mvn clean package -P prod ## 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). 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). We may set different threshold for each rate limit descriptors.