mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -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:
@@ -15,6 +15,7 @@ aim_inputs = {
|
||||
'id': 'url',
|
||||
'label': _('CyberArk AIM URL'),
|
||||
'type': 'string',
|
||||
'format': 'url',
|
||||
}, {
|
||||
'id': 'app_id',
|
||||
'label': _('Application ID'),
|
||||
|
||||
Reference in New Issue
Block a user