-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Assertion verification key input (#412)
* use assertionverificationkeys type * 🤖 🎨 Autoformat Signed-off-by: Elizabeth Healy <[email protected]> * try installing playwright at a different version * remove --with-deps from wait and test script playwright install * use ubuntu 22.04 * use the right realm name * suggested changes * fix clients and attributes * fix kas endpoint * ignoreallowlist * skip cli tests --------- Signed-off-by: Elizabeth Healy <[email protected]> Co-authored-by: elizabethhealy <[email protected]>
- Loading branch information
1 parent
47a5287
commit 5be9bb1
Showing
9 changed files
with
46 additions
and
60 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,14 @@ Sample round trip execution: | |
echo hello-world >sample.txt | ||
bin/opentdf.mjs encrypt \ | ||
--kasEndpoint http://localhost:65432/api/kas \ | ||
--oidcEndpoint http://localhost:65432/auth/realms/tdf \ | ||
--oidcEndpoint http://localhost:65432/auth/realms/opentdf \ | ||
--auth tdf-client:123-456 \ | ||
--containerType tdf3 \ | ||
--output sample.tdf \ | ||
sample.txt | ||
bin/opentdf.mjs \ | ||
--kasEndpoint http://localhost:65432/api/kas \ | ||
--oidcEndpoint http://localhost:65432/auth/realms/tdf \ | ||
--oidcEndpoint http://localhost:65432/auth/realms/opentdf \ | ||
--auth tdf-client:123-456 \ | ||
--containerType tdf3 \ | ||
--userId [email protected] \ | ||
|
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