mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
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:
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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user