seninel部署
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Eric Zhao ff5c010a51 Fix flowId offset bug in EnvoySentinelRuleConverter 5 år sedan
..
src Fix flowId offset bug in EnvoySentinelRuleConverter 5 år sedan
README.md Add Sentinel Envoy RLS server implementation (#1139) 5 år sedan
pom.xml Add Sentinel Envoy RLS server implementation (#1139) 5 år sedan

README.md

Sentinel Token Server (Envoy RLS implementation)

This module provides the Envoy rate limiting gRPC service implementation with Sentinel token server.

Note: the gRPC stub classes for Envoy RLS service is generated via protobuf-maven-plugin during the compile goal. The generated classes is located in the directory: target/generated-sources/protobuf.

Build

Build the executable jar:

mvn clean package -P prod