diff --git a/src/core/secrets/mod.rs b/src/core/secrets/mod.rs index 6c51859b..98eb5cf3 100644 --- a/src/core/secrets/mod.rs +++ b/src/core/secrets/mod.rs @@ -941,12 +941,8 @@ impl SecretsManager { } } } - } - } - (String::new(), 587, String::new(), String::new(), String::new()) - } - fn get_secret_blocking(&self, path: &str) -> Result> { + // ============ TENANT-AWARE METHODS (org_id -> tenant -> secrets) ============ if !self.enabled { return Self::get_from_env(path); }