Skip to content

Commit 1fb6cb4

Browse files
committed
fix: Downgrade decrypt oracle commitment policy (aws#338)
The policy set earlier doesn’t exist in the 1.x branch. and this value should be perfectly equivalent since the decrypt oracle only decrypts.
1 parent 92deb3c commit 1fb6cb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decrypt_oracle/test/integration/integration_test_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
_KMS_MKP = None
3030
_ENDPOINT = None
3131

32-
CLIENT = aws_encryption_sdk.EncryptionSDKClient(commitment_policy=CommitmentPolicy.REQUIRE_ENCRYPT_ALLOW_DECRYPT)
32+
CLIENT = aws_encryption_sdk.EncryptionSDKClient(commitment_policy=CommitmentPolicy.FORBID_ENCRYPT_ALLOW_DECRYPT)
3333

3434

3535
def decrypt_endpoint() -> Text:

0 commit comments

Comments
 (0)