This is an automated email from the ASF dual-hosted git repository.
hsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/master by this push:
new cd5d1a87 Fix advertised address
cd5d1a87 is described below
commit cd5d1a874f3e02643ce96268b6f3b146797bbb94
Author: Hiroki Chen <[email protected]>
AuthorDate: Fri Jul 14 00:18:35 2023 -0400
Fix advertised address
---
docker/runtime.config.toml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/docker/runtime.config.toml b/docker/runtime.config.toml
index 065c71e0..e7d9e6df 100644
--- a/docker/runtime.config.toml
+++ b/docker/runtime.config.toml
@@ -26,12 +26,12 @@ authentication = { listen_address = "0.0.0.0:7776" }
frontend = { listen_address = "0.0.0.0:7777" }
[internal_endpoints]
-authentication = { listen_address = "0.0.0.0:17776", advertised_address =
"teaclave-authentication-service:17776" }
-management = { listen_address = "0.0.0.0:17777", advertised_address =
"teaclave-management-service:17777" }
-storage = { listen_address = "0.0.0.0:17778", advertised_address =
"teaclave-storage-service:17778" }
-access_control = { listen_address = "0.0.0.0:17779", advertised_address =
"teaclave-access-control-service:17779" }
-execution = { listen_address = "0.0.0.0:17770", advertised_address =
"teaclave-execution-service:17770" }
-scheduler = { listen_address = "0.0.0.0:17780", advertised_address =
"teaclave-scheduler-service:17780" }
+authentication = { listen_address = "0.0.0.0:17776", advertised_address =
"https://teaclave-authentication-service:17776" }
+management = { listen_address = "0.0.0.0:17777", advertised_address =
"https://teaclave-management-service:17777" }
+storage = { listen_address = "0.0.0.0:17778", advertised_address =
"https://teaclave-storage-service:17778" }
+access_control = { listen_address = "0.0.0.0:17779", advertised_address =
"https://teaclave-access-control-service:17779" }
+execution = { listen_address = "0.0.0.0:17770", advertised_address =
"https://teaclave-execution-service:17770" }
+scheduler = { listen_address = "0.0.0.0:17780", advertised_address =
"https://teaclave-scheduler-service:17780" }
[audit]
enclave_info = { path = "enclave_info.toml" }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]