Skip to content

Commit bb6d87d

Browse files
chore: update ADC details in README (#294)
1 parent a7ca95e commit bb6d87d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ the IAM principal.
6464
### Credentials
6565

6666
This repo uses the [Application Default Credentials (ADC)][adc] strategy for
67-
resolving credentials. Please see the
68-
[golang.org/x/oauth2/google][google-auth] documentation for more information in
69-
how these credentials are sourced.
67+
resolving credentials. Please see [these instructions for how to set your ADC][set-adc]
68+
(Google Cloud Application vs Local Development, IAM user vs service account credentials),
69+
or consult the [golang.org/x/oauth2/google][google-auth] documentation.
7070

71-
To explicitly set a specific source for the Credentials to use, see [Using
71+
To explicitly set a specific source for the Credentials, see [Using
7272
Options](#using-options) below.
7373

74-
75-
[adc]: https://cloud.google.com/docs/authentication
74+
[adc]: https://cloud.google.com/docs/authentication#adc
75+
[set-adc]: https://cloud.google.com/docs/authentication/provide-credentials-adc
7676
[google-auth]: https://pkg.go.dev/golang.org/x/oauth2/google#hdr-Credentials
7777

7878
### Postgres

0 commit comments

Comments
 (0)