Benjamin E. Coe

Results 350 comments of Benjamin E. Coe

@cdelguercio I agree that the call to `exec` is pretty side-effect-y, and it would be worth figuring out an approach that works better in the browser. We're currently investigating making...

@jalbinge the person who implemented this feature is currently away for a few days, I'll loop them in regarding your question as soon as they're back.

@bojeil-google any thoughts on this one, or is there someone we can point folks towards?

@xil222 could you help out with this one? Is this a known limitation of the current workload identity implementation?

@bojeil-google let me know if you can pitch in here, worst case can have someone on our team start ramping up on WIF.

@bojeil-google there seems to be some variation in the environment and nuance of two issues. Shall we keep both open for now, even if the same documentation or implementation work...

@sjaq thanks for digging into this, this is a somewhat fascinating bug. @bojeil-google is this a known issue with the workload identify server, I'm wondering if we should open an...

@sjaq I'm glad you found a workaround, but I agree this is ugly (sorry that you have to do this). @bojeil-google and I will work together to get a real...

@sjaq I'm glad you've found a workaround that's doing the trick for you. It seems like a nice feature would be if you could somehow upgrade a Compute client to...

@steffnay what happens if you attempt to coerce it into that type? ``` import {File} from '@google-cloud/storage' fileFromBigQuery as File ```