We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nacos 开启 auth,但 nodejs 客户端没看到有 login 逻辑
The text was updated successfully, but these errors were encountered:
+1, 公司nacos开了auth,这个客户端用不了
Sorry, something went wrong.
可以传入username password属性解决 https://github.com/nacos-group/nacos-sdk-nodejs/blob/master/packages/nacos-naming/lib/naming/proxy.js proxy中支持传入username password const client: NacosNamingClient = new NacosNamingClient({ logger: console, serverList: '127.0.0.1:8848', // replace to real nacos serverList namespace: 'public', username : 'myname', password: 'mypwd' });
No branches or pull requests
nacos 开启 auth,但 nodejs 客户端没看到有 login 逻辑
The text was updated successfully, but these errors were encountered: