apache / apache/servicecomb-kie

Inconsistent script database name in Quick Start causes docker-compose service startup to fail

Open
#244 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
545
Forks
70
PR merge metrics
No merged PRs in 30d

Description

【Scenes】
According to the quick start document, use the docker-compose command to start the service, but the database authentication fails

【Reason】
[db.js](https://github.com/apache/servicecomb-kie/blob/master/deployments/db.js),

- mongodb init database name is servicecomb
- db.js init database name is kie

```
{
user: "kie",
pwd: "123",
roles:[
{
role: "readWrite",
db: "kie"
}
]
}
```

[Error Log]
can not dial db:server returned error on SASL authentication step: Authentication failed

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.