Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderstabel committed Feb 10, 2025
1 parent 3b0330d commit da1c92c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion agent_secret_manager/src/subject.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ mod tests {

lazy_static::lazy_static! {
static ref SECRET_MANAGER_CONFIG: SecretManagerConfig = SecretManagerConfig {
stronghold_path: "../agent_secret_manager/tests/res/all_slots.stronghold".to_string(),
stronghold_password: "sup3rSecr3t".to_string(),
};
}
Expand Down
Binary file removed agent_secret_manager/tests/res/iota.stronghold
Binary file not shown.
Binary file removed agent_secret_manager/tests/res/temp.stronghold
Binary file not shown.
1 change: 0 additions & 1 deletion agent_shared/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ pub struct EventStorePostgresConfig {

#[derive(Debug, Deserialize, Clone)]
pub struct SecretManagerConfig {
pub stronghold_path: String,
pub stronghold_password: String,
}

Expand Down
Binary file removed app/res/stronghold
Binary file not shown.

0 comments on commit da1c92c

Please sign in to comment.