Fix credential formatting issues (#3134)

* 👕 Autofix creds lint issues

* 👕 Manually fix creds lint issues

* 👕 Fix indentation

* ✏️ Fix typo

* 👕 Fix indentation

* ✏️ Fix typo
This commit is contained in:
Iván Ovejero
2022-04-14 08:32:27 +02:00
committed by GitHub
parent 50868c2a95
commit ecd3bbfcd3
57 changed files with 129 additions and 147 deletions

View File

@@ -63,7 +63,7 @@ export class RabbitMQ implements ICredentialType {
},
},
default: true,
description: 'Passwordless connection with certificates (SASL mechanism EXTERNAL)',
description: 'Whether to use passwordless connection with certificates (SASL mechanism EXTERNAL)',
},
{
displayName: 'CA Certificates',
@@ -80,7 +80,7 @@ export class RabbitMQ implements ICredentialType {
},
},
default: '',
description: 'SSL CA Certificates to use.',
description: 'SSL CA Certificates to use',
},
{
displayName: 'Client Certificate',
@@ -100,7 +100,7 @@ export class RabbitMQ implements ICredentialType {
},
} as IDisplayOptions,
default: '',
description: 'SSL Client Certificate to use.',
description: 'SSL Client Certificate to use',
},
{
displayName: 'Client Key',
@@ -120,7 +120,7 @@ export class RabbitMQ implements ICredentialType {
},
},
default: '',
description: 'SSL Client Key to use.',
description: 'SSL Client Key to use',
},
{
displayName: 'Passphrase',
@@ -140,7 +140,7 @@ export class RabbitMQ implements ICredentialType {
},
},
default: '',
description: 'SSL passphrase to use.',
description: 'SSL passphrase to use',
},
// {
// displayName: 'Client ID',