Skip to content

v4.0 (2018-07-31)

Compare
Choose a tag to compare
@jbonnet jbonnet released this 31 Jul 10:33
a7c06b4

The v4.0 of the tng-api-gtw bring the following features to the SONATA (powered by 5GTANGO) ecosystem of repositories.

  • a request redirection mechanism (NGINx web server) adequately configured for 5GTANGO's infrastructure;
  • a simple routing mechanism, configurable at deployment time, to route requests from the outside to a specific (set of) micro-services;
  • support for the main HTTP verbs in the request: GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD
  • basic request validation mechanisms, such as HTTP verb(s) allowed, user authentication needed, etc., to avoid invalid requests to proceed within the stack;
  • logging and KPI collection;