Skip to content

Commit 5e1b597

Browse files
committed
Add ec documentation
Signed-off-by: Manuel Lorenzo <mlorenzofr@redhat.com>
1 parent 4d469e6 commit 5e1b597

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -446,15 +446,6 @@ This following commands illustrates the process for obtaining the token when usi
446446

447447
.Procedure
448448

449-
. Get the OIDC Issuer URL from Keycloak and set the token URL:
450-
+
451-
[source,terminal]
452-
----
453-
# Get the OIDC Issuer URL from Keycloak route
454-
$ export OIDC_ISSUER_URL="https://$(oc get route -n keycloak-system -l app=keycloak -o jsonpath='{.items[0].spec.host}')/realms/ztvp"
455-
$ export OIDC_TOKEN_URL="${OIDC_ISSUER_URL}/protocol/openid-connect/token"
456-
----
457-
458449
. Obtain the client secret for the RHTPA OIDC client:
459450
+
460451
[source,terminal]
@@ -521,7 +512,8 @@ image::/images/layered-zero-trust/rhtpa-web-ui.png[RHTPA Web UI]
521512
[id="validate-sbom"]
522513
== Validating the SBOM
523514

524-
To verify the integrity and provenance of the SBOM file, specifically confirming that its signature originates from a trusted source and was securely generated, use the `ec` tool.
515+
To verify the integrity and provenance of the SBOM file, specifically confirming that its signature originates from a trusted source and was securely generated, use the `ec` tool. Beyond the verification of attestation and container signatures, Enterprise Contract (`ec`) offers additional capabilities for monitoring supply chain security. Comprehensive details are available within link:https://docs.redhat.com/en/documentation/red_hat_trusted_artifact_signer/1.3/html-single/deployment_guide/index#verifying-signatures-on-container-images-with-conforma-openshift_deploy[Red{nbsp}Hat Trusted Artifact Signer Deployment Guide].
516+
525517

526518
You can install the `ec` tool by directly downloading it from the `cli-server` pod.
527519

0 commit comments

Comments
 (0)