We’re experiencing intermittent issues with the Azure Workload Identity webhook in version 1.5.0. Our setup runs 4 pods of the webhook service.
This occurs during pod creation, particularly from Argo Workflows, with the following error
Internal error occurred: failed calling webhook "mutation.azure-workload-identity.io": failed to call webhook: Post "https://azure-wi-webhook-webhook-service.azure-workload-identity-system.svc:443/mutate-v1-pod?timeout=10s": context deadline exceeded
From the webhook logs, we only see occasional messages like:
{"level":"info","timestamp":"2025-05-19T08:19:49.001573Z","caller":"/usr/local/go/src/log/log.go:245$log.(*Logger).output","message":"http: TLS handshake error from 10.61.91.69:52362: EOF"}
The issue is random, not constant, but it blocks workflow execution. Any guidance on diagnosing or mitigating this would be appreciated.
We’re experiencing intermittent issues with the Azure Workload Identity webhook in version 1.5.0. Our setup runs 4 pods of the webhook service.
This occurs during pod creation, particularly from Argo Workflows, with the following error
From the webhook logs, we only see occasional messages like:
{"level":"info","timestamp":"2025-05-19T08:19:49.001573Z","caller":"/usr/local/go/src/log/log.go:245$log.(*Logger).output","message":"http: TLS handshake error from 10.61.91.69:52362: EOF"}The issue is random, not constant, but it blocks workflow execution. Any guidance on diagnosing or mitigating this would be appreciated.