-
Notifications
You must be signed in to change notification settings - Fork 42
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
implement health check #161
Conversation
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
## 3.1. Agent API’s | ||
|
||
## 3.1. Tornjak API’s | ||
### - [Healthcheck](https://pkg.go.dev/google.golang.org/grpc/health/grpc_health_v1#HealthCheckRequest) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this referencing health check from grpc instead of SPIRE?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the health check tool that SPIRE uses - they import it directly in their implementation, so I think for us to access programmatically, this is what we have to do. Maybe I should put a note here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! Tested and integrated with frontend.
* implemented health check Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * fixing lint check Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * reverting cmd file Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * nit Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * added debug server call Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * adding documentation Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * attempting to clean lint Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * attempt to remove lint Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * removing deadcode Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * removing more deadcode Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * removing more deadcode Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * removing more deadcode Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> --------- Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
* parameterize ports in docker file Signed-off-by: Mohammed Abdi <moabdi@Mohammeds-MBP-2.attlocal.net> * implement health check (#161) * implemented health check Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * fixing lint check Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * reverting cmd file Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * nit Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * added debug server call Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * adding documentation Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * attempting to clean lint Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * attempt to remove lint Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * removing deadcode Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * removing more deadcode Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * removing more deadcode Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * removing more deadcode Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> --------- Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * adding documentation Signed-off-by: Mohammed Abdi <moabdi@Mohammeds-MBP-2.attlocal.net> --------- Signed-off-by: Mohammed Abdi <moabdi@Mohammeds-MBP-2.attlocal.net> Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> Co-authored-by: Mohammed Abdi <moabdi@Mohammeds-MBP-2.attlocal.net> Co-authored-by: Maia Iyer <maia.raj.iyer@gmail.com>
No description provided.