diff --git a/awxkit/awxkit/api/pages/credentials.py b/awxkit/awxkit/api/pages/credentials.py index af78eb141e..f19d2d4439 100644 --- a/awxkit/awxkit/api/pages/credentials.py +++ b/awxkit/awxkit/api/pages/credentials.py @@ -80,6 +80,7 @@ credential_type_name_to_config_kind_map = { 'ansible tower': 'tower', 'google compute engine': 'gce', 'insights': 'insights', + 'openshift or kubernetes api bearer token': 'kubernetes', 'microsoft azure classic (deprecated)': 'azure_classic', 'microsoft azure resource manager': 'azure_rm', 'network': 'net',