-
Notifications
You must be signed in to change notification settings - Fork 10
Create enforcement.md - Encryption Enforcement topic #403
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
Conversation
populated with encryption enforcement
updated with future steps to enforce encrypt
…postgres into docs-create-enforcement
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-17.5.2 #403 +/- ##
=================================================
Coverage ? 84.68%
=================================================
Files ? 21
Lines ? 2593
Branches ? 401
=================================================
Hits ? 2196
Misses ? 316
Partials ? 81
🚀 New features to boost your workflow:
|
updated with pg_tde enforce encryption option
…postgres into docs-create-enforcement
removed table space encryption
updated the enforce_encryption description
added a note that clarifies unauthorized user access and how superusers can still bypass the forced encryption table creation
small update to the note describing superuser actions properly
Added a couple of simple examples to encryption enforcement for user, database and global enforcement using enforce_encryption Added What does enforcement do (for new users) Added that you can override enforcement with details possible by superusers only Updated variables with minor linting and added a link to encryption enforcement for pg_tde.enforce_encryption
Added a couple of simple examples to encryption enforcement for user, database and global enforcement using enforce_encryption Added What does enforcement do (for new users) Added that you can override enforcement with details possible by superusers only Updated variables with minor linting and added a link to encryption enforcement for pg_tde.enforce_encryption |
removed dbas mention and updated 1. with a note regarding only superusers being able to change pg_tde.enforce_encryption I also added a link to the override trusted sessions topic
Writing a general topic regarding Encrpytion Enforcement from pg_tde perspective, requires heavy review.