mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
make sure we use built in credential type
this way we can pass kind="registry" to akit creat method and we get the correct built in type
This commit is contained in:
committed by
Shane McDonald
parent
ae5a1117d4
commit
05dded397d
@@ -82,6 +82,7 @@ def config_cred_from_kind(kind):
|
||||
|
||||
credential_type_name_to_config_kind_map = {
|
||||
'amazon web services': 'aws',
|
||||
'container registry': 'registry',
|
||||
'ansible galaxy/automation hub api token': 'galaxy',
|
||||
'ansible tower': 'tower',
|
||||
'google compute engine': 'gce',
|
||||
|
||||
Reference in New Issue
Block a user