hey gang! I am trying to run a script for MacOS de...
# fleet
b
hey gang! I am trying to run a script for MacOS devices that is more than 10k characters. I thought that this limitation was removed in 4.47 per this github issue here: https://github.com/fleetdm/fleet/issues/16668 However when I try to send the script through the API, it gives me the old error:
Script is too large. It's limited to 10,000 characters (approximately 125 lines).
Any ideas why this is still happening? Script works fine if I manually upload it to the web GUI
k
Hi @Billy H! The character limit is still in place when running scripts through the API and including
script_contents
. Longer scripts need to be uploaded to Fleet first.
b
ah thanks for the info @Kathy Satterlee! are there plans to remove this limitation?