Actions
Bug #17042
closedPlugins should not use a hardcoded path for curl
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
Vault and Consul plugins (at least) hardcode /usr/bin/curl
as curl path. 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]}
Actions