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 a property to enable the disk encryption for postgres databases on AWS #305

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

max-soe
Copy link
Contributor

@max-soe max-soe commented Feb 10, 2023

We added the possibility to use encrypted disks for AWS Postgres Databases. The new property can be used during the inital deployment. Changes for already existing databases are not supported. Terraform would replace them with complete data lose.

Implementation steps:

- Add a KMS Key + Alias and connect them to the database
- Add a cli property to use the encrypted disk for AWS
- Deploy KMS Key + Alias only if the disk encryption is enabled
- Update the documentation

…n AWS

We added the possibility to use encrypted disks for AWS Postgres Databases. The new property can be used during the inital deployment.
Changes for already existing databases are not supported. Terraform would replace them with complete data lose.

Implementation steps:

    - Add a KMS Key + Alias and connect them to the database
    - Add a cli property to use the encrypted disk for AWS
    - Deploy KMS Key + Alias only if the disk encryption is enabled
    - Update the documentation
@SaphMB SaphMB added the enhancement New feature or request label Mar 14, 2023
@SaphMB SaphMB merged commit 54cdda8 into EngineerBetter:master Mar 15, 2023
@SaphMB
Copy link
Contributor

SaphMB commented Mar 15, 2023

Thanks for the contribution @max-soe!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants