Brent Shaffer

Results 407 comments of Brent Shaffer

The best solution we have now is, as @itsAnuga mentioned, [cleaning up unused services](https://github.com/googleapis/google-api-php-client#cleaning-up-unused-services) after they're installed. This does not save you network bandwidth, but it at least saves you...

Because the cleanup scripts before the autoloader is generated (e.g. the `pre-autoload-dump` event), the optimized classmap will not contained the removed services. So as long as you do the [limited...

This is related to https://github.com/googleapis/google-api-php-client-services/pull/620 I am not sure how this will work across all APIs - what in the [discovery doc](https://www.googleapis.com/discovery/v1/apis/) decides if a field is nullable? There is...

Still needs fixing in [GCECredentials](https://github.com/google/google-auth-library-php/blob/master/src/Credentials/GCECredentials.php#L45) and [ServiceAccountCredentials](https://github.com/google/google-auth-library-php/blob/master/src/Credentials/ServiceAccountCredentials.php#L57)

The Google+ API is now gone. Perhaps the [People API](https://developers.google.com/people) would be better

Hello @jaimemasson! We already have support for Workload Identity Federation! Check out the README here and let us know if you run into any problems: https://github.com/googleapis/google-auth-library-php#external-credentials-workload-identity-federation

I only tested on EC2 instances. @aeitzman do you know if WIF is supported for ECS Tasks?

@jaimemasson I'll get in touch with our team and see what we can do. I am also open to merging a PR if you feel like submitting support for this...

@jaimemasson So the response here is that we don't currently support WIF for ECS Tasks natively in any of the googlea auth libraries. We did add support recently in some...

cc @ericnorris