@@ -15,34 +15,36 @@ Deploy a BI Connector
15
15
The MongoDB Connector for Business Intelligence allows you to query a
16
16
MongoDB database using SQL commands to aid in data analysis. It
17
17
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/>`_.
19
20
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
23
28
`read-only operations <https://www.mongodb.com/docs/bi-connector/current/supported-operations/>`_
24
29
on data served in MongoDB databases. To create, update, or delete
25
30
data you must use {+mongosh+} or any appropriate driver.
26
31
27
- .. seealso::
32
+ - MongoDB |bic-short-no-link| for |mms| is not compatible with the
33
+ following authentication methods:
28
34
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>`
31
37
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.
34
43
35
44
Prerequisites
36
45
-------------
37
46
38
- MongoDB |bic-short-no-link| for |mms| is not compatible with :doc:`x.509
39
- authentication </tutorial/enable-x509-authentication-for-group>`.
40
-
41
47
.. 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.
46
48
47
49
Procedure
48
50
---------
0 commit comments