Skip to content

Commit 4dc7dc4

Browse files
Merge pull request #203 from IABTechLab/cbc-UID2-4454-cloud-encryption-operator
Setting version to new operator version
2 parents 98047f5 + a01e135 commit 4dc7dc4

5 files changed

+5
-5
lines changed

conf/default-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"att_token_enc_salt": null,
1919
"enforceJwt": false,
2020
"cloud_encryption_keys_metadata_path": null,
21-
"encryption_support_version": "9999"
21+
"encryption_support_version": "5.45.0"
2222
}

conf/integ-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
"salts_metadata_path": "uid2/salts/metadata.json",
2020
"enforceJwt": false,
2121
"cloud_encryption_keys_metadata_path": "uid2/cloud_encryption_keys/metadata.json",
22-
"encryption_support_version": "9999"
22+
"encryption_support_version": "5.45.0"
2323
}

conf/local-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"provide_private_site_data": true,
2121
"enforceJwt": false,
2222
"cloud_encryption_keys_metadata_path": "/com.uid2.core/test/cloud_encryption_keys/metadata.json",
23-
"encryption_support_version": "9999"
23+
"encryption_support_version": "5.45.0"
2424
}

conf/local-e2e-config.json

+1-1
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": "6.0.0"
38+
"encryption_support_version": "5.45.0"
3939
}

conf/local-e2e-docker-config.json

+1-1
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": "6.0.0"
36+
"encryption_support_version": "5.45.0"
3737
}

0 commit comments

Comments
 (0)