peburrows / goth

Elixir package for Oauth authentication via Google Cloud APIs
http://hexdocs.pm/goth
MIT License
284 stars 108 forks source link

Support direct workload identity federation and more credential_source options #175

Closed mcrumm closed 3 days ago

mcrumm commented 4 days ago
  1. Direct workload identity federation does not require service account impersonation in order to exchange an access token. Commit 7219e27 adds support for direct access token exchange.
  2. When given file-sourced credentials, they may be in either text (default) or json format. When the json format is used, a subject_token_name_field must be present. Commit 2a30438 adds support for json credential sources as well as missing (default) format.
wojtekmach commented 3 days ago

Thank you!