-
Bug
-
Resolution: Done
-
Normal
-
None
-
5
-
False
-
None
-
False
-
COST-4422 - Cloud-account information page
-
-
The "Integration details" page in UI shows an incorrect status/icon for "Data availability" step for misconfigured source. Instead of an empty field, it shows "success" icon.
Note that the api response for a given source seems to be correct:
{ "id": 679777, "uuid": "9379b11f-a020-4c2f-8429-43f705f3e342", "name": "test_cost_azure_source_status_incorrect_client_id", "source_type": "Azure", "authentication": {...} }, "billing_source": {...} }, "provider_linked": false, "active": false, "paused": false, "current_month_data": false, "previous_month_data": false, "last_payload_received_at": false, "last_polling_time": false, "status": {}, "has_data": false, "infrastructure": {}, "cost_models": [], "additional_context": {} },
Steps to reproduce:
stage env, cost-qe-admin-02 user
- navigate to Azure details page
- click on "View all" link at the top of the page -> you should see Integration status for two sources, one of which is misconfigured
- click on "Data details" for the misconfigured source -> the "Integration details" modal will open -> you will see "green check mark" icon indicating success for Data availability step (unexpected)