Skip to content

Commit

Permalink
Merge pull request #203 from IABTechLab/cbc-UID2-4454-cloud-encryptio…
Browse files Browse the repository at this point in the history
…n-operator

Setting version to new operator version
  • Loading branch information
cody-constine-ttd authored Jan 9, 2025
2 parents 98047f5 + a01e135 commit 4dc7dc4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conf/default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"att_token_enc_salt": null,
"enforceJwt": false,
"cloud_encryption_keys_metadata_path": null,
"encryption_support_version": "9999"
"encryption_support_version": "5.45.0"
}
2 changes: 1 addition & 1 deletion conf/integ-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"salts_metadata_path": "uid2/salts/metadata.json",
"enforceJwt": false,
"cloud_encryption_keys_metadata_path": "uid2/cloud_encryption_keys/metadata.json",
"encryption_support_version": "9999"
"encryption_support_version": "5.45.0"
}
2 changes: 1 addition & 1 deletion conf/local-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"provide_private_site_data": true,
"enforceJwt": false,
"cloud_encryption_keys_metadata_path": "/com.uid2.core/test/cloud_encryption_keys/metadata.json",
"encryption_support_version": "9999"
"encryption_support_version": "5.45.0"
}
2 changes: 1 addition & 1 deletion conf/local-e2e-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"optout_url": "http://localhost:8081",
"s3_keys_metadata_path": "s3encryption_keys/metadata.json",
"cloud_keys_metadata_path": "cloud_encryption_keys/metadata.json",
"encryption_support_version": "6.0.0"
"encryption_support_version": "5.45.0"
}
2 changes: 1 addition & 1 deletion conf/local-e2e-docker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"core_public_url": "http://core:8088",
"optout_url": "http://optout:8081",
"cloud_encryption_keys_metadata_path": "cloud_encryption_keys/metadata.json",
"encryption_support_version": "6.0.0"
"encryption_support_version": "5.45.0"
}

0 comments on commit 4dc7dc4

Please sign in to comment.