Skip to content

Commit 8ede375

Browse files
committed
get env var:
1 parent 79ff0ee commit 8ede375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oauth2_http/javatests/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ private String generateGoogleIdToken(String audience) throws IOException {
436436

437437
private GenericJson getServiceAccountKeyFileAsJson() throws IOException {
438438
String credentialsPath = System.getenv(DefaultCredentialsProvider.CREDENTIAL_ENV_VAR);
439+
System.out.println(System.getenv("GOOGLE_APPLICATION_CREDENTIALS"));
439440
System.out.println("DEBUG");
440441
System.out.println(credentialsPath);
441442
JsonFactory jsonFactory = OAuth2Utils.JSON_FACTORY;

0 commit comments

Comments
 (0)