Skip to content

Commit 313cbc7

Browse files
Update content/patterns/layered-zero-trust/lzt-secure-supply-chain.adoc
Co-authored-by: Andrew Block <andy.block@gmail.com>
1 parent 5e1b597 commit 313cbc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/patterns/layered-zero-trust/lzt-secure-supply-chain.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Beyond command-line verification, you can locate the record by using the Rekor s
321321
You can get the URL for the Rekor Search UI by using the following command:
322322
[source,terminal]
323323
----
324-
$ oc get route -n trusted-artifact-signer -l app.kubernetes.io/component=rekor-ui -o jsonpath='{.items[0].spec.host}'
324+
$ echo https://$(oc get route -n trusted-artifact-signer -l app.kubernetes.io/component=rekor-ui -o jsonpath='{.items[0].spec.host}')
325325
----
326326

327327
image::/images/layered-zero-trust/rekor-web-ui.png[Rekor's Search UI]

0 commit comments

Comments
 (0)