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 8809a16 commit 1239c8cCopy full SHA for 1239c8c
oauth2_http/javatests/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java
@@ -436,6 +436,8 @@ 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("DEBUG");
440
+ System.out.println(credentialsPath);
441
JsonFactory jsonFactory = OAuth2Utils.JSON_FACTORY;
442
JsonObjectParser parser = new JsonObjectParser(jsonFactory);
443
return parser.parseAndClose(
0 commit comments