-
Notifications
You must be signed in to change notification settings - Fork 3
feat(sdk): initial obligations support in rewrap flow #748
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
b1ea9e6
feat(core): initial obligations support in rewrap flow
jakedoublev 3788ebf
🤖 🎨 Autoformat
jakedoublev 2fe0892
wip
jakedoublev 3351404
more wip
jakedoublev 7d04691
rm unused import
jakedoublev 2c4109d
🤖 🎨 Autoformat
jakedoublev a17b4ba
lint fix
jakedoublev d1480b9
tests
jakedoublev b19ec8e
🤖 🎨 Autoformat
jakedoublev 9d6db84
move file
jakedoublev aeb3f7d
tdf3 client
jakedoublev 3220c56
cleanup
jakedoublev f07fc3b
obligations method on opentdf reader classes
jakedoublev 342e5a9
requiredObligations on DecoratedReadableStream in tdf3
jakedoublev 00b2121
Merge remote-tracking branch 'origin' into feat/DSPX-1367-obligations
jakedoublev dcc3aac
wip: fetch decision if obligations haven't been set on reader
jakedoublev 8b3d2c0
wip
jakedoublev f8ec06b
🤖 🎨 Autoformat
jakedoublev 8396967
bugfix in case of no data attributes leading to no obligations
jakedoublev 546dc7a
working state
jakedoublev 02d24a5
fix
jakedoublev 74f514c
🤖 🎨 Autoformat
jakedoublev 7f39061
fix comments
jakedoublev 53c1f6f
rm example web app hardcoded attributes and obligations
jakedoublev 6a766ff
unit tests for getRequiredObligations
jakedoublev 32c8f49
improve nullish operators
jakedoublev 3e134f8
cleanup
jakedoublev 058257a
🤖 🎨 Autoformat
jakedoublev b72797c
improvements
jakedoublev 0e1bc27
fix
jakedoublev ed3b4a5
🤖 🎨 Autoformat
jakedoublev ed12407
improve log
jakedoublev 4b57eb3
put back package.json changes
jakedoublev db1d725
pr feedback
jakedoublev bbebc87
🤖 🎨 Autoformat
jakedoublev f84b41b
rm rewrap header for obligations over legacy http for older platforms
jakedoublev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/** Header expected by KAS rewrap containing additional context in base64 encoded JSON */ | ||
export const X_REWRAP_ADDITIONAL_CONTEXT = 'X-Rewrap-Additional-Context'; |
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.