boundless-pizza-95864
04/29/2022, 10:42 PMio.grpc.StatusRuntimeException: UNAUTHENTICATED: token parse error [JWT_VERIFICATION_FAILED] Could not retrieve id token from metadata, caused by: rpc error: code = Unauthenticated desc = Request unauthenticated with IDToken
There's an --auth-mode
parameter in jflyte but I have no idea what to set here.
Application default credentials are set via gcloud auth application-default login
Jar staging/upload works fine but flyteadmin auth then fails.boundless-pizza-95864
05/24/2022, 7:49 PM--auth-mode id_token
when calling jflyte.boundless-pizza-95864
05/24/2022, 7:56 PMTokenSource
(perhaps using an OAuth library) that retrieves a valid access token from flyteadmin.boundless-pizza-95864
05/24/2022, 7:56 PMaverage-cpu-32189
05/24/2022, 8:42 PM