Skip to content

Commit d8b67e1

Browse files
fix(procmgr): clear secret caches on config reload
Invalidate secret-backend and Windows SCM env caches before reloading processes.d so config gates re-evaluate with fresh values.
1 parent 42a7675 commit d8b67e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/procmgr/rust/src/manager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ impl ProcessManager {
322322
exit_tx: &mpsc::Sender<ExitEvent>,
323323
restart_tx: &mpsc::Sender<PendingRestart>,
324324
) -> Result<ReloadResult, Status> {
325+
crate::config_gate::clear_secret_caches();
325326
let new_configs = self.config_loader.load();
326327

327328
let removed = self

0 commit comments

Comments
 (0)