-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check operator version and provide correct presigned url #136
check operator version and provide correct presigned url #136
Conversation
…hub.com:IABTechLab/uid2-core into wzh-uid2-3574-check-version-update-presignedurl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments - please have a look before merging esp around test cases. But don't want to block you on a merge. Make sure to do a branch deploy and test before merging too
conf/default-config.json
Outdated
@@ -17,5 +17,6 @@ | |||
"att_token_enc_key": null, | |||
"att_token_enc_salt": null, | |||
"enforceJwt": false, | |||
"s3_keys_metadata_path": null | |||
"s3_keys_metadata_path": null, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not forget to add this in the uid2-operator-deployment repo. Suggest you add that before you merge this
pom.xml
Outdated
@@ -109,6 +109,11 @@ | |||
<version>5.2.0</version> | |||
<scope>test</scope> | |||
</dependency> | |||
<dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does byte-buddy do?
assertEquals("error generating attestation token", json2.getString("message")); | ||
JsonObject json2 = response2.bodyAsJsonObject(); | ||
assertEquals("error", json2.getString("status")); | ||
assertEquals("error generating attestation token", json2.getString("message")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
whats up with indentation here?
solution 2: get upgraded info by comparing version info in headers. With unit tests.
need to deploy IABTechLab/uid2-shared#314 first ( update the Const.java)
successful build: https://github.com/IABTechLab/uid2-core/actions/runs/10288910692
successful run in integration: