Running OSS Vault locally

I am trying to run OSS Vault locally. I have setup go and cloned the repo. I am tried go run main.go but it doesnt seem to be right. How can I setup my local machine to run oss vault locally. There seems to be no documentation as to how to run locally for development. Can someone help me out?

  1. Download the Vault binary from the website for your system/architecture:
    Downloads | Vault by Hashicorp
  2. Start the Vault server in development mode: vault server -dev

Documentation: Dev Server Mode | Vault by HashiCorp
Getting Started: Your First Secret | Vault - HashiCorp Learn

1 Like