mirror of https://github.com/certd/certd
chore: 1
parent
5d15d71da8
commit
2ba94d03aa
|
@ -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/${credentials.projectId}/locations/global`;
|
const parent = `projects/${credentials.project_id}/locations/global`;
|
||||||
const externalAccountKey = {};
|
const externalAccountKey = {};
|
||||||
const request = {
|
const request = {
|
||||||
parent,
|
parent,
|
||||||
|
|
Loading…
Reference in New Issue