feat(encryption): add governed DSAR coverage

This commit is contained in:
2026-08-21 13:15:26 +02:00
parent 898d68aa1a
commit 277d5f01e4
4 changed files with 963 additions and 0 deletions
+2
View File
@@ -12,6 +12,7 @@ from govoplan_core.core.encryption import (
CAPABILITY_ENCRYPTION_RECOVERY,
)
from govoplan_encryption.backend.manifest import get_manifest
from govoplan_encryption.backend.dsar_provider import ENCRYPTION_DSAR_CAPABILITY
from govoplan_encryption.backend.local_provider import LOCAL_PROVIDER_ID
@@ -28,6 +29,7 @@ class EncryptionManifestTests(unittest.TestCase):
CAPABILITY_ENCRYPTION_CONTENT_CIPHER,
CAPABILITY_ENCRYPTION_RECOVERY,
CAPABILITY_ENCRYPTION_DISABLE_PREFLIGHT,
ENCRYPTION_DSAR_CAPABILITY,
f"{CAPABILITY_ENCRYPTION_KEY_MATERIAL_PROVIDER_PREFIX}{LOCAL_PROVIDER_ID}",
f"{CAPABILITY_ENCRYPTION_CONTENT_CIPHER_PROVIDER_PREFIX}{LOCAL_PROVIDER_ID}",
},