Amanda Tarafa Mas
Amanda Tarafa Mas
Hold off on merging until https://github.com/googleapis/repo-automation-bots/issues/4588 has been resolved.
#8980 didn't work, I'm guessing we don't have GNU sed after all. The changes in this PR do work locally, and the libraries are generated correctly etc. Once this is...
Idea: Allow the fully qualified name of an `Func` on the connection string builder, and that could be in the connection string itself.
Yep, that's a good point. Another idea: Provide a utility to inject the ConnectionStringBuilder and we then can fetch the credential from DI. And we can even read the connection...
AS @jskeet said when running on Cloud Run, actually when running on most Google Cloud environments, the Application Default Credentials is a `ComputeCredential` which basically means that we [use the...
When I said: > If you don't want to download the service account key I might be able to come up with some suggestions, but that will requiere some coding...
Just to make it clearer, your request, which we will consider, is to make it easier to sign **without** a service account key i.e. **without** a `ServiceAccountCredential` as you cannot...
I think you are mixing terms here, mind you, it is confusing, but the distinction between `ComputeCredential` and `ServiceAccountCredential` is very intentional: - You have service accounts, which you assign...
Moving to the backlog as we don't have a good solution for where to log these.
See #8556 for a recent request around this issue. We can add a TimedBuffer specific option/action to indicate what to do with exceptions thrown inside the timer thread. We'll re-evaluate.