mirror of
https://github.com/ansible/awx.git
synced 2026-03-23 03:45:01 -02:30
Add option for ignoring tls on Container Registry credentials
This commit is contained in:
@@ -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'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user