Vault
Access a HCP Vault Dedicated cluster
Now that you have created a new HCP Vault Dedicated instance, you will need to perform some initial configuration to support your use case. A good practice is enabling auth methods to support user and workload authentication, and enabling secrets engines to store or generate secrets.
Vault Dedicated provides the same type of access as a self-hosted Vault cluster. You can access it through a command line interface (CLI) using the Vault binary, through the Vault API using common programming languages or tools such as cURL, or by using the Vault User Interface (UI).
Access the Vault cluster
From the Overview page, click Generate token in the New admin token card.

Click Copy to copy the new token to your clipboard.

Click Launch web UI.

When the Vault UI launches in a new tab/window, enter the token in the Token field.

Click Sign In.
Notice that your current namespace is admin/.
Summary
You logged into and accessed the Vault Dedicated cluster at the admin
namespace. In Vault Enterprise, each namespace is its own
isolated Vault environment. Learn more about namespaces in the Multi-tenancy
with Namespaces tutorial.
