This is an automated email from the ASF dual-hosted git repository.
psiace pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new d09c9c921 ci: Fix etcd with tls and auth failed to start (#3637)
d09c9c921 is described below
commit d09c9c921d946d5a96b22bf73e9a35e5d7c8cc83
Author: Xuanwo <[email protected]>
AuthorDate: Tue Nov 21 12:59:57 2023 +0800
ci: Fix etcd with tls and auth failed to start (#3637)
Signed-off-by: Xuanwo <[email protected]>
---
fixtures/etcd/docker-compose-standalone-tls.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/fixtures/etcd/docker-compose-standalone-tls.yml
b/fixtures/etcd/docker-compose-standalone-tls.yml
index ac349fda9..a1a4aea52 100644
--- a/fixtures/etcd/docker-compose-standalone-tls.yml
+++ b/fixtures/etcd/docker-compose-standalone-tls.yml
@@ -37,3 +37,8 @@ services:
ETCD_TRUSTED_CA_FILE: /opt/bitnami/etcd/conf/ca.pem
ETCD_KEY_FILE: /opt/bitnami/etcd/conf/server-key.pem
ETCD_CERT_FILE: /opt/bitnami/etcd/conf/server.pem
+ # Etcd returns `MY_STS_NAME` unbound error if `ETCD_ROOT_PASSWORD` has
been set.
+ # We place this trick to make etcd happy.
+ #
+ # Remove this after https://github.com/bitnami/containers/issues/53068
closed.
+ MY_STS_NAME: ""