-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Option to suppress end user credentials warning. #207
Option to suppress end user credentials warning. #207
Conversation
Defining a new environment variable SUPPRESS_GCLOUD_CREDS_WARNING. Setting this to true suppresses the end user credentials warning. Fixes googleapis#193
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One nit, otherwise LGTM.
oauth2_http/java/com/google/auth/oauth2/DefaultCredentialsProvider.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #207 +/- ##
=========================================
Coverage ? 75.86%
Complexity ? 314
=========================================
Files ? 20
Lines ? 1355
Branches ? 149
=========================================
Hits ? 1028
Misses ? 254
Partials ? 73
Continue to review full report at Codecov.
|
@chingor13 Thank you. |
Defining a new environment variable SUPPRESS_GCLOUD_CREDS_WARNING.
Setting this to true suppresses the end user credentials warning.
Fixes #193