Hi All,
Im having some initial config issues getting vault up and running on Ubuntu 16.04
Vault is running and ive unsealed the Consul backend but everytime i run vault <insert function> i get the following error
{"errors":["missing client token"]}
Ive read lots of posts, but im not making any real progress so thought id post it up here.
Config Info
I configured a 3 node Consul cluster which is running under a separate consul user. Ive added the necessary permissions to allow this to start consul without sudo
Vault is started and pointing at consul as the backend. Everything is initialized and unsealed
==> Vault server configuration:
Backend: consul (HA available)
Cgo: disabled
Listener 1: tcp (addr: "
0.0.0.0:8200", cluster address: "", tls: "disabled")
Log Level: info
Mlock: supported: true, enabled: true
Version: Vault v0.6.5
Version Sha: 5d8d702f33b5fd965cbe8d6d0728295de813a196
==> Vault server configuration:
{
"backend":{
"consul":{
"address":"XXX.XX.XXX.10:8500",
"path":"vault",
"scheme":"http",
"tls_skip_verify" : 1
}
},
"listener":{
"tcp":{
"tls_disable":1
}
}
}