fix(iam): decouple IAM config encryption from root secret rotation (#2558)

Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
LeonWang0735
2026-04-17 22:13:53 +08:00
committed by GitHub
parent ce291ab610
commit 38eb0781cf
5 changed files with 411 additions and 37 deletions
+1
View File
@@ -23,6 +23,7 @@ use tracing::{error, info, instrument, warn};
pub mod cache;
pub mod error;
pub mod keyring;
pub mod manager;
pub mod oidc;
pub mod oidc_state;