I'm trying to configure auth on my flyte-binary helm build. I can authenticate with the UI, flytectl, and pyflyte. But all of the workflow executions show a status of "UNKNOWN" and I'm seeing these repeated errors in the pod logs.
"7 workers.go:103] error syncing 'model-development/a8spkcsnvc8dt799rkjb Workflow[] failed. ErrorRecordingError: failed to publish event, caused by: authentication error! Original Error: <nil>, Auth Error: failed to issue token. Error: failed to get token: oauth2: "invalid_client" "Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method)."
I'm not sure how to resolve this. My helm auth values seem good to me. If I were to have corrected this, would these errors automatically resolve or would they continue to error if initiated with faulty config prior?