feat(kms): add operation timeout and typed retry policy engine (#5472)

This commit is contained in:
Zhengchao An
2026-07-30 19:20:17 +08:00
committed by GitHub
parent e86d4cb579
commit 6e5f330ff5
9 changed files with 735 additions and 12 deletions
+4
View File
@@ -71,6 +71,10 @@ pub mod config;
mod encryption;
mod error;
pub mod manager;
// The executor is wired into the Vault backends in a follow-up change; until
// then the module is only exercised by its own tests.
#[allow(dead_code)]
mod policy;
pub mod service;
pub mod service_manager;
mod time_serde;