In zarf-dev/zarf#4561 we removed the config.CommonOptions.PlainHttp and config.CommonOptions.InsecureSkipTLSVerify commands in favor of passing in types.RemoteOptions to each function as a sub struct within the usual options structs. Most structs already had remoteOptions, but it was added in a few spots where the global variables were being used instead.
Note that packager.RemoteOptions became types.RemoteOptions.
I assigned myself, I can work on it after the next Zarf release