-
Notifications
You must be signed in to change notification settings - Fork 24
feat(sdk): Pass dpop key through to rewrap
#435
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
32 commits
Select commit
Hold shift + click to select a range
5c19f24
feat(sdk): pass the dpop through
mkleene 294016d
make this still work if the key is not passed
mkleene 3633163
lint and encapsulate getting the key from the context
mkleene 00dcd28
just use the context, no HTTP headers
mkleene 2b86cfd
lint
mkleene d956bf1
lint
mkleene bd9c2f8
Merge remote-tracking branch 'origin/main' into pass-dpop-token-through
mkleene 763b435
fix rewrap test
mkleene c01cd70
fix rewrap test
mkleene d499c80
use the right padding
mkleene 761bf7a
bad merge?
mkleene bc35b2e
try using that keycloak
mkleene 47b8a54
bump
mkleene c49294f
enable auth and provision protocol mapper
mkleene 1733df0
allow the endpoints that do not require auth
mkleene c053c0f
Merge branch 'main' into pass-dpop-token-through
mkleene 0a9095e
Update docker-compose.yaml
mkleene 717e4d3
Merge branch 'main' into pass-dpop-token-through
mkleene e357157
Merge remote-tracking branch 'origin/main' into pass-dpop-token-through
mkleene ccaff46
fix tests
mkleene 5b80b12
fix tests
mkleene ab0a709
fix import
mkleene a84ed60
sort out permissions
mkleene 22312c8
allow unauthenticated rewraps
mkleene f45e635
lint
mkleene b1d30dd
make this work with auth disabled
mkleene 03fdc15
Merge branch 'main' into pass-dpop-token-through
mkleene cb4079b
ignore this for now
mkleene bfa8088
Merge remote-tracking branch 'origin/main' into pass-dpop-token-through
mkleene c9246ba
use the right docker compose
mkleene 792a534
add the sdk
mkleene a88dd11
use a constant instead
mkleene 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -114,6 +114,7 @@ jobs: | |
| - run: go install github.com/fullstorydev/grpcurl/cmd/[email protected] | ||
| - run: grpcurl -plaintext localhost:8080 list | ||
| - run: grpcurl -plaintext localhost:8080 grpc.health.v1.Health.Check | ||
| - run: grpcurl -plaintext localhost:8080 kas.AccessService/PublicKey | ||
| - run: curl --show-error --fail --insecure localhost:8080/kas/v2/kas_public_key | ||
| - run: go run examples/main.go encrypt "Hello Virtru" | ||
| - run: go run examples/main.go decrypt sensitive.txt.tdf | ||
|
|
||
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
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.
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.