tidyverse / googlesheets4

Google Spreadsheets R API (reboot of the googlesheets package)
https://googlesheets4.tidyverse.org
Other
357 stars 51 forks source link

Request: more docs on Workload-Identity-Federation #301

Open nick-youngblut opened 11 months ago

nick-youngblut commented 11 months ago

The gs4_auth_configure docs state:

# the preferred way to configure your own client is via a JSON file
# downloaded from Google Developers Console
# this example JSON is indicative, but fake

...but isn't Workload Identity Federation the preferred method (e.g., https://github.com/google-github-actions/deploy-cloudrun#authorization)?

It would be great to have some docs/examples on authenticating with WIF