bbevens closed pull request #1525: DRILL-6831: Adding information about
possible authentication settings in connection URL for mongodb
URL: https://github.com/apache/drill/pull/1525
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md
b/_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md
index 1d3e757d7db..c83773cde16 100644
--- a/_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md
+++ b/_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md
@@ -41,6 +41,7 @@ Drill must be running in order to access the Web Console to
configure a storage
}
{% include startnote.html %}27017 is the default port for `mongodb`
instances.{% include endnote.html %}
+ {% include startnote.html %}In some cases you will need an authentication
to perform certain `mongodb` queries. You can add login and password directly
to connection URL: 'mongodb://root:password@localhost:27017/'{% include
endnote.html %}
6. Click **Enable** to enable the storage plugin.
## Querying MongoDB
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services