Skip to content

feat(mongodb): add extended config options for MongoDB#831

Draft
lewisdaly wants to merge 18 commits intomojaloop:mainfrom
vessels-tech:feat/2100-add-tls-config
Draft

feat(mongodb): add extended config options for MongoDB#831
lewisdaly wants to merge 18 commits intomojaloop:mainfrom
vessels-tech:feat/2100-add-tls-config

Conversation

@lewisdaly
Copy link
Copy Markdown
Contributor

@lewisdaly lewisdaly commented Mar 31, 2021

  • Allows us to configure mongodb to use TLS connection
  • Adds integration tests for testing tls and non-tls connections with Mongodb

part of mojaloop/project#2100

Note: This is blocked by: mojaloop/object-store-lib#21

Comment thread package.json
"@hapi/joi": "17.1.1",
"@hapi/vision": "6.0.1",
"@mojaloop/central-object-store": "11.0.0-snapshot",
"@mojaloop/central-object-store": "git://github.com/vessels-tech/central-object-store.git#feat/2100-add-tls-config",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

}
})

// TODO: these integration tests are failing...
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: fix me!

test.end()
})

// TODO: fix this test!
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: fix me!

// Act
await sleepPromise(15) // give the timeout handler some time to expire the request
const payerCurrentPosition = await ParticipantService.getPositionByParticipantCurrencyId(td.payer.participantCurrencyId) || {}
// TODO: fix me!
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: fix me!

test.end()
})

// TODO: this testis invalid - the error is `TypeError: server.ext is not a function`
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: fix me!

@elnyry-sam-k
Copy link
Copy Markdown
Member

@lewisdaly , this for the PR :-)

Would it be possible to bring this up to date, so that we can review & merge it? If not its getting stale and we may have to close it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants