Create Attestation
Creating attestation
Create a attestation.json file that defines how vHSM verifies identities and applies the policy.
Example:
{
"name": "basic-attestation",
"policy": "nitride-policy"
"namespace": "test"
}Where:
"name": Logical name of the attestation profile.
"policy": The policy to apply after successful attestation
"namespace": The namespace in which the attestation should be created.
Create the attestation profile
Example:
vhsm nitride attestation create @attestation.jsonOutput:
Verify that the attestation profile exists
Example:
Output:
View details of the profile:
Verify if the attestation was successful
Example:
Output:
This output confirms that vHSM successfully interacted with the attestation service regarding the specified workload and received an authentication token with specific policies attached, indicating a successful attestation or a simulated attestation outcome. For more information, see vHSM Nitride CLI.
Last updated
Was this helpful?