Skip to content

Update network.mdx #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2025
Merged
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
10 changes: 5 additions & 5 deletions docs/challenge/network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ sidebar_position: 1
---


# 👐 RUN : Network challenge
# 👐 RUN : Network Challenge

:::info
The provided scripts are incomplete. Replace all `<CODE_BLOCK>` with the correct code to complete the lab.
:::

### 1. Add 'My current IP' temporary into the atlas project
### 1. Add "My current IP" temporary into the atlas project

```python
from datetime import datetime, timedelta
Expand Down Expand Up @@ -37,11 +37,11 @@ delete_after = (datetime.utcnow() + timedelta(hours=24)).isoformat() + 'Z'

:::

### 2. Check that 'My current IP' was added:
### 2. Check that "My current IP" was added
```python
!atlas accessLists list --output json --projectId {project_id}
```

## Next Steps
## Next steps

Start the chapter on [Authentication](./authentication) for database user management.
Start the chapter on [authentication](./authentication) for database user management.