mirror of https://github.com/certd/certd
chore: 1
parent
592791d135
commit
5d15d71da8
|
@ -19,7 +19,7 @@ export class GoogleClient {
|
|||
const credentials = JSON.parse(access.serviceAccountSecret);
|
||||
|
||||
const client = new v1.PublicCertificateAuthorityServiceClient({ credentials });
|
||||
const parent = `projects/${access.projectId}/locations/global`;
|
||||
const parent = `projects/${credentials.projectId}/locations/global`;
|
||||
const externalAccountKey = {};
|
||||
const request = {
|
||||
parent,
|
||||
|
|
Loading…
Reference in New Issue