You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/07/07 03:19:38 UTC

[GitHub] [dubbo] xxxcrel commented on pull request #9941: Fix can't authenticate by username and password when use Nacos

xxxcrel commented on PR #9941:
URL: https://github.com/apache/dubbo/pull/9941#issuecomment-1177005804

   > before using it:
   > 
   > ```
   > dubbo.registry.address=nacos://${nacos.url}?username=${spring.cloud.nacos.username}&password=${spring.cloud.nacos.password}&namespace=${spring.cloud.nacos.discovery.namespace}
   > ```
   > 
   > after:
   > 
   > ```
   > dubbo.registry.address=nacos://${nacos.url}?namespace=${spring.cloud.nacos.discovery.namespace}
   > dubbo.registry.username=username
   > dubbo.registr.password=password
   > ```
   
   You can still use the previous method


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org