kelseyhightower / confd

Manage local application configuration files using templates and data from etcd or consul
MIT License
8.33k stars 1.41k forks source link

Shipped confd binary not working for OS X "Big Sur" #842

Open rb-cohen opened 3 years ago

rb-cohen commented 3 years ago

Colleagues on Big Sur ran into issues running confd. The confd process would immediately be killed, even running confd --version.

Compiling confd following the instructions in README.md got things working again.

Not sure if this is caused by a security check or a compilation issue. Compiling from source has been a useful workaround for now until we figure out the root cause or migrate from confd.

abtreece commented 3 years ago

Hey @rb-cohen

I've been intermittently advancing my fork of confd and have some recent releases which run without issue on Big Sur.

$ sw_vers
ProductName:    macOS
ProductVersion: 11.2.1
BuildVersion:   20D74
$ bin/confd-0.17.2-darwin-amd64 --version
confd 0.17.2 (Git SHA: 00f9716, Go Version: go1.12.6)

https://github.com/abtreece/confd/releases

sumanthkumarc commented 2 years ago

have same issue as mentioned in https://github.com/kelseyhightower/confd/issues/842#issue-790191796

I had to use @abtreece fork to make this work on mac.