argo-helm icon indicating copy to clipboard operation
argo-helm copied to clipboard

I dont see the token or bearer token for AKS cluster in ARGO CD

Open Rakeshnellisara opened this issue 2 years ago • 0 comments

Describe the bug

Hi Team,

We have a AKS clusters on admin node and we are trying to get the Token for cli connection. But in the ARGO CD we see only Certdata, keydata and the cadata values for AKS clusters. We dont see anywhere token values.

Would you please help on how to get token or anyway to connect to aks clusters using certdata or keydata values ?

Related helm chart

argo-cd

To Reproduce

I doubt we can reproduce the issue.. I see this issue in ARGO CD UI when I try to get token from config. Basic structure looks like below.

{
  "tlsClientConfig": {
    "insecure": false,
    "certData": certdata,
    "keyData": key data,
    "caData": cadata
  }
}

Expected behavior

I suppose we should have token or bearer token ? like tkgi

{
"bearerToekn": value
  "tlsClientConfig": {
    "insecure": false,
    "certData": certdata,
    "keyData": key data,
    "caData": cadata
  }
}

Screenshots

No response

Additional context

No response

Rakeshnellisara avatar Jun 07 '22 17:06 Rakeshnellisara