User story #12156
closedAbstract inventory upload / uuid access to support all common tools
Description
Rudder does its inventory upload and the policy uuid detection using http(s).
We have the following tools for downloading currently supported:
curl, minicurl
In Unix OS, the common tools are:
curl, wget, fetch (with some limitations)
It would be good to at least also support wget. It seems to work:
https://superuser.com/questions/86043/linux-command-line-tool-for-uploading-files-over-http-as-multipart-form-data
Fetch seems to not support webdav, but uploads are supported.
I'm not sure if that is enough.
One could also deal with minicurl, which would probably work cross-platform.
Or something more modern, I'm sure there's more.
What I'd really like is to:
Simply be certain Rudder will be able to connect and do its stuff, by itself.
Updated by Benoît PECCATTE over 5 years ago
- Target version set to Ideas (not version specific)
Updated by Alexis Mousset almost 3 years ago
- Status changed from New to Resolved
done with rudder_client in 7.0, and global usage of curl everywhere in 6.x.