Use HashiCorp Vault UI for a Seamless and Intuitive Experience
HashiCorp Vault provides a user interface along with command-line interface (CLI) and application programming interface (API), which allows you to do most operations like seal/unseal, enable secret engines, configure auth methods, write/read secrets, and much more.
Prerequisites
You need a running Vault cluster. Refer to the Shortcut “Run HashiCorp Vault with Helm” for a refresher on running Vault.
Accessing the Vault UI
-
Once you have a running Vault cluster, you can easily expose the Vault UI using the following command:
kubectl port-forward shortcut-vault-0 8200:8200
You should see a forwarding message like this:
-
You can then get to the UI by accessing http://localhost:8200 in your browser. It should look something like this:
-
Use the root token you received during Vault initialization to log in.
Welcome to the Vault UI !
There are some really interesting features of the UI available for you to explore:
- User-friendly interface
-
Vault UI is intuitive and extremely easy to use. You can do almost everything, including secret creation, rotation, deletion ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access