Skip to content

Commit

Permalink
Make Orchestrator Key Provisioning service listen on all interfaces (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ipetr0v authored Feb 16, 2024
1 parent bf5b0ce commit 5d1f9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oak_containers_orchestrator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct Args {
#[arg(default_value = "http://10.0.2.100:8080")]
launcher_addr: String,

#[arg(default_value = "127.0.0.1:4000")]
#[arg(default_value = "0.0.0.0:4000")]
orchestrator_addr: String,

#[arg(long, default_value = "/oak_container")]
Expand Down

0 comments on commit 5d1f9dc

Please sign in to comment.