Make sure that the new credential type is in the choices list

This commit is contained in:
Jeff Bradberry
2020-12-10 11:42:52 -05:00
committed by Shane McDonald
parent 44ad6bfdce
commit c74d60f3f3
2 changed files with 6 additions and 0 deletions

View File

@@ -331,6 +331,7 @@ class CredentialType(CommonModelNameNotUnique):
('net', _('Network')),
('scm', _('Source Control')),
('cloud', _('Cloud')),
('registry', _('Container Registry')),
('token', _('Personal Access Token')),
('insights', _('Insights')),
('external', _('External')),