hashicorp / hello-vault-go

Runnable examples in Go of how to integrate an application with HashiCorp Vault.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting error on vault server health status for Sample-app

Naveenkhasyap opened this issue · comments

Hi Vault team,
Tried running the sample web app for golang by cloning the repo, I was able to run quick-start app perfectly fine but the sample-app is not running , when I execute the run.sh it throws the error as below. help appreciated.

vault-error

Hello @Naveenkhasyap the first thing I would check is that no other processes are using the port the sample-app-vault-server requires. If you check the output of docker ps -a is there anything (possibly a leftover from running the quickstart) using port 8200?

Hi @Naveenkhasyap, if you are still experiencing this issue, could you please share the output of the following:

docker logs sample-app-vault-server-1

Closing this for now, please feel free to reopen if this is still an issue.