Creating a Service Accounts generates .json not .P12#37
Merged
silvolu merged 3 commits intogoogleapis:masterfrom Jul 29, 2014
Merged
Creating a Service Accounts generates .json not .P12#37silvolu merged 3 commits intogoogleapis:masterfrom
silvolu merged 3 commits intogoogleapis:masterfrom
Conversation
Contributor
|
gcloud-node still can't decode pem files, Chrome team was working on a p12 to pem exporter for us. When it's done, we should switch to JSON credentials. |
Contributor
|
It seems like they don't use any key containers anymore. I'm working on a fix to remove all pem/p12 dependencies. |
Contributor
|
Merge conflicts resolved. |
Contributor
|
Please, don't merge. It's breaking regression tests. |
Contributor
|
Regression tests are passing now. |
silvolu
added a commit
that referenced
this pull request
Jul 29, 2014
Creating a Service Accounts generates .json not .P12
chingor13
added a commit
that referenced
this pull request
Aug 26, 2022
chingor13
pushed a commit
that referenced
this pull request
Aug 26, 2022
🤖 I have created a release \*beep\* \*boop\* --- ### [1.1.2](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.1.1...v1.1.2) (2021-09-09) ### Bug Fixes * **build:** migrate to using main branch ([#37](https://www.github.com/googleapis/nodejs-vpc-access/issues/37)) ([57b3021](https://www.github.com/googleapis/nodejs-vpc-access/commit/57b302164d8c04f2547874b84cd0a4db1cccc3a8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
chingor13
added a commit
that referenced
this pull request
Sep 13, 2022
chingor13
pushed a commit
that referenced
this pull request
Sep 13, 2022
🤖 I have created a release \*beep\* \*boop\* --- ### [1.1.2](https://www.github.com/googleapis/nodejs-vpc-access/compare/v1.1.1...v1.1.2) (2021-09-09) ### Bug Fixes * **build:** migrate to using main branch ([#37](https://www.github.com/googleapis/nodejs-vpc-access/issues/37)) ([57b3021](https://www.github.com/googleapis/nodejs-vpc-access/commit/57b302164d8c04f2547874b84cd0a4db1cccc3a8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
sofisl
pushed a commit
that referenced
this pull request
Sep 15, 2022
This was referenced Sep 15, 2022
sofisl
pushed a commit
that referenced
this pull request
Sep 16, 2022
sofisl
pushed a commit
that referenced
this pull request
Sep 27, 2022
4 tasks
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Jan 27, 2026
TypeScript 2.6 makes type checking for functions stricter [1]. Instead of using bivariant types for functions parameters, TypeScript now uses contravaiance. [1] https://blogs.msdn.microsoft.com/typescript/2017/10/31/announcing-typescript-2-6/
This was referenced Jan 27, 2026
sofisl
pushed a commit
that referenced
this pull request
Jan 27, 2026
TypeScript 2.6 makes type checking for functions stricter [1]. Instead of using bivariant types for functions parameters, TypeScript now uses contravaiance. [1] https://blogs.msdn.microsoft.com/typescript/2017/10/31/announcing-typescript-2-6/
This was referenced Jan 27, 2026
GautamSharda
pushed a commit
that referenced
this pull request
Feb 2, 2026
4 tasks
GautamSharda
pushed a commit
that referenced
this pull request
Feb 3, 2026
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Feb 4, 2026
* chore: setup nighty build in CircleCI * chore: setup nighty build in CircleCI
This was referenced Feb 4, 2026
GautamSharda
pushed a commit
that referenced
this pull request
Feb 5, 2026
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Looks like there was a minor change to the file the Google Developer Console generates. It is now a .json file instead of .p12. We should update the Quickstart section of the README and steps to generate a .PEM.