openculinary / infrastructure

This repository documents the steps required to set up a fresh RecipeRadar environment
GNU Affero General Public License v3.0
5 stars 5 forks source link

Enable haproxy ingress to diagnostics service #25

Closed jayaddison closed 4 years ago

jayaddison commented 4 years ago

Describe the reason for these changes and the problem that they solve

As part of openculinary/frontend#94, the diagnostics service has been built which provides information about current and historic recipe content.

As noted in openculinary/backend#19, an intentional decision has been made not to provide direct access to the backend service where this data is sourced. Instead the diagnostics service provides a limited set of endpoints with which callers can interact.

Briefly summarize the changes

  1. Allow ingress to the diagnostics service via requests with a /diagnostics prefix

How have the changes been tested?

  1. Local development testing

List any issues that this change relates to Relates to openculinary/frontend#94.