diff --git a/docs/atlas/index.mdx b/docs/atlas/index.mdx index 88b76d2..ea7bbe3 100644 --- a/docs/atlas/index.mdx +++ b/docs/atlas/index.mdx @@ -11,7 +11,7 @@ This guide covers essential security configurations for MongoDB deployments. Lea ## Network security - + ### IP access list @@ -81,7 +81,7 @@ apt-get install openvpn ## Encryption configuration - + ### Encryption at rest @@ -128,7 +128,7 @@ net: ## Best practices - + 1. **Network security** diff --git a/docs/authentication/index.mdx b/docs/authentication/index.mdx index 6763a82..2371a87 100644 --- a/docs/authentication/index.mdx +++ b/docs/authentication/index.mdx @@ -11,7 +11,7 @@ Authentication is a crucial security feature that verifies the identity of clien ## Authentication Mechanisms - + :::info[Atlas User Types] @@ -179,7 +179,7 @@ mongosh --tls --tlsCertificateKeyFile client.pem \ ## Best Practices - + 1. **User Management** diff --git a/docs/considerations/index.mdx b/docs/considerations/index.mdx index 5f46858..754881d 100644 --- a/docs/considerations/index.mdx +++ b/docs/considerations/index.mdx @@ -54,7 +54,7 @@ graph TD ## Auditing and monitoring - + ### Enable database auditing @@ -132,7 +132,7 @@ net: ## Backup and recovery - + ### Continuous backup diff --git a/docs/queryable-encryption/index.mdx b/docs/queryable-encryption/index.mdx index b8181a8..7733825 100644 --- a/docs/queryable-encryption/index.mdx +++ b/docs/queryable-encryption/index.mdx @@ -19,7 +19,7 @@ MongoDB, while offering various security features, can benefit significantly fro ## Overview - + In MongoDB Atlas, Queryable Encryption is available for: diff --git a/docs/rbac/index.mdx b/docs/rbac/index.mdx index 37dd864..f676b6e 100644 --- a/docs/rbac/index.mdx +++ b/docs/rbac/index.mdx @@ -17,7 +17,7 @@ A role consists of: - Privileges (actions allowed on resources). - Roles (other roles from which this role inherits privileges). - + ### Built-in roles in Atlas @@ -115,7 +115,7 @@ db.createRole({ ## Role management best practices - + 1. **Project-level access control** @@ -162,7 +162,7 @@ db.setParameter({ ## Practical examples - + ### Application-specific roles