From eddf742c73e3a16e59c1c1b64767f554acbd83f6 Mon Sep 17 00:00:00 2001 From: Yongtae Date: Fri, 25 Aug 2023 00:35:47 +0900 Subject: [PATCH] Revert "add Skip Extra Credential File on credentials" This reverts commit fbf087848a7cb63c25c1601414974177dfcefe82. --- packages/components/credentials/GoogleAuth.credential.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packages/components/credentials/GoogleAuth.credential.ts b/packages/components/credentials/GoogleAuth.credential.ts index bd9decd0a..16b8e3b3f 100644 --- a/packages/components/credentials/GoogleAuth.credential.ts +++ b/packages/components/credentials/GoogleAuth.credential.ts @@ -11,13 +11,6 @@ class GoogleVertexAuth implements INodeCredential { this.name = 'googleVertexAuth' this.version = 1.0 this.inputs = [ - { - label: 'Skip Extra Credential File', - name: 'skipExtraCredentialFile', - description: 'Enable this if you are using GCP and do not need to register an extra credential file', - type: 'boolean', - optional: true - }, { label: 'Google Application Credential File Path', name: 'googleApplicationCredentialFilePath', @@ -42,13 +35,11 @@ class GoogleVertexAuth implements INodeCredential { "token_uri": ..., "auth_provider_x509_cert_url": ..., "client_x509_cert_url": ... - }`, type: 'string', rows: 4, optional: true }, - { label: 'Project ID', name: 'projectID',