googleapis / googleapis/google-cloud-java
[google-auth-library-java] Support read CREDENTIAL_ENV_VAR from VM option.
Open
type: feature request
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 154
Description
Hi team,
Can we support read CREDENTIAL_ENV_VAR from VM options?
#### Code snippet
```java
String credentialsPath = this.getProperty(CREDENTIAL_ENV_VAR, this.getEnv(CREDENTIAL_ENV_VAR));
```
Contributor guide
Assessment
This issue has not been assessed yet.