I know that in the pipeline environment, the mongo service is created without authentication.
The problem is that i do not know how to AVOID to use authentication. So I got this error
MongoDB\Driver\Exception\AuthenticationException: Authentication failed.
I am using laravel with the well-know Jens Segers's package for mongodb.
Can I force pipeline to setup my user/pwd/auth method ?
OR can I force laravel/mongo package to NOT use auth?
Ok, we cannot set mongodb in pipeline so I created a new connection with no username and password.
Ok, we cannot set mongodb in pipeline so I created a new connection with no username and password.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.