mirror of https://github.com/milvus-io/milvus.git
Adds KMS key state monitoring and deny reading/writing for abnormal kms Key Changes: - Add KeyManager in RootCoord for periodic KMS state polling - Integrate KeyManager with QuotaCenter for access denial - Implement revocation checks in Proxy SimpleLimiter Access Denial: - Revoked keys: Release collections + deny DML/DQL (DDL still allowed) - Manual LoadCollection required after key recovery See also: #45117, #44981, #45242 --------- Signed-off-by: yangxuan <xuan.yang@zilliz.com> |
||
|---|---|---|
| .. | ||
| limiter.go | ||
| limiter_test.go | ||
| rate_collector.go | ||
| rate_collector_test.go | ||
| utils.go | ||
| utils_test.go | ||