Azure Kubernetes Service
Last updated
Enter the Azure Active Directory tenant ID where your AKS subscription lives.
Enter the Azure subscription ID that contains the AKS clusters.
Enter the Application (Client) ID of an Azure AD app registration with permissions to read AKS resources.
Enter the client secret generated for the app registration above.
Proxy URL (optional).
Choose this if your connection is going to be over HTTPS (optional, default: True).
The amount of time (in seconds) to wait for API responses. (default: 30)
Permissions Required
The app registration needs the Reader role assigned at the subscription scope (or a custom role granting the following actions):
Microsoft.ContainerService/managedClusters/read
Microsoft.ContainerService/managedClusters/agentPools/read
Microsoft.ContainerService/managedClusters/agentPools/machines/read
Last updated