Re: [Architecture] [APIM - Microgateway] Restructuring the Microgateway Project Folder Structure and Command Execution to Support Multiple APIs

2019-03-21 Thread Viraj Gamage
Hi all, >From the commands mentioned above, setup command and build command will be implemented in the newly proposed way as a start. For setup command, it needs to be compatible for OpenAPI spec 2.0 as well as 3.0. Therefore we take basepath as a command line argument when the OpenAPI version is

Re: [Architecture] [APIM - Microgateway] Restructuring the Microgateway Project Folder Structure and Command Execution to Support Multiple APIs

2019-03-21 Thread Pubudu Gunatilaka
Hi Viraj, For endpoints, we should have a generic endpoint configuration as follows. For Load balancing: type: "load_balance" endpoints: - "" - "" For fail over: type: "fail over" endpoints: - "" - "" For default case: type: "default"

Re: [Architecture] [APIM - Microgateway] Restructuring the Microgateway Project Folder Structure and Command Execution to Support Multiple APIs

2019-03-21 Thread Viraj Gamage
Will change the endpoint configuration as suggested by @Pubudu Gunatilaka . It seems to be more convenient in terms of user experience. Thank you, Viraj On Thu, Mar 21, 2019 at 3:49 PM Viraj Gamage wrote: > Hi Pubudu, > > IMO, It doesn't seem possible to bring all three fields into one generic

[Architecture] WSO2 Identity Server 5.8.0-alpha Released!

2019-03-21 Thread Hasanthi Purnima Dissanayake
WSO2 Identity and Access Management team is pleased to announce the release of Identity Server 5.8.0 alpha! Download You can download WSO2 Identity Server 5.8.0 alpha from here . You can download WSO2 Ident

[Architecture] How are we planing to support API versioning in v3

2019-03-21 Thread Nuwan Bandara
Hi All, I stumbled upon one of Roy Fielding tweets - https://twitter.com/fielding/status/376835835670167552 :) and started digging bit on api versioning. Right now we encourage API-M users to make API versions explicit in the API URI. which means a sample URI is /{context}/{version}/{resource} e

Re: [Architecture] How are we planing to support API versioning in v3

2019-03-21 Thread Nuwan Dias
On Fri, Mar 22, 2019 at 2:17 AM Nuwan Bandara wrote: > Hi All, > > I stumbled upon one of Roy Fielding tweets - > https://twitter.com/fielding/status/376835835670167552 :) > I unfortunately don't agree with this tweet :). I don't understand how having a v1 makes your API non-evolvable. IMO the s