Add option for ignoring tls on Container Registry credentials

This commit is contained in:
Shane McDonald
2021-04-19 18:38:35 -04:00
parent bcf911daf1
commit 17b8589ff2
2 changed files with 30 additions and 0 deletions

View File

@@ -1111,6 +1111,12 @@ ManagedCredentialType(
'secret': True,
'help_text': ugettext_noop('A password or token used to authenticate with'),
},
{
'id': 'verify_ssl',
'label': ugettext_noop('Verify SSL'),
'type': 'boolean',
'default': True,
},
],
'required': ['host'],
},