-
Notifications
You must be signed in to change notification settings - Fork 7
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-1457 Key management funcs renaming #126
base: release-17.4
Are you sure you want to change the base?
PG-1457 Key management funcs renaming #126
Conversation
1afe9e2
to
1a2a757
Compare
Hi @artemgavrilov - Few more possible renaming after discussing with @dutow |
Hold on with reviews, I'm adding more things |
…rver_principal_key
2de9a34
to
66db9c3
Compare
|
||
Creates or rotates the global principal key using the specified key provider. Use this function to set a principal key for WAL encryption. | ||
Creates or rotates the server principal key using the specified global key provider. Use this function to set a principal key for WAL encryption. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the server key? Maybe rewrite to what this key is used for? For WAL encryption, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now only for WAL encryption, but in future it may be used for something else. I guess for system tables encryption. In general its purpose to encrypt entities that has server scope availability.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok thanks, I believe it's time to explain existing scopes and their usage. In a separate PR most likely
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutely agree
PG-1457
Description
database
orglobal
)using_database_key_provider
orusing_global_key_provider
)Links