Skip to content

[BB-4925] Shared MongoDB - MongoDB Atlas-AWS

Felipe Trzaskowski requested to merge felipetrz/bb-4925-aws-mongodb-atlas into main

Related to

Shared MongoDB - MongoDB Atlas-AWS

Steps done so far:

  • Add Terraform code to create a MongoDB Atlas cluster
  • Add Terraform code to create one unique user per instance
  • Extract generated outputs from Terraform to populate the TUTOR_* configuration variables
  • A better way to pass the set of instances to the Terraform template

Things that still need attention:

  • A secure way to handle the database credentials, as Terraform generated passwords are saved to the state storage, and passed to Tutor as environment variables, in plain-text
Edited by Felipe Trzaskowski

Merge request reports