Actions
User story #12156
closedAbstract inventory upload / uuid access to support all common tools
Status:
Resolved
Priority:
N/A
Assignee:
-
Category:
System techniques
Target version:
Pull Request:
UX impact:
Suggestion strength:
Advise - This would make Rudder significantly better | easier | simpler
User visibility:
Infrequent - complex configurations | third party integrations
Effort required:
Name check:
Fix check:
Regression:
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.
Actions