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 status server on http port #18

Merged
merged 1 commit into from
Jun 2, 2023
Merged

Add status server on http port #18

merged 1 commit into from
Jun 2, 2023

Conversation

agbpatro
Copy link
Collaborator

@agbpatro agbpatro commented Jun 2, 2023

update unit and integration tests as well
#17

@agbpatro agbpatro requested a review from aaronpkahn June 2, 2023 04:23
@@ -92,11 +92,16 @@ var _ = Describe("Test vital payload messages", Ordered, func() {
VerifyMessageBody(msg.Value, vehicleName, timestamp)
})

It("returns 200 for status", func() {
It("returns 200 for mtls status", func() {
err := VerifyHTTPSRequest(serviceURL, "status", tlsConfig)
Expect(err).To(BeNil())
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: could we validate the response body here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed

@agbpatro agbpatro force-pushed the use_non_tls_status_port branch 5 times, most recently from 6c61786 to 79ef6cb Compare June 2, 2023 06:04
@agbpatro agbpatro merged commit 9248ddb into main Jun 2, 2023
@agbpatro agbpatro deleted the use_non_tls_status_port branch June 2, 2023 15:38
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 this pull request may close these issues.

2 participants