Compute should expose serviceAccountEmail #1386
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently, in class
Compute
: https://github.com/googleapis/google-auth-library-nodejs/blob/main/src/auth/computeclient.tsThe field
serviceAccountEmail
is private and there is no getter.This prevents finding the service account for the default credentials when executing on CE:
This is needed to authenticate to PostgreSQL using the service account.
The text was updated successfully, but these errors were encountered: