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 2c04058 commit 88c8a0aCopy full SHA for 88c8a0a
oauth2_http/javatests/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java
@@ -437,6 +437,7 @@ private String generateGoogleIdToken(String audience) throws IOException {
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(System.getenv("KOKORO_GFILE_DIR"));
441
System.out.println("DEBUG");
442
System.out.println(credentialsPath);
443
JsonFactory jsonFactory = OAuth2Utils.JSON_FACTORY;
0 commit comments