We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79ff0ee commit 8ede375Copy full SHA for 8ede375
oauth2_http/javatests/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java
@@ -436,6 +436,7 @@ private String generateGoogleIdToken(String audience) throws IOException {
436
437
private GenericJson getServiceAccountKeyFileAsJson() throws IOException {
438
String credentialsPath = System.getenv(DefaultCredentialsProvider.CREDENTIAL_ENV_VAR);
439
+ System.out.println(System.getenv("GOOGLE_APPLICATION_CREDENTIALS"));
440
System.out.println("DEBUG");
441
System.out.println(credentialsPath);
442
JsonFactory jsonFactory = OAuth2Utils.JSON_FACTORY;
0 commit comments