This error is caused by a new feature introduced in TAP 1.5 versions.
For Multi-clusters, users may already followed
View resources on multiple clusters in Tanzu Application Platform GUI - TAP 1.4 and set up the required
Service Account and
ClusterRole to be able to view resources on the
Build or
Run clusters. Due to the new feature mentioned above, it's necessary to add below scopes to the
ClusterRole in TAP 1.5 to consume the improved security feature. With the updated ClusterRole, it will be able to access and request tokens from the Application Live View APIServer and see the live information in Application Live View.
- apiGroups: ['appliveview.apps.tanzu.vmware.com']
resources:
- resourceinspectiongrants
verbs: ['get', 'watch', 'list', 'create']
See below links for more information about the new feature and the configuration change: