open-horizon / open-horizon/devops

MongoDB URI is incorrectly formatted in css-tmp.conf

Open
#183 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.