aws / aws/aws-dynamodb-encryption-python
AwsKmsCryptographicMaterialsProvider Design/Behavior Improvements
- Langage dominant
- Python
- Étoiles
- 95
- Forks
- 57
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
### Problem:
The correct behavior of the DirectKMSMaterialProvider is to use the configured CMK on encrypt, and to let KMS determine the correct CMK to use on Decrypt (this is a common KMS pattern, as KMS ciphertext stores the CMK used as metadata).
However, this behavior for DirectKMSMaterialProvider is potentially confusing, as customers may expect that the CMK configured on the CMP is also "used" to decrypt, and may be surprised if decryption succeeds even though the configured CMK was not the CMK used to encrypt the data.
### Solution:
Since the original DirectKMSMaterialProvider was designed, KMS has introduced a `keyId` param on Decrypt that ensures the call fails if a different key was used to encrypt the ciphertext.
We should consider either updating or replacing the DirectKMSMaterialProvider to allow enforcing a particular key on decrypt, similar to the Strict vs. Discovery modes expressed by the AWS Encryption SDK's Keyrings and Master Key Providers.
Our new design should:
- maintain API parity between the DDBEC for Python and Java.
- be as simple as possible to reason about.
- minimize possible "modes" for behavior, and ensure that any "mode" needs to be explicitly chosen by customers on config.
- ensure that any default configuration/behavior chooses the safest/most conservative option for customers.
Guide de contribution
Ouvrir le guide de contribution
Piste de recherche
L’issue ne nomme ni fichiers ni tests. Commencez par examiner DirectKMSMaterialProvider et le comportement de keyId de KMS Decrypt, puis définissez un mode de clé de déchiffrement explicitement sélectionné qui préserve la parité des API Python/Java et utilise la valeur par défaut la plus sûre.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- aws, python
- Domaine
- security
- Type d'issue
- Fonctionnalité
- Difficulté
- 5/5
- Temps estimé
- Plus d'une semaine
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 25/100