Skip to content

Commit 16527fa

Browse files
authored
(DOCSP-32258): Add Atlas security features to Security page (#4722) (#4742)
* Add Atlas security section * copy review feedback
1 parent 436d67a commit 16527fa

File tree

1 file changed

+55
-11
lines changed

1 file changed

+55
-11
lines changed

source/security.txt

Lines changed: 55 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
Security
55
========
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: singlecol
12+
713
.. default-domain:: mongodb
814

915
MongoDB provides various features, such as authentication, access
@@ -12,11 +18,13 @@ security features include:
1218

1319
.. list-table::
1420
:header-rows: 1
15-
:widths: 33 33 33
21+
:widths: 20 20 20 20 20
1622

1723
* - Authentication
1824
- Authorization
1925
- TLS/SSL
26+
- Enterprise Only
27+
- Encryption
2028

2129
* - :doc:`/core/authentication`
2230

@@ -36,16 +44,7 @@ security features include:
3644

3745
:doc:`/tutorial/configure-ssl-clients`
3846

39-
.. the blank column is required to keep everything lined up.
40-
41-
.. list-table::
42-
:header-rows: 1
43-
:widths: 50 50
44-
45-
* - Enterprise Only
46-
- Encryption
47-
48-
* - :doc:`/core/kerberos`
47+
- :doc:`/core/kerberos`
4948

5049
:doc:`/core/security-ldap`
5150

@@ -63,6 +62,51 @@ Security Checklist
6362
MongoDB also provides the :doc:`/administration/security-checklist` for
6463
a list of recommended actions to protect a MongoDB deployment.
6564

65+
Secure Your {+atlas+} Deployments
66+
----------------------------------------
67+
68+
{+atlas+}, the fully managed service for MongoDB deployments
69+
in the cloud, comes preconfigured with secure default settings.
70+
Atlas also provides the following key security features:
71+
72+
.. list-table::
73+
:header-rows: 1
74+
:widths: 30 70
75+
76+
* - Security Feature
77+
- Description
78+
79+
* - Authentication and Authorization
80+
- In Atlas, you configure database users to access your
81+
deployments. Atlas provides various ways to perform
82+
user authentication and authorization,
83+
including LDAP, OIDC, and X.509. To learn more, see
84+
:atlas:`Configure Authentication and Authorization
85+
</security/config-db-auth/>`.
86+
87+
* - Encryption
88+
- By default, Atlas encrypts all data stored in your
89+
deployments and uses TLS/SSL to encrypt the connections to your
90+
databases. To add another layer of security, you can configure
91+
:atlas:`Encryption at Rest using Customer Key Management
92+
</security-kms-encryption>`.
93+
94+
* - IP Access List
95+
- Atlas allows connections only from addresses specified in
96+
the IP access list. To learn how to manage client connections
97+
in Atlas, see :atlas:`Configure IP Access List Entries
98+
</security/ip-access-list/>`.
99+
100+
* - Cloud Provider Support
101+
- Atlas supports network peering connections and private endpoints
102+
to secure your deployments hosted on AWS, Azure, and Google Cloud.
103+
To learn more, see :atlas:`Set Up a Network Peering Connection
104+
</security-vpc-peering/>` and :atlas:`Configure Private Endpoints
105+
</security-configure-private-endpoints/>`.
106+
107+
For a full list of security features in Atlas, see
108+
:atlas:`Security Features for Database Deployments </setup-cluster-security/>`.
109+
66110
Report Suspected Security Bugs
67111
------------------------------
68112

0 commit comments

Comments
 (0)