You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/checks.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -138,21 +138,21 @@ jobs:
138
138
--client-id=opentdf-sdk \
139
139
--client-secret=secret \
140
140
--platform-endpoint=localhost:8080 \
141
-
-i -h \
141
+
-h\
142
142
encrypt --kas-url=localhost:8080 --mime-type=text/plain --attr https://example.com/attr/attr1/value/value1 --autoconfigure=false -f data -m 'here is some metadata' > test.tdf
143
143
144
144
java -jar target/cmdline.jar \
145
145
--client-id=opentdf-sdk \
146
146
--client-secret=secret \
147
147
--platform-endpoint=localhost:8080 \
148
-
-i -h \
148
+
-h\
149
149
decrypt -f test.tdf > decrypted
150
150
151
151
java -jar target/cmdline.jar \
152
152
--client-id=opentdf-sdk \
153
153
--client-secret=secret \
154
154
--platform-endpoint=localhost:8080 \
155
-
-i -h \
155
+
-h\
156
156
metadata -f test.tdf > metadata
157
157
158
158
if ! diff -q data decrypted; then
@@ -174,14 +174,14 @@ jobs:
174
174
--client-id=opentdf-sdk \
175
175
--client-secret=secret \
176
176
--platform-endpoint=localhost:8080 \
177
-
-i -h \
177
+
-h\
178
178
encryptnano --kas-url=http://localhost:8080 --attr https://example.com/attr/attr1/value/value1 -f data -m 'here is some metadata' > nano.ntdf
179
179
180
180
java -jar target/cmdline.jar \
181
181
--client-id=opentdf-sdk \
182
182
--client-secret=secret \
183
183
--platform-endpoint=localhost:8080 \
184
-
-i -h \
184
+
-h\
185
185
decryptnano -f nano.ntdf > decrypted
186
186
187
187
if ! diff -q data decrypted; then
@@ -216,21 +216,21 @@ jobs:
216
216
--client-id=opentdf-sdk \
217
217
--client-secret=secret \
218
218
--platform-endpoint=localhost:8080 \
219
-
-i -h \
219
+
-h\
220
220
encrypt --kas-url=localhost:8080,localhost:8282 -f data -m 'here is some metadata' > test.tdf
0 commit comments