read
Reads the details of a specific log entry.
Usage
vhsm nitride log read <workload>/<time>/<nonce> [flags]
<workload>
: the workload name<time>
: the timestamp when the log was created<nonce>
: a unique identifier for the log entry
Flags
Example
vhsm nitride log read 3a06c363-8a72-4d29-b300-20f00ed21083/2025-07-14T02:04:25.306610579Z_
Output
Key Value
--- -----
nonce n/a
request map[client_id:0DHqvq2D77kL2/JTPSZkTMJbkFVmUu0TzMi0jiXcFy8= connection:map[remote_addr:192.168.65.1 remote_port:46902] data:map[-format:json report:eyJWZXJzaW9uIjoxLCJQcm92aWRlciI6ImxvY2FsLW5vbmUtZGVidWciLCJBdHRlc3RhdGlvbiI6eyJOb25jZSI6IjdmOGUyYzFhKzRiMmUrNGMxYis5ZTJhKzFhMmIzYzRkNWU2ZiJ9fQo=
] id:000378df-9753-b063-82fa-0c154cffbcf8 mount_accessor:auth_ratls_416e7f00 mount_class:auth mount_point:auth/ratls/ mount_running_version:v1.4.3+builtin.vault mount_type:ratls operation:update path:attestations/3a06c363-8a72-4d29-b300-20f00ed21083/report unauthenticated:true]
response map[data:map[error:failed attestation: local-none-debug: failed updating: no nonce was set]]
time 2025-07-14T02:04:25.306610579Z
workload 3a06c363-8a72-4d29-b300-20f00ed21083
Additional Example
Read a specific log entry with a custom namespace:
vhsm nitride log read vtpm-ubuntu/1751893334_abcdef123456 -namespace=prod
Output
Key Value
--- -----
nonce n/a
request map[client_id:0DHqvq2D77kL2/JTPSZkTMJbkFVmUu0TzMi0jiXcFy8= connection:map[remote_addr:192.168.65.1 remote_port:46902] data:map[-format:json report:eyJWZXJzaW9uIjoxLCJQcm92aWRlciI6ImxvY2FsLW5vbmUtZGVidWciLCJBdHRlc3RhdGlvbiI6eyJOb25jZSI6IjdmOGUyYzFhKzRiMmUrNGMxYis5ZTJhKzFhMmIzYzRkNWU2ZiJ9fQo=
] id:000378df-9753-b063-82fa-0c154cffbcf8 mount_accessor:auth_ratls_416e7f00 mount_class:auth mount_point:auth/ratls/ mount_running_version:v1.4.3+builtin.vault mount_type:ratls operation:update path:attestations/3a06c363-8a72-4d29-b300-20f00ed21083/report unauthenticated:true]
response map[data:map[error:failed attestation: local-none-debug: failed updating: no nonce was set]]
time 2025-07-14T02:04:25.306610579Z
workload 3a06c363-8a72-4d29-b300-20f00ed21083
Last updated
Was this helpful?