You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run git2consul, it just blindly puts this value in consul with test.json as key name and the content pasted above as value.
Should it not create a key names like test/url, test/web.host1, test/web.host2 and put values like http://127.0.0.1:80, xyz.com, abc.com under those key names?
Am I doing something wrong?
Attached consul screenshot below :
Thanks!
The text was updated successfully, but these errors were encountered:
@ksachdeva11 I am facing the initial problem you have described. I am not sure where you are adding the expand_keys parameter. I tried as bellow:
{
"url":"http://127.0.0.1:80",
"web.host1": "xyz.com",
"web.host2": "abc.com",
"ignore_file_extension": "true",
"expand_keys": "true"
}
It added the entire json to the KV as your initial problem described. Can you please help me troubleshoot this ?
My test.json looks something like this :
When I run git2consul, it just blindly puts this value in consul with test.json as key name and the content pasted above as value.
Should it not create a key names like test/url, test/web.host1, test/web.host2 and put values like http://127.0.0.1:80, xyz.com, abc.com under those key names?
Am I doing something wrong?
Attached consul screenshot below :
Thanks!
The text was updated successfully, but these errors were encountered: