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

Allow the data encryption keys for PostgreSQL Flexible server to be configured #4311

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

theunrepentantgeek
Copy link
Member

What this PR does

Allows the values for geoBackupKeyURI and primaryKeyURI to be pulled from a configmap instead of requiring them to be hard coded in the resource.

Partially addresses #4298

How does this PR make you feel:
gif

@theunrepentantgeek theunrepentantgeek changed the title Feature/configurable key urls Allow the data encryption keys for PostgreSQL Flexible server to be configured Oct 1, 2024
@theunrepentantgeek theunrepentantgeek self-assigned this Oct 1, 2024
@theunrepentantgeek theunrepentantgeek added this to the v2.10.0 milestone Oct 1, 2024
@@ -1974,6 +1974,8 @@ objectModelConfiguration:
$armReference: true
2022-12-01:
DataEncryption:
PrimaryKeyURI:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No GeoBackupKey in this API version?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct. I did check. ;-)

@theunrepentantgeek theunrepentantgeek added this pull request to the merge queue Oct 1, 2024
Merged via the queue into main with commit a4e4d46 Oct 1, 2024
7 checks passed
@theunrepentantgeek theunrepentantgeek deleted the feature/configurable-key-urls branch October 1, 2024 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants