Added my EKS cluster on my canvas but BlueXP shows some authentication errors when I try to enter working environment. I have deployed my connector instance through the BlueXP console recently, so the connector should have sufficient permissions(IAM policies) on AWS layer. Also I have mapped the IAM role that is associated with my connector instance to "system:masters" in my EKS cluster. So, the connector has full permission on k8s layer as well.
While I am thinking my cluster meets all the requirements to be managed by BlueXP, am I missing something?
# provide full permission to the connector's role
$ eksctl get iamidentitymapping --cluster my-cluster --region ap-northeast-1
ARN USERNAME GROUPS ACCOUNT
arn:aws:iam::xxxxxxxxxx:role/Cloud-Manager-Operator-5Z00Zkm system:node:{{EC2PrivateDNSName}} system:masters
Thank you for your help!