Error loading configuration from <Path>\Vault: Error loading <Path>\Vault\server.json: At 1:1: illegal char
{
"listener": {
"tcp": {
"address": "192.168.50.200:8200",
"tls_disabled": true
}
},
"storage": {
"file": {
"path": "vault"
}
}
}One thing to note is that I've tried this on Version 0.6.5 and 0.7.0
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/8c9e738c-b1cf-49c6-9e2a-3281b15cff50%40googlegroups.com.
{
"listener": {
"tcp": {
"address": "192.168.50.200:443",
"tls_disable": "true"
}
},
"backend": {
"file": {
"path": "D:\\vault\\storage"
}
}
}Hi Craig,I found two issues:1) The key is "tls_disable" not "tls_disabled" -- it's right in your HCL but not your JSON2) The value for "tls_disable" is a string. In HCL we accept either but the JSON is stricter. So it needs to be "true" not true.Best,Jeff
On Fri, Mar 31, 2017 at 7:11 AM, Craig Irvin <irv...@gmail.com> wrote:
One thing to note is that I've tried this on Version 0.6.5 and 0.7.0
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/57399ba6-df6d-487e-bac0-1594f99adaac%40googlegroups.com.