You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the cloud providers have a (http based) metadata api for nodes to fetch some information about themself.
It would be nice if converge would have a url module to fetch those resources and be able to parse the response (mostly JSON afaik) into usable variables.
The text was updated successfully, but these errors were encountered:
This feature has been discussed and it's something we'd definitely like to have support for in some form. Rather than a URL module we're likely to implement a more general solution for getting data from external data sources, including both cloud provider metadata as well as info from things like consul, etcd, vault, etc.
It doesn't look like we have an existing issue outlining this exact use-case though so I'm going to go ahead and tag it so we can take a look soon.
Most of the cloud providers have a (http based) metadata api for nodes to fetch some information about themself.
It would be nice if converge would have a url module to fetch those resources and be able to parse the response (mostly JSON afaik) into usable variables.
The text was updated successfully, but these errors were encountered: