mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore: 1
This commit is contained in:
@@ -19,7 +19,7 @@ export class GoogleClient {
|
|||||||
const credentials = JSON.parse(access.serviceAccountSecret);
|
const credentials = JSON.parse(access.serviceAccountSecret);
|
||||||
|
|
||||||
const client = new v1.PublicCertificateAuthorityServiceClient({ credentials });
|
const client = new v1.PublicCertificateAuthorityServiceClient({ credentials });
|
||||||
const parent = `projects/${access.projectId}/locations/global`;
|
const parent = `projects/${credentials.projectId}/locations/global`;
|
||||||
const externalAccountKey = {};
|
const externalAccountKey = {};
|
||||||
const request = {
|
const request = {
|
||||||
parent,
|
parent,
|
||||||
|
|||||||
Reference in New Issue
Block a user