Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nodes connections command needs to show if the connections have been authenticated #369

Closed
tegefaulkes opened this issue Feb 11, 2025 · 1 comment
Assignees
Labels
development Standard development

Comments

@tegefaulkes
Copy link
Contributor

Specification

With the new network segregation changes, we can have active connections but if they're not authenticated then they can't be used. We need to indicate in the nodes connections command and the agent status command the connections that have been authenticated.

For the nodes connections command this just needs to indicate next to each connection if it has been authenticated or not. The RPC call for getting the active connections from the Polykey Agent needs to be updated to support this.

For the agent status we just need to show the number of total, authenticated and unauthenticated connections.

Additional context

Tasks

  1. Update the active connections RPC call to indicate if each connection is authenticated.
  2. Update the nodes connections command to show if the connections are authenticated.
  3. Update the agent status command to show the number of authenticated and unauthenticated connections.
@tegefaulkes tegefaulkes added the development Standard development label Feb 11, 2025
Copy link

linear bot commented Feb 11, 2025

ENG-528

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Standard development
Development

No branches or pull requests

2 participants