Yonghao Yu

Results 14 comments of Yonghao Yu

@nickcodefresh Do you have a work around? I had the same issue, and adding the dir in `colima.yaml` does not solve my problem. My issue: I have a file `/tmp/random-blabla-name.json`....

Following... Our org will disallow using SA Key soon. It would be great if our APP's SA can just impersonate domain-wide delegation SA. It might be a more common case...

Following... Our org will disallow using SA Key soon. It would be great if our APP's SA can just impersonate domain-wide delegation SA. It might be a more common case...

And why `GoogleCredentials.getDefaulCredential` does not work, I suspect it's related with https://github.com/googleapis/google-auth-library-java/issues/1274

`createScoped` does not work after upgrading from 1.11 to 1.24. I suspect that is similar to https://github.com/googleapis/google-auth-library-java/issues/1274... For now, we have to bring back legacy service and use the old...

Also for the code you pointed above: https://github.com/googleapis/google-auth-library-java/blob/main/oauth2_http/java/com/google/auth/oauth2/DefaultCredentialsProvider.java#L197-L199 seems it only works for GAE 7 standard env? Is that right?

Also, where can I find example on how to use `authentication` field? I think we need that to enable pubsub push authentication? I recalled there used to be some instruction...

> seems dataproc was updated at some point https://github.com/DataBiosphere/leonardo/blob/develop/jenkins/dataproc-custom-images/prepare-custom-leonardo-jupyter-dataproc-image.sh#L24 The latest image on GCR is 2.2.9 https://console.cloud.google.com/artifacts/docker/broad-dsp-gcr-public/us/us.gcr.io/terra-jupyter-aou?project=broad-dsp-gcr-public But the version should be 2.2.11 actually: https://github.com/DataBiosphere/terra-docker/pull/485/files There might be some process...

> ``` > java.lang.RuntimeException: google project could not be claimed for test, java.util.concurrent.TimeoutException: Future timed out after [5 minutes] > ``` > > just triggered rerun of all tests `...