|
1 | | -.. meta:: |
2 | | - :robots: noindex, nosnippet |
| 1 | +:noprevnext: |
3 | 2 |
|
4 | 3 | ======== |
5 | 4 | Security |
6 | 5 | ======== |
7 | 6 |
|
8 | 7 | .. default-domain:: mongodb |
9 | 8 |
|
10 | | -Use the following resources to learn about security in {+service+}: |
| 9 | +The Security pillar of the {+service+} {+waf+} includes features that |
| 10 | +ensure data integrity and privacy through comprehensive safeguarding |
| 11 | +measures, such as encryption at rest and in transit, fine-grained access |
| 12 | +controls, and adherence to regulatory standards. |
11 | 13 |
|
12 | | -- :ref:`Network Security <arch-center-network-security>` |
13 | | -- :ref:`Authorization and Authentication <arch-center-auth>` |
14 | | -- :ref:`Data Encryption <arch-center-data-encryption>` |
15 | | -- :ref:`Compliance <arch-center-compliance>` |
16 | | -- :ref:`Auditing and Logging <arch-center-auditing-logging>` |
| 14 | +Use the following {+atlas-arch-center+} resources to learn about |
| 15 | +security in {+service+}: |
| 16 | + |
| 17 | +.. card-group:: |
| 18 | + :columns: 2 |
| 19 | + :style: extra-compact |
| 20 | + |
| 21 | + .. card:: |
| 22 | + :headline: Network Security |
| 23 | + :url: https://mongodb.com/docs/atlas/architecture/network-security/ |
| 24 | + :icon: general_security |
| 25 | + :icon-alt: Atlas security icon |
| 26 | + |
| 27 | + |service-fullname| enforces mandatory |tls| encryption for database connections. |
| 28 | + Restrict database access to specific IP addresses and |cidr| ranges |
| 29 | + and use private endpoints and VPC peering. |
| 30 | + |
| 31 | + .. card:: |
| 32 | + :headline: Authorization and Authentication |
| 33 | + :url: https://mongodb.com/docs/atlas/architecture/setup-cluster-security/ |
| 34 | + :icon: general_action_login |
| 35 | + :icon-alt: Atlas login icon |
| 36 | + |
| 37 | + Use Role-Based Access Control (RBAC) with built-in and custom roles |
| 38 | + to control operations on resources. Get recommendations on the best |
| 39 | + authentication method for production environments. |
| 40 | + |
| 41 | + .. card:: |
| 42 | + :headline: Data Encryption |
| 43 | + :url: https://mongodb.com/docs/atlas/architecture/auth/ |
| 44 | + :icon: general_security_encryption |
| 45 | + :icon-alt: Atlas encryption icon |
| 46 | + |
| 47 | + Use encryption features in |service| to protect data while in transit, |
| 48 | + at rest, and in use to safeguard data through its full lifecycle. |
| 49 | + |
| 50 | + .. card:: |
| 51 | + :headline: Compliance |
| 52 | + :url: https://mongodb.com/docs/atlas/architecture/compliance/ |
| 53 | + :icon: general_security_hipaa_compliance |
| 54 | + :icon-alt: Atlas HIPAA compliance icon |
| 55 | + |
| 56 | + |service| meets a list of compliance standards to ensure that you |
| 57 | + can protect and monitor data while complying with external requirements. |
| 58 | + |
| 59 | + .. card:: |
| 60 | + :headline: Auditing and Logging |
| 61 | + :url: https://mongodb.com/docs/atlas/architecture/auditing-logging/ |
| 62 | + :icon: general_features_realtime |
| 63 | + :icon-alt: Atlas realtime reporting icon |
| 64 | + |
| 65 | + Use auditing and logs to monitor and log |service| platform activities. |
| 66 | + Get recommendations on the events you should audit. |
17 | 67 |
|
18 | 68 | .. toctree:: |
19 | 69 | :titlesonly: |
|
0 commit comments