Cody Oss
Cody Oss
This requires https://github.com/googleapis/gax-go/pull/372
I think because of how this is constructed in our new auth library it will not be an issue -- we allow passing a base roundtripper: https://pkg.go.dev/cloud.google.com/go/auth/httptransport#Options I am less...
@melinath a couple of thoughts. 1. I don't think I currently understand the problem well enough to know if doing this is enough to fix the issue. For instance this...
cc @dneil do you have any thoughts here? If we were going to add something like this is there an easier way to probe for ipv6?
We will look into this a little more. At least at the time of implementation this was following best practices, but we did realize more validation might be needed, hence...
We should be able to remove this without issue once we remove open census as a dep. That is what is causing us issues today. Per [debug.md](https://github.com/googleapis/google-cloud-go/blob/main/debug.md) we can do...
@BrennaEpp is this a change we are still wanting to land?
Moving this to a feature request because at the time of implementation impersonated service accounts were not a concept. We will evaluate if we will switch this logic in the...
Requires https://github.com/googleapis/gax-go/pull/372 and rollout to all clients and showcase.