Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-7907

Use connection string with authentication for the sample commands

    XMLWordPrintableJSON

Details

    Description

      The sample command here uses connection string that does not include authentication-related options:

      mongobiuser create biuser mongodb://your.mongodbhost.com:27017/db1

      It may not be obvious for some people that these options are required if authentication is enabled - the command will succeed regardless but the BI connector will fail to work later due to authorization failures.

      It would be better if we use a sample connection string as:

      mongobiuser create biuser  mongodb://user:password@your.mongodbhost.com:27017/db1

      Attachments

        Activity

          People

            bryan.reinero Bryan Reinero
            dmitry.ryabtsev@mongodb.com Dmitry Ryabtsev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              6 years, 22 weeks, 1 day ago