You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I deployed a three-node cluster on a Machine on a CentOS 7.6 system using the nacos 2.1.0 version. Using the derby built-in database, the default console login failure occurs. This is not the case with a single node。
Desktop (please complete the following information):
OS: CentOS 7.6
Version Nacos 2.1.0
Start Command: sh bin/startup.sh -p embedded
application.propertites
I have only modified the following configuration items, the other information has not been modified
### Default web context path:
server.servlet.contextPath=/nacos
### Default web server port:
server.port=33461
nacos.inetutils.ip-address=192.x.x.7
### Metrics for prometheus
management.endpoints.web.exposure.include=*
### The auth system to use, currently only 'nacos' and 'ldap' is supported:
nacos.core.auth.system.type=nacos
### If turn on auth system:
nacos.core.auth.enabled=true
谁能告诉我问题在哪里或者如何正确部署derby模式的nacos集群吗 ? 非常感谢
Can anyone tell me where the problem is or how to properly deploy a nacos cluster in derby mode? Thank you very much
The text was updated successfully, but these errors were encountered:
Describe the bug
I deployed a three-node cluster on a Machine on a CentOS 7.6 system using the nacos 2.1.0 version. Using the derby built-in database, the default console login failure occurs. This is not the case with a single node。
我使用nacos2.1.0 版本在CentOS7.6系统的机器上部署了一个三节点的集群。使用derby 内置数据库,开启登录鉴权,出现了默认的控制台登录失败的现象。而单节点则无此现象。
Expected behavior
现象如下:
Desktop (please complete the following information):
sh bin/startup.sh -p embedded
application.propertites
I have only modified the following configuration items, the other information has not been modified
cluster.conf
谁能告诉我问题在哪里或者如何正确部署derby模式的nacos集群吗 ? 非常感谢
Can anyone tell me where the problem is or how to properly deploy a nacos cluster in derby mode? Thank you very much
The text was updated successfully, but these errors were encountered: