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 28, 2026. It is now read-only.
Contact Details
No response
Is your feature request related to a problem?
A2A operations are unauthenticated/unauthorized, which risks misuse of coordination primitives.
Describe the solution you'd like
Add
AuthManager:A2A_SECREThas_rolechecksDescribe alternatives you've considered
Use Case
Gate sensitive operations (e.g., scaling, rollout triggers) to authorized roles; verify agent identity in message handlers.
Priority
High - Important for my workflow
Feature Type
Additional Context
Production requires strong
A2A_SECRET. Future: token rotation, per-agent secrets, mTLS/OIDC.Implementation
Code of Conduct