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

Add gRPC server and skeleton for Commander Service #377

Closed
kate-osborn opened this issue Jan 17, 2023 · 0 comments · Fixed by #408
Closed

Add gRPC server and skeleton for Commander Service #377

kate-osborn opened this issue Jan 17, 2023 · 0 comments · Fixed by #408
Assignees

Comments

@kate-osborn
Copy link
Contributor

kate-osborn commented Jan 17, 2023

Parent ticket: #292

Add a gRPC server to the control plane and a skeleton implementation of the gRPC Commander Service.

In order to keep PRs for this feature small, this task does not cover implementing the logic of agent registration and configuration management. That will be handled in a separate task. The purpose of this to add the plumbing for the Commander Service and verify that the agent and control plane can communicate with each other.

A/C:

  • Agent can connect to the control plane's gRPC server. Verified by log messages.
  • Agent can send and receive commands via the Commander Service's CommandChannel. Verified by log messages.

Aha! Link: https://nginx.aha.io/features/NKG-35

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

Successfully merging a pull request may close this issue.

1 participant