Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/atlas/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This guide covers essential security configurations for MongoDB deployments. Lea

## Network security

<Tabs>
<Tabs groupId="deployments">
<TabItem value="atlas" label="MongoDB Atlas">

### IP access list
Expand Down Expand Up @@ -81,7 +81,7 @@ apt-get install openvpn

## Encryption configuration

<Tabs>
<Tabs groupId="deployments">
<TabItem value="atlas" label="MongoDB Atlas">

### Encryption at rest
Expand Down Expand Up @@ -128,7 +128,7 @@ net:

## Best practices

<Tabs>
<Tabs groupId="deployments">
<TabItem value="atlas" label="MongoDB Atlas">

1. **Network security**
Expand Down
4 changes: 2 additions & 2 deletions docs/authentication/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Authentication is a crucial security feature that verifies the identity of clien

## Authentication Mechanisms

<Tabs groupId="deployment">
<Tabs groupId="deployments">
<TabItem value="atlas" label="MongoDB Atlas">

:::info[Atlas User Types]
Expand Down Expand Up @@ -179,7 +179,7 @@ mongosh --tls --tlsCertificateKeyFile client.pem \

## Best Practices

<Tabs>
<Tabs groupId="deployments">
<TabItem value="atlas" label="MongoDB Atlas">

1. **User Management**
Expand Down
4 changes: 2 additions & 2 deletions docs/considerations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ graph TD

## Auditing and monitoring

<Tabs>
<Tabs groupId="deployments">
<TabItem value="atlas" label="MongoDB Atlas">

### Enable database auditing
Expand Down Expand Up @@ -132,7 +132,7 @@ net:

## Backup and recovery

<Tabs>
<Tabs groupId="deployments">
<TabItem value="atlas" label="MongoDB Atlas">

### Continuous backup
Expand Down
2 changes: 1 addition & 1 deletion docs/queryable-encryption/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MongoDB, while offering various security features, can benefit significantly fro

## Overview

<Tabs>
<Tabs groupId="deployments">
<TabItem value="atlas" label="MongoDB Atlas">

In MongoDB Atlas, Queryable Encryption is available for:
Expand Down
6 changes: 3 additions & 3 deletions docs/rbac/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A role consists of:
- Privileges (actions allowed on resources).
- Roles (other roles from which this role inherits privileges).

<Tabs>
<Tabs groupId="deployments">
<TabItem value="atlas" label="MongoDB Atlas">

### Built-in roles in Atlas
Expand Down Expand Up @@ -115,7 +115,7 @@ db.createRole({

## Role management best practices

<Tabs>
<Tabs groupId="deployments">
<TabItem value="atlas" label="MongoDB Atlas">

1. **Project-level access control**
Expand Down Expand Up @@ -162,7 +162,7 @@ db.setParameter({

## Practical examples

<Tabs>
<Tabs groupId="deployments">
<TabItem value="atlas" label="MongoDB Atlas">

### Application-specific roles
Expand Down