About 1,451,242 results (1,170 milliseconds)

Connecting to MongoDB fails. Password must be all lowercase?

https://groups.google.com/g/robotframework-users/c/mNu30Yeum7Y
... username and password separated by a colon. When running the test case, I ... Have you had any luck resolving this? I have discovered that my credentials seem to ...

MongoDB user and database setup, is there a better way?

https://groups.google.com/g/salt-users/c/gSHptks1le0/m/Lf8tf8ATCwAJ
My goal is to have saltstack ensure a set of databases is setup with ... user_list <mongo username> <mongo password> localhost 27017 admin. which ...

Mongocxx driver Uri with user authentication problem

https://groups.google.com/g/mongodb-user/c/D2hMK-fFmhU/m/2xWv_-icBAAJ
I'm not sure if the Uri is correct or the error is caused by my user and role assigned to it. ... auto client = mongocxx::client{uri{"mongodb://username:password@ ...

Need to check if user exists and return true or false

https://groups.google.com/g/node-mongodb-native/c/EcyRAPKrEVY
Dec 10, 2014 ... ... user with username/password exists in mongo, returning true/false. My problem is that the db.collection().findOne() statements don't seem to ...

mongodb_user state issue: only works on 2nd run

https://groups.google.com/g/salt-users/c/i2GtoYZGm8s
Nov 4, 2013 ... if __salt__['mongodb.user_exists'](name, user, password, host, port, database):. File "/usr/lib/pymodules/python2.7/salt/modules/mongodb.py ...

Sails.js: cannot do POST for inserting into mongoDB

https://groups.google.com/g/sailsjs/c/_ui56lO_X6o
I am using Sails ver 0.10.5 and the latest mongo 2.6.5, and my I run node on my Mac OSX 10.9: Model: Employee.js module.exports = { attributes: { name ...

How to configure credentials using Quarkus MongoDB client?

https://groups.google.com/g/quarkus-dev/c/a5p4CHvA5to
Sep 15, 2021 ... How can I do a regular username/password login to MongoDB using the Quarkus MongoDB client? ... my prior question if the STATIC INIT for my ...

MongoDB JDBC Driver Connectivity Details

https://groups.google.com/g/mongodb-user/c/5P6oMuSLSqU
May 24, 2013 ... My private MongoDB doesn't need authentication (username and password). I don't know if my failure to set those is interfering with the JDBC ...

Java MongoDB API - Custom Password Handling

https://groups.google.com/g/mongodb-user/c/NpiYCjMPWHA
Jul 7, 2016 ... to mongodb-user. We have a requirement to handle passwords as ... my custom username/password on it. Or instead, just provide a ...

Error getting data into BI client using the MongoDB Connector for BI

https://groups.google.com/g/mongodb-user/c/1Go35TBuouM
authentication: username / password. username: zips. password: zips ... There was no instruction to create a BI user ("biuser" in my example) directly in ...

What should be the Host Name for MongoDB created using Bitnami ...

https://groups.google.com/g/google-appengine/c/1-fy4OebHyw
Feb 4, 2017 ... I got the username and password from the deployment console. I used ... Please read my previous post once more in detail. This did not ...

configuring login in MongoDB CE: uncaught exception: password ...

https://groups.google.com/g/mongodb-user/c/lzOwWk-Csjc
Hi Mongo Users, I configured and confirmed a replicaSet. I would like to secure my instance, so following the instructions on creating my first user, ...

Authenticate with username and password in mongodb with ...

https://groups.google.com/g/robotframework-users/c/r3h61q7p894
Connect To MongoDB Server with credentials is my keyword. and i am trying to extend. Connect To Server | Server | port | database.

Some clarity on SCRAM-SHA1?

https://groups.google.com/g/mongodb-dev/c/oBShX_LGvDs
If you are still having issues, I can step through my code and capture all the intermediate values. ... (pwd (concatenate 'string username ":mongo:" password)). ( ...

Error after installing unified-red

https://groups.google.com/g/unified-red/c/v8mX2Tv8M7E
Oct 1, 2022 ... ... mongodb-native/collection.js:198:23). at listOnTimeout (node ... json, I have only changed my username and password for the example.

[mongodb-user] Can a Slave connect to a Master running in auth ...

https://groups.google.com/g/mongodb-user/c/3V2SrznK9_0
> > connecting to my MongoDB Master successfully using the user accounts I > > ... mongo --host <hostname> admin -u admin -p password --Add a replication ...

Unable to Bring Up MongoDb Charts stitchUnconfigured failure:

https://groups.google.com/g/mongodb-user/c/dUFl5RUEp4s/m/K1qynxl7AwAJ
... StitchMongoDBService: invalid username/password. I've rea at max three posts ... I think the err occurred after i delete my collection, while my mongodb chart is ...

Can't connect to a mongodb database that has a user/pass on local ...

https://groups.google.com/g/mongodb-user/c/EmbwmjJSERc
How do I properly connect via a php script to a local windows mongodb database, which has a username/password setup for it? ... my local mongodb to a database ...

Mongodb Authentication - cannot connect to mongod shards

https://groups.google.com/g/mongodb-user/c/waZyyB-B-H0
Created a user in the "admin" database by connecting to my mongos router. ... mongo server:27017/admin --username <user> -p <password>. When I attempt to ...

Security approach for running Opal as a Docker container

https://groups.google.com/g/obiba-users/c/u1bRo5MZiTs
I tried this with Coral and was able to see my passwords. ... I notice that there are no environment variables in Opal for a MongoDB username and password.