mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Support for google service account in HTTP node
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user