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
One of our Tech Leads internally recommended we support Base64 response decoding for scenarios where scripts may wish to output complex responses. We had this implemented in an internal branch, but significant refactoring will be needed to make this work with the latest version of the code.
This issue therefore serves as a reminder that we should get this functionality re-implemented and available for use.
Example:
$ runscript -CloudFile SomeScriptThatOutputsBase64 -b64decode
[+] Decoded script output here
The text was updated successfully, but these errors were encountered:
One of our Tech Leads internally recommended we support Base64 response decoding for scenarios where scripts may wish to output complex responses. We had this implemented in an internal branch, but significant refactoring will be needed to make this work with the latest version of the code.
This issue therefore serves as a reminder that we should get this functionality re-implemented and available for use.
Example:
The text was updated successfully, but these errors were encountered: