Create a namespace
Learn to create a namespace for the attestation
Create a namespace
Example:
vhsm namespace create testThis creates a namespace named test under the current namespace context of your authenticated token.
Output
Key Value
--- -----
custom_metadata map[]
id test
path test/(Optional) Add custom metadata during creation:
vhsm namespace create test -custom-metadata=owner=enclaive,env=testingVerify that the namespace is created
Example:
vhsm namespace listOutput:
Keys
----
root
test/Namespace creation requires proper permissions for the parent namespace.
All operations that follow—like attestation, identity, or policy management— are scoped within the
testnamespace.
Last updated
Was this helpful?