mirror of
https://github.com/ansible/awx.git
synced 2026-06-27 17:38:02 -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:
@@ -10,6 +10,7 @@ azure_keyvault_inputs = {
|
||||
'id': 'url',
|
||||
'label': _('Vault URL (DNS Name)'),
|
||||
'type': 'string',
|
||||
'format': 'url',
|
||||
}, {
|
||||
'id': 'client',
|
||||
'label': _('Client ID'),
|
||||
|
||||
Reference in New Issue
Block a user