Skip to content

Add a `bgd browser-backend` command to provide a HTTP/1.1 proxy for Operations requests

Adam Coldrick requested to merge sotk/browser/operations-backend into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

If not required, please explain in brief why not.

Description

This MR adds the first part of the bgd browser backend. It includes the scaffolding for the aiohttp app, and simple handlers for creating ListOperations and GetOperation requests.

Issues addressed

Part of #362 (closed)

Merge request reports