mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(TheHive Node): Treat ApiKey as a secret (#6786)
This commit is contained in:
committed by
GitHub
parent
7461085408
commit
11a3965ba8
@@ -17,6 +17,7 @@ export class TheHiveApi implements ICredentialType {
|
|||||||
displayName: 'API Key',
|
displayName: 'API Key',
|
||||||
name: 'ApiKey',
|
name: 'ApiKey',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
|
typeOptions: { password: true },
|
||||||
default: '',
|
default: '',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user