You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/03/30 09:36:44 UTC

[GitHub] [shardingsphere] huanghao495430759 removed a comment on issue #9326: [API] New yaml configuration for authentication of ShardingProxy

huanghao495430759 removed a comment on issue #9326:
URL: https://github.com/apache/shardingsphere/issues/9326#issuecomment-810067515


   Hi @tristaZero , I have another question, now the register center save the authentication data is :
   
   `
   users:
     root:
       hostname: '%'
       password: root
     sharding:
       hostname: '%'
       password: sharding
   
   `
   
   does it also change to 
   `
   users:
     - root@%:root
     - sharding@%:sharding
   `
   
   ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org