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
{{ message }}
This repository was archived by the owner on Apr 16, 2026. It is now read-only.
ASB authenticates agent workloads via Kubernetes projected service account JWTs. This is effective in K8s but not portable to non-K8s runtimes (local dev, cloud VMs, serverless, CI/CD runners).
Why it matters
Maestro runs locally on developer machines, not in K8s
CI/CD agents run in GitHub Actions, not K8s
Competitors (Vault A2A, Aembit) support OIDC for broader workload identity
Enterprise adoption requires agent secret brokering wherever agents run
Context
ASB authenticates agent workloads via Kubernetes projected service account JWTs. This is effective in K8s but not portable to non-K8s runtimes (local dev, cloud VMs, serverless, CI/CD runners).
Why it matters
Suggested approach