Skip to content
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

Add proper support for connection to RDS PostgreSQL #7

Merged
merged 21 commits into from
Dec 3, 2024
Merged

Conversation

chosak
Copy link
Member

@chosak chosak commented Dec 3, 2024

This PR adds the ability to configure a connection to a PostgreSQL database in AWS RDS.

It relies on a GitHub Actions repository secret named RDS_CREDS_SECRET which must contain the name of an AWS secret containing the RDS database URL. This URL is passed to both the initContainer for Django migrations as well as the regular container for the Django app.

See internal Website-Alto-Migration#21 for additional context.

@chosak chosak merged commit 9e93081 into main Dec 3, 2024
1 check passed
@chosak chosak deleted the connect-rds branch December 3, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants