You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Francesco Chicchiriccò (JIRA)" <ji...@apache.org> on 2019/04/03 12:10:03 UTC

[jira] [Created] (SYNCOPE-1455) New component: sra (API gateway)

Francesco Chicchiriccò created SYNCOPE-1455:
-----------------------------------------------

             Summary: New component: sra (API gateway)
                 Key: SYNCOPE-1455
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1455
             Project: Syncope
          Issue Type: New Feature
            Reporter: Francesco Chicchiriccò
            Assignee: Francesco Chicchiriccò
             Fix For: 3.0.0


At high-level, this [API gateway|https://microservices.io/patterns/apigateway.html] it's an HTTP reverse proxy exposing a +set of public APIs+, where the response for invocation of a public API is the result of a configurable process which involves the invocation of one or more +internal APIs+.

Capabilities:
 * configurable mapping between public and internal APIs
 * authentication / authorization enforcement
 * throttling
 * monitor / statistics
 * lifecycle management: draft / staging / published / deprecated / ...

For reference / inspiration:
 * [https://docs.wso2.com/display/AM260/Key+Concepts]
 * [https://istio.io/docs/concepts/what-is-istio/]
 * [https://github.com/getheimdall/heimdall]

Good candidate for building upon appears to be [Spring Cloud Gateway|https://spring.io/projects/spring-cloud-gateway]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)