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
- Start GitLab Agent Server(KAS).
- Run
curl localhost:9000. - Verify output is
Hello from Workspaces Server.
Edited by Vishal Tak