Create a namespace

Learn to create a namespace for the attestation

Create a namespace

Example:

vhsm namespace create test

This 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=testing

Verify that the namespace is created

Example:

vhsm namespace list

Output:

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 test namespace.

Last updated

Was this helpful?