mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
require url scheme for credential type url inputs
This adds a url formatting type for credential input string fields The validator for this formatting type will throw an error if the provided url string doesn't have a url schema.
This commit is contained in:
@@ -16,6 +16,7 @@ conjur_inputs = {
|
||||
'id': 'url',
|
||||
'label': _('Conjur URL'),
|
||||
'type': 'string',
|
||||
'format': 'url',
|
||||
}, {
|
||||
'id': 'api_key',
|
||||
'label': _('API Key'),
|
||||
|
||||
Reference in New Issue
Block a user