You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2021/02/25 06:05:42 UTC

[shardingsphere] branch master updated: Fixes authentication YAML parsing failed (#9495)

This is an automated email from the ASF dual-hosted git repository.

panjuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new e76cb03  Fixes authentication YAML parsing failed (#9495)
e76cb03 is described below

commit e76cb03d9a2df8bb0c27be480c90289ee9c9cb4d
Author: Haoran Meng <me...@gmail.com>
AuthorDate: Thu Feb 25 14:05:09 2021 +0800

    Fixes authentication YAML parsing failed (#9495)
---
 .../src/main/resources/conf/server.yaml                                | 3 ++-
 .../shardingsphere-proxy-bootstrap/src/main/resources/conf/server.yaml | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/conf/server.yaml b/shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/conf/server.yaml
index c1025b5..a8e88c4 100644
--- a/shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/conf/server.yaml
+++ b/shardingsphere-distribution/shardingsphere-proxy-distribution/src/main/resources/conf/server.yaml
@@ -37,8 +37,9 @@
 #  users:
 #    root:
 #      password: root
+#      hostname: '%'
 #    sharding:
-#      password: sharding 
+#      password: sharding
 
 #scaling:
 #  blockQueueSize: 10000
diff --git a/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/server.yaml b/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/server.yaml
index 8fbbc47..6c6f534 100644
--- a/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/server.yaml
+++ b/shardingsphere-proxy/shardingsphere-proxy-bootstrap/src/main/resources/conf/server.yaml
@@ -37,7 +37,7 @@
 #  users:
 #    root:
 #      password: root
-#      hostname: %
+#      hostname: '%'
 #    sharding:
 #      password: sharding
 #