Skip to content

Commit

Permalink
fix: key name format (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomazzaferro authored Aug 2, 2024
1 parent b2b2c1d commit b8b0851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/key_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async fn main() -> eyre::Result<()> {

let bucket_key_name = format!("{}-{}", PUBLIC_KEY_S3_KEY_NAME_PREFIX, args.node_id);
let private_key_secret_id: String = format!(
"{}/gpu-iris-mpc-{}/ecdh-private-key",
"{}/gpu-iris-mpc/ecdh-private-key-{}",
args.env, args.node_id
);

Expand Down

0 comments on commit b8b0851

Please sign in to comment.