Uh oh!
There was an error while loading. Please reload this page.
Creating a Service Accounts generates .json not .P12 - #37
Merged
Conversation
rakyll
commented
Jul 25, 2014
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. |
rakyll
commented
Jul 25, 2014
Contributor
It seems like they don't use any key containers anymore. I'm working on a fix to remove all pem/p12 dependencies. |
rakyll
commented
Jul 29, 2014
Contributor
Merge conflicts resolved. |
rakyll
commented
Jul 29, 2014
Contributor
Please, don't merge. It's breaking regression tests. |
rakyll
commented
Jul 29, 2014
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
This was referenced Jan 27, 2026
4 tasks
4 tasks
This was referenced Feb 4, 2026
4 tasks
This was referenced Feb 23, 2026
This was referenced Mar 5, 2026
4 tasks
4 tasks
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 freeto 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.