@@ -29,6 +29,21 @@ specify and update the :ref:`atlasfederatedauth-custom-resource`.
29
29
30
30
.. include:: /includes/fact-ak8so-federated-auth.rst
31
31
32
+ The :ref:`atlasfederatedauth-custom-resource` is **not** required to
33
+ map database users to an |idp|, both any existing authentication |idp| or
34
+ workload and workforce |idp|. You can use the :ref:`AtlasDatabaseUser <atlasdatabaseuser-custom-resource>`
35
+ custom resource to manage database users, in which you specify the
36
+ authentication method used for a given database user. The
37
+ :ref:`AtlasDatabaseUser <atlasdatabaseuser-custom-resource>` custom
38
+ resource must be configured in conjunction with :ref:`federated authentication
39
+ <atlas-federated-authentication>` to associate users and roles in the
40
+ |idp| with users and groups in MongoDB.
41
+
42
+ The :ref:`atlasfederatedauth-custom-resource`
43
+ is optional to use any :ref:`federated authentication
44
+ <atlas-federated-authentication>`, provided that you have configured it
45
+ elsewhere in {+service+}.
46
+
32
47
Prerequisites
33
48
-------------
34
49
@@ -77,6 +92,9 @@ To learn more, see :ref:`atlasfederatedauth-parameters`.
77
92
namespace: mongodb-atlas-system
78
93
spec:
79
94
enabled: true
95
+ dataAccessIdentityProviders:
96
+ - 32b6e34b3d91647abb20e7b8
97
+ - 42d8v92k5a34184rnv93f0c1
80
98
connectionSecretRef:
81
99
name: my-org-secret
82
100
namespace: mongodb-atlas-system
0 commit comments