open-horizon / open-horizon/devops
MongoDB URI is incorrectly formatted in css-tmp.conf
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 12
- Forks
- 46
- PR merge metrics
- No merged PRs in 30d
Description
Template needs to be updated to conform to new connect string schemes, either mongodb:// or mongodb+srv://. Otherwise css-api container fails to connect to mongodb
MongoAddressCsv mongo:${MONGO_PORT}
goes to
MongoAddressCsv mongodb://mongo:${MONGO_PORT}
or
MongoAddressCsv mongodb+srv://mongo:${MONGO_PORT}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with css-tmp.conf and inspect the MongoAddressCsv template used by the css-api container. Update the URI scheme as specified, then verify that the rendered configuration uses a supported mongodb:// or mongodb+srv:// connection string and allows the container to connect to MongoDB.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mongodb
- Domain
- databases, devops
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100