[Architecture] [APIM] Sending Custom headers to Websocket back ends.

2018-06-28 Thread Menaka Jayawardena
Hi, *With reference to [RRT][APIM] Code Review - Sending Enduser information to WS Backends and based on the offline discussion with Kevin.* *Initial Requirement:* When the JWT token generation is enabled in API Manager, the jwt token should be sent to the Web socket backend. *Current

[Architecture] WSO2 Product Installation Resources Released!

2018-06-28 Thread Chiranga Alwis
WSO2 Installation Experience team is pleased to announce the release of Docker and Kubernetes resources for WSO2 products. *Docker* Released artifacts: - WSO2 API Manager v2.2.0.3 - https://github.com/wso2/docker-apim/releases/tag/v2.2.0.3 - WSO2 Enterprise Integrator v6.2.0.6 -

Re: [Architecture] Dynamic backend endpoint definition for APIs in API micro gateway

2018-06-28 Thread Malintha Amarasinghe
Hi Chamila, A small suggestion for the implementation: I think this will be relatively easier if we define a function to get a particular config from env variable name (input 1) or from the default value (input 2) (if env variable is not defined). Then we can use this function name straight in

[Architecture] Dynamic backend endpoint definition for APIs in API micro gateway

2018-06-28 Thread Chamila Adhikarinayake
Hi All, I'm implementing a dynamic backend endpoint feature which will provide users the capability to define dedicated backends for the same API. This feature is a bit similar to what we have in API Manager where we define endpoints with variables and resolve it during the runtime (say we