Skip to content

Gateway: Forwarding requests to services #36

@Jovin-Ang

Description

@Jovin-Ang

Gateway: Forwarding requests to services

What to Do

  • Implement wildcard route for request forwarding to backend services
  • Authenticate current user and prepend user data in request.
  • Provide 401 Unauthorized API response HTTP code if user is not authenticated.
  • Provide 404 Not Found API response HTTP code if service does not exist.

General Requirements

  • Ensure requests get routed to the correct backend service.
  • Standardise user data format to be passed on to the services.
  • Provide unit tests.

Sub-issues

Metadata

Metadata

Labels

taskSome unit of work to be done

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions