git2consul
git2consul copied to clipboard
Mirrors the contents of a git repository into Consul KVs.
Hi, I am working with git2Consul in Windows. I am trying to run the example that was given as "First Step" there is config git2consul.json { "version": "1.0", "repos" :...
Currently git2consul pushes it's configuration (if one is passed) to the Consul KV before pulling and using it. However, this doesn't really buy us anything and can potentially introduce race...
My test.json looks something like this : ``` { "url":"http://127.0.0.1:80", "web.host1": "xyz.com", "web.host2": "abc.com" } ``` When I run git2consul, it just blindly puts this value in consul with **_test.json_**...
I tried to use git2consul to connect the consul agent using the **"impress-MCP/docker-git2consul"** docker image but not supported. As per docker connection, it needs node IP/ container IP but Cloud...
Hello Team, while running git2consul I am reading yaml file and list mentioned in it is not gettig exported to consul. All other entries are properly updated . My yaml...
While checking the value of the existing key if the value is null then doing toString() will throw null pointer exception.
When a git repo that is configured cannot be accessed an error like below appears in the log: {"name":"git2consul","hostname":"3cba13b113c4","pid":1,"level":50,"msg":"Failed to create repos due to Failed to load repo bla/bla due...
Is a new release planned anytime soon? Great project, numerous outstanding PRs etc
Hello, git2consul crashes on Windows because the function `process.getuid()` does not exist. With this fix, on Windows, we assume that the directory is always writable.
Added Ignore filename option, `ignore_file_name` is a repo-level option that, when set to true the file name would be omitted from the prefix. Usage example : ```javascript { "version": "1.0",...