Provision MongoDB Atlas Cluster #69
Labels
No labels
CI/CD
MongoDB
PostgreSQL
api
authentication
bug
documentation
duplicate
enhancement
example issue
fix
good first issue
help wanted
high-level requirement
infrastructure
invalid
low-level requirement
medium-level requirement
question
security
test
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AndreFerreira5/starranja#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Objective
After the database schemas have been modeled. This task is to provision the actual cloud database infrastructure so the backend team can connect and begin development.
We will use MongoDB Atlas to create a managed, highly-available cluster. This will provide a persistent database accessible to our backend services.
Tasks
1. Create Atlas Project:
StArranja.2. Provision Cluster:
starranja-dev).M0 Sandboxcluster for this initial development phase.3. Configure Database User:
starranja_app_user).Read and write to any databasepermissions.4. Configure Network Access:
0.0.0.0/0(Allow Access from Anywhere).// TODO: Restrict this IP to the production server's static IP before go-live.5. Retrieve Connection String:
mongodb+srv://...format.6. Securely Store Credentials:
Definition of Done
M0cluster is provisioned and active on MongoDB Atlas.