File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ pip install veritas-collectd
5252### 2. Bare Metal Cluster Access
5353
5454You need:
55+
5556- A running bare metal cluster with Intel TDX or AMD SEV-SNP hardware
5657- KataConfig deployed and in Ready state
5758- At least one kata pod successfully running (proves TEE is functional)
@@ -61,6 +62,7 @@ You need:
6162You need write access to the Vault instance at ` secret/data/hub/firmwareReferenceValues ` .
6263
6364If using the pattern's default Vault setup:
65+
6466``` bash
6567# Get Vault root token from cluster
6668oc get secret -n vault vault-init -o jsonpath=' {.data.root_token}' | base64 -d
@@ -113,6 +115,7 @@ make push-firmware-refvals REFVALS_FILE=./refvals-*.json
113115```
114116
115117This script:
118+
1161191 . Extracts firmware measurements from veritas JSON
1171202 . Converts to the KBS/RVPS expected format (arrays of hex strings)
1181213 . Pushes to Vault at ` secret/data/hub/firmwareReferenceValues `
You can’t perform that action at this time.
0 commit comments