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
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
157
+
encrypt --kas-url=http://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
158
158
159
159
java -jar target/cmdline.jar \
160
160
--client-id=opentdf-sdk \
161
161
--client-secret=secret \
162
-
--platform-endpoint=localhost:8080 \
162
+
--platform-endpoint=http://localhost:8080 \
163
163
-h\
164
164
decrypt -f test.tdf > decrypted
165
165
166
166
java -jar target/cmdline.jar \
167
167
--client-id=opentdf-sdk \
168
168
--client-secret=secret \
169
-
--platform-endpoint=localhost:8080 \
169
+
--platform-endpoint=http://localhost:8080 \
170
170
-h\
171
171
metadata -f test.tdf > metadata
172
172
@@ -188,14 +188,14 @@ jobs:
188
188
java -jar target/cmdline.jar \
189
189
--client-id=opentdf-sdk \
190
190
--client-secret=secret \
191
-
--platform-endpoint=localhost:8080 \
191
+
--platform-endpoint=http://localhost:8080 \
192
192
-h\
193
193
encryptnano --kas-url=http://localhost:8080 --attr https://example.com/attr/attr1/value/value1 -f data -m 'here is some metadata' > nano.ntdf
194
194
195
195
java -jar target/cmdline.jar \
196
196
--client-id=opentdf-sdk \
197
197
--client-secret=secret \
198
-
--platform-endpoint=localhost:8080 \
198
+
--platform-endpoint=http://localhost:8080 \
199
199
-h\
200
200
decryptnano -f nano.ntdf > decrypted
201
201
@@ -215,14 +215,14 @@ jobs:
215
215
java -jar target/cmdline.jar \
216
216
--client-id=opentdf-sdk \
217
217
--client-secret=secret \
218
-
--platform-endpoint=localhost:8080 \
218
+
--platform-endpoint=http://localhost:8080 \
219
219
-h\
220
-
encrypt --kas-url=localhost:8080 --mime-type=text/plain --with-assertions=$ASSERTIONS --autoconfigure=false -f data -m 'here is some metadata' > test.tdf
220
+
encrypt --kas-url=http://localhost:8080 --mime-type=text/plain --with-assertions=$ASSERTIONS --autoconfigure=false -f data -m 'here is some metadata' > test.tdf
221
221
222
222
java -jar target/cmdline.jar \
223
223
--client-id=opentdf-sdk \
224
224
--client-secret=secret \
225
-
--platform-endpoint=localhost:8080 \
225
+
--platform-endpoint=http://localhost:8080 \
226
226
-h\
227
227
decrypt -f test.tdf > decrypted
228
228
@@ -246,14 +246,14 @@ jobs:
246
246
java -jar target/cmdline.jar \
247
247
--client-id=opentdf-sdk \
248
248
--client-secret=secret \
249
-
--platform-endpoint=localhost:8080 \
249
+
--platform-endpoint=http://localhost:8080 \
250
250
-h\
251
-
encrypt --kas-url=localhost:8080 --mime-type=text/plain --with-assertions="$SIGNED_ASSERTIONS_HS256" --autoconfigure=false -f data -m 'here is some metadata' > test.tdf
251
+
encrypt --kas-url=http://localhost:8080 --mime-type=text/plain --with-assertions="$SIGNED_ASSERTIONS_HS256" --autoconfigure=false -f data -m 'here is some metadata' > test.tdf
encrypt --kas-url=localhost:8080 --mime-type=text/plain --with-assertions "$SIGNED_ASSERTIONS_RS256" --autoconfigure=false -f data -m 'here is some metadata' > test.tdf
272
+
encrypt --kas-url=http://localhost:8080 --mime-type=text/plain --with-assertions "$SIGNED_ASSERTIONS_RS256" --autoconfigure=false -f data -m 'here is some metadata' > test.tdf
0 commit comments