tristaZero commented on issue #9326:
URL: https://github.com/apache/shardingsphere/issues/9326#issuecomment-810879627


   ``` java
   @Getter
   @Setter
   public final class YamlProxyServerConfiguration implements YamlConfiguration 
{
       
       // To be deleted
       private YamlUserRuleConfiguration authentication;
       
       // To be added
       private Collection<String> users;
       
       private YamlGovernanceConfiguration governance;
       
       private YamlScalingConfiguration scaling;
       
       private Properties props = new Properties();
   }
   ```
   
   `users` will be transformed into `Collection<ShardingSphereUser> users` of 
`ProxyConfiguration` by `YamlUserConfigurationSwapper` (Or probably 
`UserRuleYamlSwapper`).


-- 
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:
[email protected]


Reply via email to