Add workspaces http server

Issue: Add Workspaces HTTP server in KAS (#732 - closed)

Description

Add workspaces http server in KAS. This MR sets up the plumbing. The server always replies with a constant response in this MR. Followup MRs will add domain logic to authenticate and tunnel the traffic to the appropriate agentw.

Steps to verify

  1. Start GitLab Agent Server(KAS).
  2. Run curl localhost:9000.
  3. Verify output is Hello from Workspaces Server.
Edited by Vishal Tak

Merge request reports

Loading