forked from NationTech/harmony
save experimentation
This commit is contained in:
@@ -10,6 +10,9 @@ pub struct LocalFileSecretStore;
|
||||
impl LocalFileSecretStore {
|
||||
/// Helper to consistently generate the secret file path.
|
||||
fn get_file_path(base_dir: &Path, ns: &str, key: &str) -> PathBuf {
|
||||
info!{
|
||||
"LOCAL_STORE: Getting key '{key}' from namespace '{ns}'"
|
||||
};
|
||||
base_dir.join(format!("{ns}_{key}.json"))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user