Skip to content

Commit 37d2bfa

Browse files
Merge pull request #208 from IABTechLab/cbc-fix-core-encryption-version
Fix core local encryption support version
2 parents d938ac0 + 87052e9 commit 37d2bfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conf/local-e2e-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
"optout_url": "http://localhost:8081",
3636
"s3_keys_metadata_path": "s3encryption_keys/metadata.json",
3737
"cloud_keys_metadata_path": "cloud_encryption_keys/metadata.json",
38-
"encryption_support_version": "5.45.0"
38+
"encryption_support_version": "6.0.0"
3939
}

conf/local-e2e-docker-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"core_public_url": "http://core:8088",
3434
"optout_url": "http://optout:8081",
3535
"cloud_encryption_keys_metadata_path": "cloud_encryption_keys/metadata.json",
36-
"encryption_support_version": "5.45.0"
36+
"encryption_support_version": "6.0.0"
3737
}

0 commit comments

Comments
 (0)