diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html b/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
index cc91eb81192..9ae559bca99 100644
--- a/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
+++ b/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery-create.html
@@ -16,7 +16,8 @@
Product Options
+ ng-required="createRepoChoices.newProduct === 'false'">
+
Product Options
+ ng-options="content_credential.id as content_credential.name for content_credential in contentCredentials">
+
Repository Options
diff --git a/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html b/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
index e55c22fb171..46107ef84d7 100644
--- a/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
+++ b/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/discovery/views/discovery.html
@@ -4,7 +4,8 @@