Allow use of JWT access tokens instead of service account keys #1022
Labels
enhancement
Indicates new feature requests
feature:other
Involves a feature that doesn't fit in existing categories
Problem description
This library requires a service account key to use. It should alternatively support JWT access tokens directly (what you exchange the service account key for with GCP). These can be issued by secret managers like Vault, and you aren't limited to 10 per service account.
Potential solutions/workarounds
Provide an environment variable for access tokens.
Additional context
The text was updated successfully, but these errors were encountered: