Would like the `/api/cost-management/v1/sources/?type=AWS` API to return a 403 if the user does not have RBAC access to AWS, for example.
The overview page currently displays tabs and perspective dropdown options based on whether providers are available. Ideally, tabs and dropdown options would be omitted if the user does not have RBAC access to each source. This also would help the UI display the an error state in the details pages.
The report APIs will generate a 403, but need this at a higher level. That is, before making so many individual requests for each overview card.