From ad1e7c46c31f32251eb385a7b1c35abab449c15d Mon Sep 17 00:00:00 2001 From: Mat Wilson Date: Wed, 11 Sep 2019 17:08:52 -0700 Subject: [PATCH] add k8s cred type to awxkit --- awxkit/awxkit/api/pages/credentials.py | 1 + 1 file changed, 1 insertion(+) 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',