We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c859ddd commit f621a45Copy full SHA for f621a45
dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/AbstractInterfaceConfig.java
@@ -624,6 +624,8 @@ private void useRegistryForConfigIfNecessary() {
624
cc.getParameters().put(org.apache.dubbo.remoting.Constants.CLIENT_KEY,rc.getClient());
625
cc.setProtocol(rc.getProtocol());
626
cc.setAddress(rc.getAddress());
627
+ cc.setUsername(rc.getUsername());
628
+ cc.setPassword(rc.getPassword());
629
cc.setHighestPriority(false);
630
setConfigCenter(cc);
631
startConfigCenter();
0 commit comments