Skip to content

Latest commit

 

History

History
47 lines (43 loc) · 847 Bytes

File metadata and controls

47 lines (43 loc) · 847 Bytes

IAM Permission

The Policy required to deploy this module:

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": [
                "eks:DescribeCluster"
            ],
            "Resource": [
                "*"
            ]
        }
    ]
}

Azure Role Permissions

{
  "Name": "AKS Describe Role",
  "IsCustom": true,
  "Description": "Allows describing AKS clusters",
  "Actions": [
    "Microsoft.ContainerService/managedClusters/read"
  ],
  "DataActions": [],
  "NotDataActions": [],
  "AssignableScopes": [
    "/subscriptions/{subscriptionId}"
  ]
}

Google IAM Permissions

title: GKE Describe Role
description: Allows describing GKE clusters
stage: GA
includedPermissions:
- container.clusters.get