Skip to content

Commit df752cd

Browse files
authored
(DOCSP-38815): Added section for authentication considerations. (#227)
@Vodyanoy17 and @JuliaMongo, I added a section for authentication considerations to the following page and added Kerberos as not compatible. There was a preexisting note about Kerberos and the automation agent. Not sure whether we can remove it. <!-- Add a description of your PR here (optional) --> - [DOCSP-38815](https://jira.mongodb.org/browse/DOCSP-38815) - [STAGING](https://preview-mongodbcorryroot.gatsbyjs.io/ops-manager/DOCSP-38815/tutorial/deploy-bi-connector/#considerations) - [LATEST BUILD LOG](https://workerpool-boxgs.mongodbstitch.com/pages/job.html?collName=queue&jobId=665785aecf5bec1c29afc582) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 2243e77 commit df752cd

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

source/tutorial/deploy-bi-connector.txt

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,36 @@ Deploy a BI Connector
1515
The MongoDB Connector for Business Intelligence allows you to query a
1616
MongoDB database using SQL commands to aid in data analysis. It
1717
translates SQL queries from data analysis tools to MongoDB aggregation
18-
pipelines on MongoDB database.
18+
pipelines on MongoDB database. To learn more about the
19+
|bic-short-no-link|, see the `BI Connector manual <https://www.mongodb.com/docs/bi-connector/>`_.
1920

20-
.. note::
21-
22-
The |bic-short| only allows
21+
Use the following procedure to deploy a new MongoDB |bic-short-no-link|
22+
for |mms| to manage.
23+
24+
Limitations
25+
-----------
26+
27+
- The |bic-short| allows only
2328
`read-only operations <https://www.mongodb.com/docs/bi-connector/current/supported-operations/>`_
2429
on data served in MongoDB databases. To create, update, or delete
2530
data you must use {+mongosh+} or any appropriate driver.
2631

27-
.. seealso::
32+
- MongoDB |bic-short-no-link| for |mms| is not compatible with the
33+
following authentication methods:
2834

29-
For specifics on the |bic-short-no-link|, see the
30-
`BI Connector manual <https://www.mongodb.com/docs/bi-connector/>`_.
35+
- :doc:`Kerberos
36+
</tutorial/enable-kerberos-authentication-for-group>`
3137

32-
Use the following procedure to deploy a new MongoDB |bic-short-no-link|
33-
for |mms| to manage.
38+
- :doc:`x.509 </tutorial/enable-x509-authentication-for-group>`
39+
40+
- The |bic-short-no-link| cannot be deployed using |mms|
41+
if the automation agent authentication mechanism is
42+
Kerberos (``GSSAPI``) authentication.
3443

3544
Prerequisites
3645
-------------
3746

38-
MongoDB |bic-short-no-link| for |mms| is not compatible with :doc:`x.509
39-
authentication </tutorial/enable-x509-authentication-for-group>`.
40-
4147
.. include:: /includes/prerequisites-deploy-mongodb.rst
42-
43-
.. note:: The BI connector cannot be deployed using |mms|
44-
if the automation agent authentication mechanism is
45-
Kerberos (``GSSAPI``) authentication.
4648

4749
Procedure
4850
---------

0 commit comments

Comments
 (0)