mondoohq / cnquery

open source, cloud-native, graph-based asset inventory

Home Page:https://cnquery.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: AKS `.apiServerAccessProfile'` field and sub-fields

mm-weber opened this issue · comments

Is it possible to add the following fields to azure.subscription.aks.clusters. ?

az aks show --name ${CLUSTER_NAME} --resource-group ${RESOURCE_GROUP} --query "apiServerAccessProfile.enablePublicFqdn"

az aks show --name ${CLUSTER_NAME} --resource-group ${RESOURCE_GROUP} --query "apiServerAccessProfile.enablePrivateCluster"

az aks show --name ${CLUSTER_NAME} --resource-group ${RESOURCE_GROUP} --query "apiServerAccessProfile.authorizedIpRanges"

az aks show --name ${CLUSTER_NAME} --resource-group ${RESOURCE_GROUP} --query "networkProfile.networkPolicy"

az aks show --resource-group ${RESOURCE_GROUP} --name ${CLUSTER_NAME} --query "networkProfile"