Friday, January 27, 2017

Vault: Error checking seal status: ... Forbidden

$ vault status
Error checking seal status: Get https://vault.internal-domain:8200/v1/sys/seal-status: Forbidden
There was this issue suggesting it was a problem with the storage backend. In my case it was having HTTP_PROXY set in the environment and the proxy won't allow the connection. unset HTTP_PROXY fixed the issue.

1 comment:

Note: Only a member of this blog may post a comment.