Vault
Access a HCP Vault Dedicated cluster
Now that Oliver created a new HCP Vault Dedicated cluster, they will need to perform some initial configuration to support HashiCups use case. A good practice is to first enable one or more supported auth methods to support user authentication and create a limited scope admin policy to configure Vault.
Once Oliver and the HashiCups Vault admins are able to log in, they will enable additional auth methods to authenticate their workloads, and enable 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).
Prerequisites
- Completed the Create a Vault Cluster on HashiCorp Cloud Platform (HCP) tutorial.
Access the Vault cluster
(Persona: operations)
Oliver will access the HCP Vault Dedicated cluster using the admin token. An admin token is a powerful token, similar to having local administrator or root access to your operating system. You should use the admin token for initial configuration or emergency access.
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.

The Launch web UI button connects you to the Vault UI through the HCP Proxy. Recall from the previous tutorial that the HCP Proxy allows you to connect to your HCP Vault cluster's UI with, or without enabling public access.
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 learned how to log into HCP Vault using the UI, CLI, and API using the token
auth method. Once logged in, you verified you authenticated to the admin
namespace. In Vault Enterprise, each namespace is its own isolated Vault
environment.
Next steps
Next you will learn more about creating and managing namespaces in the Enable multi-tenancy tutorial.
