gax: investigate GoogleCredentialsProvider JWT with scopes with service account workflows #3127
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: question
Request for information or clarification. Not an issue.
In
GoogleCredentialsProvider
, getCredentials() has 2 JWT with scopes with service account workflows:These 2 workflows looks suspicious to me, is there reasons why both are needed?
Separately, our guidance is to use ServiceAccountCredentials with SSJWT whenever possible. (see related issue). Thus if both are to keep, the first one can be updated to use ServiceAccountCredentials.
The text was updated successfully, but these errors were encountered: