-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(sdk): add a test that has assertion statement values as objects (#…
…245) Filewatcher sets assertion values as JSON objects like ``` "statement": { "format": "string", "value": { "context": { "@base": "urn:nato:stanag:5636:A:1:elements:json" }, "ocl": { "catl": [ { "name": "Releasable To", "type": "P", "vals": [ "usa" ] } ], "pol": "2ccf11cb-6c9a-4e49-9746-a7f0a295945d", "cls": "SECRET", "dcr": "2024-12-17T13:00:52Z" } } ``` this adds a test that makes sure that all SDKs can properly deserialize such manifests when they have assertion verification disabled. In order to make this work we needed to pass through an option that disables assertion verification. Requires opentdf/platform#1833 and opentdf/java-sdk#219 to be merged before it will pass successful run against SDK branches: https://github.com/opentdf/tests/actions/runs/12992325319/job/36231902231
- Loading branch information
Showing
6 changed files
with
34 additions
and
9 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters