breser / git2consul

Mirrors the contents of a git repository into Consul KVs.
Other
763 stars 164 forks source link

Git2Consul does not support keys containing '[' and ']' #168

Closed ngzuda closed 6 years ago

ngzuda commented 6 years ago

Hi,

We have issue with the following property:- test[0] = apple the output we are getting for the key is test%5B0%5D.

Any solution for this?

ngzuda commented 6 years ago

https://github.com/breser/git2consul/pull/170

ngzuda commented 6 years ago

Closing issue as the a forked with fix has been used.