Skip to content

Commit 8a28bff

Browse files
authored
(DOCSP-16486) FedRAMP IAM Phase 2 (#16)
* (DOCSP-16486) FedRAMP IAM Phase 2
1 parent d991f15 commit 8a28bff

File tree

7 files changed

+99
-21
lines changed

7 files changed

+99
-21
lines changed

snooty.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ title = "MongoDB Atlas for Government"
33

44
intersphinx = ["https://docs.mongodb.com/manual/objects.inv","https://docs.atlas.mongodb.com/objects.inv"]
55

6-
toc_landing_pages = ["/tutorial/getting-started"]
6+
toc_landing_pages = [
7+
"/tutorial/getting-started",
8+
"/security"
9+
]
710

811
[constants]
912
aws-pl = "AWS PrivateLink"

source/api/configure.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=============================
2-
Configure CloudGov API Access
3-
=============================
1+
=====================================
2+
Configure |cloudgov-short| API Access
3+
=====================================
44

55
.. default-domain:: mongodb
66

source/atlas-access.txt

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _atlas-access:
22

3-
=====================
4-
|service| User Access
5-
=====================
3+
============================
4+
|cloudgov-short| User Access
5+
============================
66

77
.. default-domain:: mongodb
88

@@ -12,4 +12,34 @@
1212
:depth: 1
1313
:class: singlecol
1414

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.

source/includes/privatelink/steps-connect-to-cluster-privatelink.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ content: |
3131
**Skip this step** if |cloudgov-short| indicates in the
3232
:guilabel:`Setup connection security` step that you have at least
3333
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`.
3535
3636
To access the cluster, you need a MongoDB user with access to the
3737
desired database or databases on the cluster in your project. If your

source/index.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ developed by the same people that build MongoDB.
2020
`MongoDB Atlas <https://docs.atlas.mongodb.com/>`__ features. To learn
2121
more, see :ref:`<supported-features>`.
2222

23-
.. important::
24-
25-
|cloudgov| is only available for preview by invitation.
26-
2723
Using the |cloudgov-short| Documentation
2824
------------------------------------------
2925

@@ -50,8 +46,8 @@ Links to |service| documentation pages are presented as either:
5046

5147
/introduction
5248
/getting-started
53-
/security
5449
/atlas-access
50+
/security
5551
/backup-restore-data
5652
/api
5753
/billing

source/introduction/atlasgov-considerations.txt

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,23 @@ Database Users
6464
:manual:`SCRAM </core/security-scram/>` must use ``SCRAM-SHA-256``.
6565

6666
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]``.

source/security.txt

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
:noprevnext:
22

3-
========
4-
Security
5-
========
3+
=================
4+
Database Security
5+
=================
66

77
.. default-domain:: mongodb
88

@@ -12,10 +12,40 @@ Security
1212
:depth: 2
1313
:class: singlecol
1414

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+
1548
.. toctree::
1649
:titlesonly:
1750

18-
/security/configure-database-users
19-
/security/vpc-peering
2051
/security/private-endpoint
21-
/security/aws-kms

0 commit comments

Comments
 (0)