Revert "add Skip Extra Credential File on credentials"
This reverts commit fbf087848a.
This commit is contained in:
parent
32b0e1584d
commit
eddf742c73
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue