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
The TemporaryOnly parameter makes sense for connected clients when you want to ensure that certain tools don't lay around cached on the endpoint. However artifacts that use Generic.Utils.FetchBinary with this parameter fail when used in offline collector mode.
The error is: Unknown parameter TemporaryOnly provided to artifact Generic.Utils.FetchBinary
and then shell: exec: "Null": executable file not found in %PATH%
TemporaryOnly parameter is not needed for offline clients because they don't cache their tools but that means maintaining an alternative "offline version" of any artifact which does need to use it.
Tested with:
version: 0.7.1-1
commit: 2d7d6cf
Server Ubuntu 22.04 and Windows 11 amd64 client.
The text was updated successfully, but these errors were encountered:
The TemporaryOnly parameter makes sense for connected clients when you want to ensure that certain tools don't lay around cached on the endpoint. However artifacts that use Generic.Utils.FetchBinary with this parameter fail when used in offline collector mode.
The error is:
Unknown parameter TemporaryOnly provided to artifact Generic.Utils.FetchBinary
and then
shell: exec: "Null": executable file not found in %PATH%
TemporaryOnly parameter is not needed for offline clients because they don't cache their tools but that means maintaining an alternative "offline version" of any artifact which does need to use it.
Tested with:
version: 0.7.1-1
commit: 2d7d6cf
Server Ubuntu 22.04 and Windows 11 amd64 client.
The text was updated successfully, but these errors were encountered: