This commit is contained in:
xiaojunnuo
2024-10-10 13:32:37 +08:00
parent 5d15d71da8
commit 2ba94d03aa

View File

@@ -19,7 +19,7 @@ export class GoogleClient {
const credentials = JSON.parse(access.serviceAccountSecret);
const client = new v1.PublicCertificateAuthorityServiceClient({ credentials });
const parent = `projects/${credentials.projectId}/locations/global`;
const parent = `projects/${credentials.project_id}/locations/global`;
const externalAccountKey = {};
const request = {
parent,