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
When TM file config is used with binary base64 data, the file is corrupted and the size of the file at stage input is larger than the original file encoded with the base64 utility.
I'm not a UTF-8 expert or read all the code paths, but I presume it's due to usage of string() typecasting and possibly due to protobufs internal to Argo. It seems likely there is some code point expansion going on as a result.
The text was updated successfully, but these errors were encountered:
When TM
file
config is used with binary base64 data, the file is corrupted and the size of the file at stage input is larger than the original file encoded with thebase64
utility.I'm not a UTF-8 expert or read all the code paths, but I presume it's due to usage of
string()
typecasting and possibly due to protobufs internal to Argo. It seems likely there is some code point expansion going on as a result.The text was updated successfully, but these errors were encountered: