feat: add governed local content encryption provider

This commit is contained in:
2026-08-02 03:40:50 +02:00
parent 858c41d5ad
commit 42f35f8d00
11 changed files with 2318 additions and 26 deletions
+4 -1
View File
@@ -32,11 +32,14 @@ class EncryptionMigrationTests(unittest.TestCase):
"encryption_protection_migrations",
"encryption_recovery_ceremonies",
"encryption_recovery_approvals",
"encryption_local_key_material",
"encryption_local_wrapped_content_keys",
"encryption_local_provider_operations",
}.issubset(tables)
)
with engine.connect() as connection:
self.assertIn(
"d4a6b8c0e2f3",
"e5b7c9d1f3a4",
set(MigrationContext.configure(connection).get_current_heads()),
)
finally: