Description of problem:
Error seen in dev console after importing a cluster
Version-Release number of selected component (if applicable):
ACM 2.8.0
How reproducible:
Always
Steps to Reproduce:
- Open developer tools
- Import a cluster
Actual results:
After redirect to the cluster overview page, error is seen in console
Expected results:
No console errors
Additional info:
This is due to an RBAC check for fetching secrets in the cluster namespace. The cluster namespace is initially set to ~managed-cluster as a place holder, and when the real namespace is determined, that request is aborted.