get_workload_identity_config
Retrieve workload identity annotation configuration for a Kubernetes ServiceAccount, supporting AKS, EKS, and GKE conventions. Specify namespace and service account name to get the annotations.
Instructions
Returns workload identity annotation configuration for a ServiceAccount (AKS/EKS/GKE conventions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster | No | Target cluster name (default: 'default') | |
| namespace | Yes | ServiceAccount namespace | |
| serviceAccountName | Yes | ServiceAccount name |