File tree Expand file tree Collapse file tree 7 files changed +99
-21
lines changed Expand file tree Collapse file tree 7 files changed +99
-21
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,10 @@ title = "MongoDB Atlas for Government"
3
3
4
4
intersphinx = [" https://docs.mongodb.com/manual/objects.inv" ," https://docs.atlas.mongodb.com/objects.inv" ]
5
5
6
- toc_landing_pages = [" /tutorial/getting-started" ]
6
+ toc_landing_pages = [
7
+ " /tutorial/getting-started" ,
8
+ " /security"
9
+ ]
7
10
8
11
[constants ]
9
12
aws-pl = " AWS PrivateLink"
Original file line number Diff line number Diff line change 1
- =============================
2
- Configure CloudGov API Access
3
- =============================
1
+ =====================================
2
+ Configure |cloudgov-short| API Access
3
+ =====================================
4
4
5
5
.. default-domain:: mongodb
6
6
Original file line number Diff line number Diff line change 1
1
.. _atlas-access:
2
2
3
- =====================
4
- |service | User Access
5
- =====================
3
+ ============================
4
+ |cloudgov-short | User Access
5
+ ============================
6
6
7
7
.. default-domain:: mongodb
8
8
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
- Placeholder page.
15
+ This page covers |cloudgov| user accounts.
16
+
17
+ {+gov-considerations+}
18
+ -----------------------------------
19
+
20
+ Account
21
+ ~~~~~~~
22
+
23
+ - When you change your password, you cannot use any of your previous 24
24
+ passwords.
25
+
26
+ - If your account is suspended due to inactivity, reset your password
27
+ to unsuspend your account.
28
+
29
+ User Sessions
30
+ ~~~~~~~~~~~~~
31
+
32
+ - |cloudgov-short| ends your session after 15 minutes of
33
+ inactivity, requiring you to log in again. You are prompted to
34
+ continue your current session after 10 minutes of inactivity.
35
+
36
+ Monitoring and Logging
37
+ ~~~~~~~~~~~~~~~~~~~~~~
38
+
39
+ - You must have the :authrole:`Project Owner` role to
40
+ configure an integration.
41
+
42
+ - In addition to :atlas:`standard Atlas logging </mongodb-logs/>`,
43
+ |cloudgov-short| logs the username and IP address associated with all
44
+ failed login attempts, temporary lockouts and failed |api| digest
45
+ authentications.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ content: |
31
31
**Skip this step** if |cloudgov-short| indicates in the
32
32
:guilabel:`Setup connection security` step that you have at least
33
33
one database user configured in your project. To manage existing
34
- database users, see :ref:`configure-dbusers`.
34
+ database users, see :ref:`gov- configure-dbusers`.
35
35
36
36
To access the cluster, you need a MongoDB user with access to the
37
37
desired database or databases on the cluster in your project. If your
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ developed by the same people that build MongoDB.
20
20
`MongoDB Atlas <https://docs.atlas.mongodb.com/>`__ features. To learn
21
21
more, see :ref:`<supported-features>`.
22
22
23
- .. important::
24
-
25
- |cloudgov| is only available for preview by invitation.
26
-
27
23
Using the |cloudgov-short| Documentation
28
24
------------------------------------------
29
25
@@ -50,8 +46,8 @@ Links to |service| documentation pages are presented as either:
50
46
51
47
/introduction
52
48
/getting-started
53
- /security
54
49
/atlas-access
50
+ /security
55
51
/backup-restore-data
56
52
/api
57
53
/billing
Original file line number Diff line number Diff line change @@ -64,4 +64,23 @@ Database Users
64
64
:manual:`SCRAM </core/security-scram/>` must use ``SCRAM-SHA-256``.
65
65
66
66
To learn more about configuring |cloudgov-short| database users,
67
- see :ref:`Configure Database Users <configure-dbusers>`.
67
+ see :ref:`Configure Database Users <gov-configure-dbusers>`.
68
+
69
+ Alerts and Communications
70
+ -------------------------
71
+
72
+ You receive emails from a different MongoDB account depending on the
73
+ region to which your resources are deployed and the type of
74
+ communication.
75
+
76
+ |aws-fr-moderate|
77
+ ~~~~~~~~~~~~~~~~~
78
+
79
+ - Alerts come from ``
[email protected] ``.
80
+ - All other emails come from ``
[email protected] ``.
81
+
82
+ |aws-fr-high|
83
+ ~~~~~~~~~~~~~
84
+
85
+ - Alerts come from ``
[email protected] ``.
86
+ - All other emails come from ``
[email protected] ``.
Original file line number Diff line number Diff line change 1
1
:noprevnext:
2
2
3
- ========
4
- Security
5
- ========
3
+ =================
4
+ Database Security
5
+ =================
6
6
7
7
.. default-domain:: mongodb
8
8
@@ -12,10 +12,40 @@ Security
12
12
:depth: 2
13
13
:class: singlecol
14
14
15
+ This page covers |cloudgov-short| database users.
16
+
17
+ Configure Database Users
18
+ ------------------------
19
+
20
+ Database users who authenticate with
21
+ :manual:`SCRAM </core/security-scram/>` must use ``SCRAM-SHA-256``.
22
+
23
+ See the |service| documentation to
24
+ :atlas:`Configure Database Users </security-add-mongodb-users>`.
25
+
26
+ Set up a Network Peering Connection
27
+ -----------------------------------
28
+
29
+ You may only use ``gov`` regions for VPC peering in government
30
+ region-only projects.
31
+
32
+ See the |service| documentation to :ref:`vpc-peering`.
33
+
34
+ Set up a Private Endpoint
35
+ -------------------------
36
+
37
+ See :ref:`gov-private-endpoint`.
38
+
39
+ Customer Key Management with AWS KMS
40
+ ------------------------------------
41
+
42
+ You may only configure |aws| |iam| for ``gov`` regions in government
43
+ region-only projects.
44
+
45
+ To learn more, see the |service| documentation for
46
+ :ref:`security-aws-kms`.
47
+
15
48
.. toctree::
16
49
:titlesonly:
17
50
18
- /security/configure-database-users
19
- /security/vpc-peering
20
51
/security/private-endpoint
21
- /security/aws-kms
You can’t perform that action at this time.
0 commit comments