cookiecutter-openedx / cookiecutter-openedx-devops

Open edX Tutor on Kubernetes implemented with Terraform
GNU Affero General Public License v3.0
42 stars 17 forks source link

Fix openedx_backup resource configuration #26

Closed edazzocaisser closed 1 year ago

edazzocaisser commented 1 year ago

Type of Change

Resolves

I'm unsure if this was a known bug. But our terraform installation did not make s3 buckets versioned by default. When versioning is disabled, backup verification will fail.

Also, the generated s3 user was unable to upload backups generated by the openedx backup container to s3.

Describe Changes