googleapis / googleapis/google-cloud-java
[google-auth-library-java] p12 how to create ServiceAccountCredentials
Open
priority: p3
type: feature request
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 1.2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 157
Description
FileInputStream fileInputStream = new FileInputStream(credPath);
ServiceAccountCredentials sourceCredentials = ServiceAccountCredentials .fromStream( new FileInputStream(credPath));
credPath must json , but i have p12
Contributor guide
Assessment
This issue has not been assessed yet.