Skip to content

Commit

Permalink
ignoreallowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethhealy committed Dec 18, 2024
1 parent daecea0 commit 8be27ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/roundtrip/encrypt-decrypt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _nano_test() {
echo "Hello World ${counter}" >"./${plain}"
npx "$1" --log-level DEBUG \
--kasEndpoint http://localhost:65432/kas \
--allowList http://localhost:65432 \
--ignoreAllowList \
--oidcEndpoint http://localhost:65432/auth/realms/opentdf \
--auth opentdf:secret \
--output sample.txt.ntdf \
Expand All @@ -24,6 +24,7 @@ _nano_test() {

npx "$2" --log-level DEBUG \
--kasEndpoint http://localhost:65432/kas \
--ignoreAllowList \
--oidcEndpoint http://localhost:65432/auth/realms/opentdf \
--auth opentdf:secret \
--output sample_out.txt \
Expand All @@ -43,6 +44,7 @@ _tdf3_test() {
echo "Hello World ${counter}" >"${plain}"
npx "$1" --log-level DEBUG \
--kasEndpoint http://localhost:65432/kas \
--ignoreAllowList \
--oidcEndpoint http://localhost:65432/auth/realms/opentdf \
--auth opentdf:secret \
--output sample.txt.tdf \
Expand All @@ -54,6 +56,7 @@ _tdf3_test() {

npx "$2" --log-level DEBUG \
--kasEndpoint http://localhost:65432/kas \
--ignoreAllowList \
--oidcEndpoint http://localhost:65432/auth/realms/opentdf \
--auth opentdf:secret \
--output sample_out.txt \
Expand Down

0 comments on commit 8be27ec

Please sign in to comment.