I'm seeing this fail occasionally in prod since storage providers can be a bit slow even with a small json file.
Also fixed creds leaking in log line, the filepath join was stripping a / on http:// which meant the log redact function couldn't parse it as a url.
I'm seeing this fail occasionally in prod since storage providers can be a bit slow even with a small json file. Also fixed creds leaking in log line, the filepath join was stripping a
/
onhttp://
which meant the log redact function couldn't parse it as a url.