You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Address review feedback on IAM scope, runner_ip, and validation retries
- CloudWatchAgentServerPolicy already covers the agent's OTLP trace writes, so
xray:PutSpans is unnecessary. Removing it leaves the AKS role with no inline
policy at all; the VM inline policy is now validation reads only.
- runner_ip is required in both modules instead of defaulting to "". This removes
the path where an unset value left the AKS API server reachable from any IP
while reading as restricted, and drops the dynamic block that worked around it.
- VM log validation now retries on the same schedule as the AKS path, so a slow
first ingestion no longer reports as a delivery failure.
- Scope AKS metric validation on a test_id datapoint attribute and assert
cloud.platform=azure_aks. Datapoint attributes are the one surface no resource
processor rewrites, and cloud.platform is emitted only by the aks detector, so
the assertion covers detection rather than echoing back the injected payload.
- Match the kubernetes provider constraint already used by eks/daemon/efa.
- Move the load-generator payload rationale into the script, and drop the stale
USE_DEFAULT_CONFIG references and all-merged prerequisite list from the README.
0 commit comments