feat(core): Support for google service account in HTTP node

This commit is contained in:
Michael Kret
2023-04-14 13:39:52 +03:00
committed by GitHub
parent 49d838f628
commit 0b48088296
2 changed files with 123 additions and 2 deletions

View File

@@ -137,6 +137,18 @@ export class HttpRequestV3 implements INodeType {
},
},
},
{
displayName:
'Make sure you have specified the scope(s) for the Service Account in the credential',
name: 'googleApiWarning',
type: 'notice',
default: '',
displayOptions: {
show: {
nodeCredentialType: ['googleApi'],
},
},
},
{
displayName: 'Generic Auth Type',
name: 'genericAuthType',