apache / incubator-teaclave

Apache Teaclave (incubating) is an open source universal secure computing platform, making computation on privacy-sensitive data safe and simple.
https://teaclave.apache.org
Apache License 2.0
759 stars 158 forks source link

Fix advertised address #707

Closed hiroki-chen closed 1 year ago

hiroki-chen commented 1 year ago

Description

The runtime configuration for docker-compose has missing schemas in advertised addresses for services which will trigger an error if one tries to run Teaclave via docker-compose.

Fixes #706

Type of change (select or add applied and delete the others)

How has this been tested?

Checklist

henrysun007 commented 1 year ago

We will use the config/runtime.config.toml to replace docker/runtime.config.toml to avoid inconsistency among the config files. Thanks for the contribution. @hiroki-chen