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

PG-1244 Added a limitation about KMS configuration update #373

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nastena1606
Copy link
Collaborator

PG-1244

Description

Added a limitation about KMS configuration update

@nastena1606 nastena1606 added the documentation Improvements or additions to documentation label Dec 9, 2024
@nastena1606 nastena1606 requested a review from dutow December 9, 2024 17:03
Copy link

github-actions bot commented Dec 9, 2024

Performance test results:
Normal queries: 9645
TDE queries: 9208
Percentage: 95%
CSV entries: 1010312 pp-2019.csv
Sequential scan read times

HEAP: 1140.635
TDE: 1305.344 (114%)
TDE_BASIC: 1305.344 (153%)

@nastena1606 nastena1606 changed the title PG-1244 Added a limitation about KMS confoguration update PG-1244 Added a limitation about KMS configuration update Dec 10, 2024
@@ -24,6 +24,8 @@ Users can configure encryption differently for each database, encrypting specifi

* Keys in the local keyfile are stored unencrypted.
* System tables are currently not encrypted.
* When updating the Key Management Store (KMS) configuration, ensure that both PostgreSQL and the KMS are up and running. For example, if you update the URL for the KMS and PostgreSQL is offline during these changes, it will not be able to start. [Talk to our experts](https://www.percona.com/about/contact) to outline the best update path for you.
Copy link
Collaborator

Choose a reason for hiding this comment

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

No, you currently can't update the configuration for an exisitng KMS, we do not have any functions to do that.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copy link
Collaborator

Choose a reason for hiding this comment

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

It's valid, but the issue is bigger, Jan misunderstood part of the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants