From 8e500c647db54874312d086513e838e5856e3071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Mon, 22 Jan 2024 15:35:25 +0100 Subject: [PATCH] Small clarification on dict and filepath GCP tokens (#603) Fix gh-583 --- docs/source/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index e48fa11b..f490dba6 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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=``, 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