azure-aks-configmap-data
ConfigMaps are plaintext and are often misused for credentials or sensitive configuration.
Where it sits
| location | Kubernetes core/v1 ConfigMap.{data,binaryData} |
| location kind | config_field |
| data kinds | credential password api_key access_key secret_key oauth_token connection_string source_code_secret |
| emits edge | ContainsSecret |
| service | AKS (azure:aks) |
Collection recipe
| access mode | data_plane |
| operation | Kubernetes GET /api/v1/namespaces/{namespace}/configmaps/{name} |
| response path | {data,binaryData} |
| encoding | json |
| params | {"resource_id": "\u003cazure-resource-id\u003e"} |
Required permissions
Microsoft.ContainerService/managedClusters/configmaps/read
References