generalize secret textarea hint

This commit is contained in:
Jake McDermott
2019-03-22 09:36:06 -04:00
parent cb238c1f24
commit 956f588fd8
4 changed files with 7 additions and 5 deletions

View File

@@ -26,18 +26,19 @@ aim_inputs = {
'type': 'string',
'secret': True,
'multiline': True,
'format': 'ssh_private_key',
}, {
'id': 'client_cert',
'label': _('Client Cert'),
'label': _('Client Certificate'),
'type': 'string',
'secret': True,
'multiline': True,
'format': 'ssh_private_key',
}, {
'id': 'verify',
'type': 'boolean',
'default': True,
'label': _('Verify'),
'help_text': _('Verify SSL certificates for HTTPS requests'),
'label': _('Verify SSL Certificates'),
}],
'metadata': [{
'id': 'safe',