Skip to content

Commit

Permalink
Small clarification on dict and filepath GCP tokens (#603)
Browse files Browse the repository at this point in the history
Fix gh-583
  • Loading branch information
astrojuanlu committed Jan 22, 2024
1 parent 378cae6 commit 8e500c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Several modes of authentication are supported:
or container engine) and fetch the credentials automatically from the
metadata service.

- you may supply a token generated by the
- if ``token=dict(...)`` or ``token=<filepath>``, you may supply a token generated by the
gcloud_ utility; this is either a python dictionary, or the name of a file
containing the JSON returned by logging in with the gcloud CLI tool (e.g.,
``~/.config/gcloud/application_default_credentials.json`` or
Expand Down

0 comments on commit 8e500c6

Please sign in to comment.