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:
Elijah DeLee 2021-02-22 14:00:33 -05:00 committed by Shane McDonald
parent ae5a1117d4
commit 05dded397d

View File

@ -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',