@@ -15,31 +15,38 @@ Deploy a BI Connector
1515The MongoDB Connector for Business Intelligence allows you to query a
1616MongoDB database using SQL commands to aid in data analysis. It
1717translates 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
3544Prerequisites
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
4248
49+
4350Procedure
4451---------
4552
0 commit comments