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
feat: add allowed networks configuration for agents and keyrings
- Introduced a new question for allowed networks in both AgentCreateQuestions and KeyringsCreateQuestions, allowing users to specify network filters.
- Updated the AgentsController and KeyringsController to utilize the NetworkAllowedGuard for enhanced security based on allowed networks.
- Modified the AgentsCommand to handle the new allowedNetworks property, ensuring proper integration during agent creation.
- Enhanced the Keyrings module to include the NetworkAllowedGuard, improving overall security for keyring operations.
0 commit comments