Skip to content

Commit dd83a66

Browse files
authored
Merge branch 'main' into x509-add-mtls-support
2 parents 7cd3529 + 67a89e2 commit dd83a66

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/multi_approvers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ concurrency:
2626

2727
jobs:
2828
multi-approvers:
29-
uses: 'abcxyz/pkg/.github/workflows/multi-approvers.yml@main'
29+
uses: 'abcxyz/pkg/.github/workflows/multi-approvers.yml@1d1cedf7768d17dde23bb2cda24bc1fb950e9f92'
3030
with:
3131
org-members-path: 'googleapis/google-auth-library-java/main/.github/workflows/members.json'

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ information, refer to [documentation](https://cloud.google.com/docs/authenticati
3636
* [Gradle](#gradle)
3737
* [Scala](#scala)
3838
* [Migrating from GoogleCredential to GoogleCredentials](#migrating-from-googlecredential-to-googlecredentials)
39+
* [Troubleshooting](#troubleshooting)
3940
* [google-auth-library-oauth2-http](#google-auth-library-oauth2-http)
4041
* [Application Default Credentials](#application-default-credentials)
4142
* [ImpersonatedCredentials](#impersonatedcredentials)
@@ -171,6 +172,9 @@ For [Google Api Client Library](https://cloud.google.com/apis/docs/client-librar
171172
For [Cloud Client Libraries](https://cloud.google.com/apis/docs/client-libraries-explained#cloud-client-libraries), the library will follow ADC to create a
172173
default GoogleCredential. Users do not need to manually create any Credentials or pass it into the library.
173174

175+
### Troubleshooting
176+
This library provides logging for debugging purposes. Please refer to [this guide](https://cloud.google.com/java/docs/bom#client_library_debug_logging) to enable debug logging feature.
177+
174178
## google-auth-library-oauth2-http
175179

176180
### Application Default Credentials

0 commit comments

Comments
 (0)