azure-aks-kubernetes-secret-data
Kubernetes Secrets store base64-encoded credentials, keys, and certificates.
Where it sits
| location | Kubernetes core/v1 Secret.{data,stringData} |
| location kind | secret_value |
| data kinds | credential password api_key access_key secret_key oauth_token connection_string private_key certificate |
| emits edge | CanReadSecret |
| service | AKS (azure:aks) |
Collection recipe
| access mode | data_plane |
| operation | Kubernetes GET /api/v1/namespaces/{namespace}/secrets/{name} |
| response path | data |
| encoding | map |
| params | {"resource_id": "\u003cazure-resource-id\u003e"} |
Required permissions
Microsoft.ContainerService/managedClusters/secrets/read
References