Revert "add Skip Extra Credential File on credentials"

This reverts commit fbf087848a.
This commit is contained in:
Yongtae 2023-08-25 00:35:47 +09:00
parent 32b0e1584d
commit eddf742c73
1 changed files with 0 additions and 9 deletions

View File

@ -11,13 +11,6 @@ class GoogleVertexAuth implements INodeCredential {
this.name = 'googleVertexAuth' this.name = 'googleVertexAuth'
this.version = 1.0 this.version = 1.0
this.inputs = [ 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', label: 'Google Application Credential File Path',
name: 'googleApplicationCredentialFilePath', name: 'googleApplicationCredentialFilePath',
@ -42,13 +35,11 @@ class GoogleVertexAuth implements INodeCredential {
"token_uri": ..., "token_uri": ...,
"auth_provider_x509_cert_url": ..., "auth_provider_x509_cert_url": ...,
"client_x509_cert_url": ... "client_x509_cert_url": ...
}`, }`,
type: 'string', type: 'string',
rows: 4, rows: 4,
optional: true optional: true
}, },
{ {
label: 'Project ID', label: 'Project ID',
name: 'projectID', name: 'projectID',