Project

General

Profile

Bug #17042

Updated by Alexis Mousset about 4 years ago

Vault and Consul plugins (at least) hardcode @/usr/bin/curl@ as curl path. plugin at least hardcodes @/usr/bin/curl@. It should be able to use the embedded curl binary when it's there to avoid depending on system curl. 

 The right value to use is @${ncf_paths.path[curl]}@

Back