From 85fa65e5f051424e3b9256fbbbfc069f6cbd2de5 Mon Sep 17 00:00:00 2001 From: Isaac Date: Mon, 13 May 2019 19:11:49 +0200 Subject: [PATCH] docs: Update scopes value example (#56362) Existing example in GCE guide returns "invalid scope" error; value needs "https://" prefix --- docs/docsite/rst/scenario_guides/guide_gce.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/scenario_guides/guide_gce.rst b/docs/docsite/rst/scenario_guides/guide_gce.rst index 39ac95b7748..880bd2f334a 100644 --- a/docs/docsite/rst/scenario_guides/guide_gce.rst +++ b/docs/docsite/rst/scenario_guides/guide_gce.rst @@ -95,7 +95,7 @@ you can use the following configuration: project: my-project auth_kind: serviceaccount scopes: - - www.googleapis.com/auth/compute + - https://www.googleapis.com/auth/compute tasks: