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.

Thursday, January 5, 2017

Golang Install: Uanapproved caller. SecurityAgent may only be invoked by Apple software.

Trying to install golang 1.7.4 on Mac OS X I got the following error:

Uanapproved caller.

SecurityAgent may only be invoked by Apple software.
Reboot.