You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to connect to my AKS cluster using the (default) devicelogin. Since kubelogin is not sending anything to identify the device (like an user-agent), the Azure built-in conditional access policy 'CA010: Block access for unknown or unsupported device platform' blocks the access.
Using kubelogin convert-kubeconfig -l interactive or kubelogin convert-kubeconfig -l azurecli on the same machine works fine.
The text was updated successfully, but these errors were encountered:
@jorik90 you can update the policy using the client app ID (80faf920-1908-4b52-b5ef-a8e7bedfc67a) or server appID (6dae42f8-4368-4678-94ff-3960e28e3630)
I'm trying to connect to my AKS cluster using the (default) devicelogin. Since kubelogin is not sending anything to identify the device (like an user-agent), the Azure built-in conditional access policy 'CA010: Block access for unknown or unsupported device platform' blocks the access.
Using
kubelogin convert-kubeconfig -l interactive
orkubelogin convert-kubeconfig -l azurecli
on the same machine works fine.The text was updated successfully, but these errors were encountered: