mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
move path parameterization to the CredentialInputSource model
This commit is contained in:
committed by
Jake McDermott
parent
0ee223f799
commit
69368d874e
@@ -265,7 +265,16 @@ def credentialtype_external():
|
||||
'secret': True,
|
||||
'help_text': 'An access token for the server.'
|
||||
}],
|
||||
'required': ['url', 'token'],
|
||||
'metadata': [{
|
||||
'id': 'key',
|
||||
'label': 'Key',
|
||||
'type': 'string'
|
||||
}, {
|
||||
'id': 'version',
|
||||
'label': 'Version',
|
||||
'type': 'string'
|
||||
}],
|
||||
'required': ['url', 'token', 'key'],
|
||||
}
|
||||
external_type = CredentialType(
|
||||
kind='external',
|
||||
|
||||
Reference in New Issue
Block a user