telefonicaid / iotagent-node-lib

Module to enable IoT Agent developers to build custom agents for their devices that can easily connect to NGSI Context Brokers
https://iotagent-node-lib.rtfd.io/
GNU Affero General Public License v3.0
60 stars 85 forks source link

[FIX][ISSUE 1510] Solve failed authentication when using user and pas… #1511

Closed cblancog00 closed 9 months ago

cblancog00 commented 10 months ago

Resolve the following issue, that causes mongo failed authentication due to ignoring the configuration on the connection string https://github.com/telefonicaid/iotagent-node-lib/issues/1510

fgalan commented 9 months ago

The PR looks nice!

However, it should include a line in CHANGES_NEXT_RELEASE describing the change and referring the solved issue. For instance:

- Fix: MongoDB connection authentication (user and password were not actually used) (#1510)
cblancog00 commented 9 months ago

I add your suggested description to the CHANGES_NEXT_RELEASE file