Closed ozbillwang closed 8 years ago
install consul and vault at same instance and clustered (totally 3 instances)
When run consulate kv backup -b -f consult.json I got an empty file:
consulate kv backup -b -f consult.json
$ cat consult.json []
Then I did below test:
run consul members I can see them all.
consul members
vault works fine.
login http://<consule_IP>:8500, I can see the services of both consul and vault and all nodes.
http://<consule_IP>:8500
consul
vault
But when click key/value, there is no any key/value displayed.
key/value
What should I check?
I don't really know as I've never used consulate. I recommend opening an issue on their issue tracker. Sorry!
install consul and vault at same instance and clustered (totally 3 instances)
When run
consulate kv backup -b -f consult.json
I got an empty file:Then I did below test:
run
consul members
I can see them all.vault works fine.
login
http://<consule_IP>:8500
, I can see the services of bothconsul
andvault
and all nodes.But when click
key/value
, there is no any key/value displayed.What should I check?