@@ -85,24 +85,16 @@ the IAM principal.
8585### Credentials
8686
8787This library uses the [ Application Default Credentials (ADC)] [ adc ] strategy for
88- resolving credentials. Please see the [ google.auth] [ google-auth ] package
89- documentation for more information on how these credentials are sourced.
88+ resolving credentials. Please see [ these instructions for how to set your ADC] [ set-adc ]
89+ (Google Cloud Application vs Local Development, IAM user vs service account credentials),
90+ or consult the [ google.auth] [ google-auth ] package.
9091
91- To activate credentials locally the recommended approach is to ensure the Google
92- Cloud SDK is installed on your machine. For manual installation see
93- [ Installing Cloud SDK] [ cloud-sdk ] .
94-
95- Once installed, use the following ` gcloud ` command:
96- ```
97- gcloud auth application-default login
98- ```
99-
100- To explicitly set a specific source for the credentials to use, see
92+ To explicitly set a specific source for the credentials, see
10193[ Configuring the Connector] ( #configuring-the-connector ) below.
10294
103- [ adc ] : https://cloud.google.com/docs/authentication
95+ [ adc ] : https://cloud.google.com/docs/authentication#adc
96+ [ set-adc ] : https://cloud.google.com/docs/authentication/provide-credentials-adc
10497[ google-auth ] : https://google-auth.readthedocs.io/en/master/reference/google.auth.html
105- [ cloud-sdk ] : https://cloud.google.com/sdk/docs/install
10698
10799### How to use this Connector
108100
0 commit comments