I want to check whether a user/role ARN is added in a cluster aws-auth
configmap. Few ways to do that is either by using eksctl
and kubectl
cli commands and checking. I want to do it programatically using Kubernetes nodejs API .
I also figured that AWS console make a request to skylens endpoint (see image). But this endpoint is not listed in the nodejs API.