Hello,
Is it possible to download each k8s cluster's user kubeconfig file from Rancher using API or Rancher CLI?
curl --insecure -u token-lgrnp:5q4jsdddsdd https://rancher1.com/v3/users | jq
this command will display user information, but the user's human-readable name is not showing instead it showing ID. How to get these user kubeconfig files?