Skip to content

Commit 8e500c6

Browse files
authored
Small clarification on dict and filepath GCP tokens (#603)
Fix gh-583
1 parent 378cae6 commit 8e500c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Several modes of authentication are supported:
9999
or container engine) and fetch the credentials automatically from the
100100
metadata service.
101101

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

0 commit comments

Comments
 (0)