feat(SSH Node): Hide the private key within the ssh credential (#5871)

This commit is contained in:
agobrech 2023-03-31 18:14:43 +02:00 committed by GitHub
parent 48446f5d67
commit d87736103d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@ export class SshPrivateKey implements ICredentialType {
type: 'string',
typeOptions: {
rows: 4,
password: true,
},
default: '',
},