This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Manage compute_engine.Credentials default service_account_email case #12
Labels
bug
Something isn't working
Context
When the library runs on GCP infrastructure,
compute_engine.Credentials
is used by google.application.default().For some strange reason, the value given to service_account_email property is default (see more here).
The latter is updated (with the correct value) only after the refresh process (see more here).
The bug is only observable in the following use-case (when the target_principal is deducted from the source_credentials):
The lib must handle this scenario!
The text was updated successfully, but these errors were encountered: