-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
False
-
-
False
-
-
-
1
-
ACM Console Sprint 254
UI gets from accounts-manager some subscriptions with plan.id='AnsibleWisdom' and attempts to show them as clusters. e.g. https://console.redhat.com/openshift/details/s/2amXINZ5mKzWbzijjKtIjsfnOYV
Per slack thread, those are not clusters and should be filtered out in the subscriptions request we make.
Steps to reproduce
- Run in CLI (omit the Active part if you don't get any):
ocm get subs -p search="plan.id = 'AnsibleWisdom' AND status = 'Active'" - Search the cluster list in the UI by subscription id or cluster_id.
Actual behavior: can see them in list and click them, but they lack most data clusters have.
Expected: can't find them.
P.S. So far our query approach has been plan.id NOT IN ... built from omittedProducts denylist. This is not first time non-cluster subscription types were added and we only remembered to exclude from UI afterwards... So perhaps it's wiser to switch to "allowlist" of types?