Skip to content

Commit

Permalink
update readme with cleanup notice
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlongcc committed Sep 17, 2024
1 parent 15f2a0a commit a377961
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,23 @@ mongo_superusers:
mongod --config /etc/mongod.conf
```

12. **Cleanup Test Users and Roles**

Once the hardened Mongo image is up and running, ensure you review and clean up any test users, roles, and databases that may have been created during the validation process.

- **Users**:
- `test.myTester`
- `products.myRoleTestUser`

- **Roles**:
- `products.myTestRole`
- `test.read`

- **Databases**:
- `products`

For a full check of what could have been created, visit the [inspec repository](https://github.com/mitre/mongodb-enterprise-advanced-4-stig-baseline/blob/main/inspec.yml) and review the users and roles listed there.

## Inspec Report

After running the hardening and validation packer files, a report will be generated in `reports/mongo_inspec_results.json`.
Expand Down

0 comments on commit a377961

Please sign in to comment.