@@ -126,12 +126,12 @@ the `runtimevar.OpenVariable` function as shown in the example below.
126126[ GCP Runtime Configurator ] : https://cloud.google.com/deployment-manager/runtime-configurator/
127127
128128` runtimevar.OpenVariable ` will use Application Default Credentials; if you have
129- authenticated via [ ` gcloud auth login ` ] [ ] , it will use those credentials. See
129+ authenticated via [ ` gcloud auth application-default login ` ] [ ] , it will use those credentials. See
130130[ Application Default Credentials] [ GCP creds ] to learn about authentication
131131alternatives, including using environment variables.
132132
133133[ GCP creds ] : https://cloud.google.com/docs/authentication/production
134- [ `gcloud auth login` ] : https://cloud.google.com/sdk/gcloud/reference/auth/login
134+ [ `gcloud auth application-default login` ] : https://cloud.google.com/sdk/gcloud/reference/auth/application-default /login
135135
136136{{< goexample
137137"gocloud.dev/runtimevar/gcpruntimeconfig.Example_openVariableFromURL" >}}
@@ -153,12 +153,12 @@ the `runtimevar.OpenVariable` function as shown in the example below.
153153[ GCP Secret Manager ] : https://cloud.google.com/secret-manager
154154
155155` runtimevar.OpenVariable ` will use Application Default Credentials; if you have
156- authenticated via [ ` gcloud auth login ` ] [ ] , it will use those credentials. See
156+ authenticated via [ ` gcloud auth application-default login ` ] [ ] , it will use those credentials. See
157157[ Application Default Credentials] [ GCP creds ] to learn about authentication
158158alternatives, including using environment variables.
159159
160160[ GCP creds ] : https://cloud.google.com/docs/authentication/production
161- [ `gcloud auth login` ] : https://cloud.google.com/sdk/gcloud/reference/auth/login
161+ [ `gcloud auth application-default login` ] : https://cloud.google.com/sdk/gcloud/reference/auth/application-default /login
162162
163163{{< goexample
164164"gocloud.dev/runtimevar/gcpsecretmanager.Example_openVariableFromURL" >}}
0 commit comments