This repository has been archived by the owner on Mar 13, 2022. It is now read-only.
Azure Refresh Token Unauthorised Error #135
Labels
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
I am using python kubernetes client to connect my Cluster which is hosted in Azure. I am able to connect my kubernetes env using my token from kubeconfig file using python client, whenever my token expires, I got a refreshed token but that token does not seems to be right. If I use that refreshed token thru python client or as well as manually from UI (Kubernetes) I am getting an unauthorized error.
Little dig in to that method _refresh_azure_token in kube_config.py
I see a client id mentioned as "00000002-0000-0000-c000-000000000000" - I assume this might by replaced with my client id - Please confirm.
Either way I still getting that unauthorized error. Can some one help here? or direction? Appreciated
The text was updated successfully, but these errors were encountered: