Re: [Architecture] [APIM][C5] Shall we add gateway health check capability

2017-03-23 Thread Udara Liyanage
list >>>> Architecture@wso2.org >>>> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture >>>> >>>> >>> >>> >>> -- >>> Lakmal Warusawithana >>> Director - Cloud Architecture; WSO2 Inc. >>> Mo

Re: [Architecture] RESTFul API for App Manager - Design discussion

2016-04-20 Thread Udara Liyanage
weerawarana.org/; twitter: @sanjiva >>>> Lean . Enterprise . Middleware >>>> >>>> ___ >>>> Architecture mailing list >>>> Architecture@wso2.org >

Re: [Architecture] [Dev] [REST APIs][Analytics] GET request with a payload

2016-03-24 Thread Udara Liyanage
bin/mailman/listinfo/architecture >>>>> >>>>> >>>> >>>> >>>> -- >>>> -- >>>> Lahiru Sandaruwan >>>> Committer and PMC member, Apache Stratos, >>>> Senior Software Engineer, >>>> WSO2 Inc., http://wso2.com

Re: [Architecture] [Dev] create tenant via rest api

2016-02-25 Thread Udara Liyanage
e/stratos/rest/endpoint/api/StratosApiV41.java#L1511 > > If there is such api please where can i find it? > > Thanks, > John > > > > ___ > Dev mailing list > d...@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > >

[Architecture] ESB message processor configure number of messages per an attempt

2014-12-08 Thread Udara Liyanage
+Processor -- Udara Liyanage Software Engineer WSO2, Inc.: http://wso2.com lean. enterprise. middleware web: http://udaraliyanage.wordpress.com phone: +94 71 443 6897 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin

[Architecture] carbon kernel identity.xml is not compatible with oAuth feature 4.2.3

2014-11-24 Thread Udara Liyanage
, what is the best way? 1) update kernel with compatible configurations 2) individual products has their own identity.xml. In this way individual product has to update every time when a change is occurred from IS side. -- Udara Liyanage Software Engineer WSO2, Inc.: http://wso2.com lean

Re: [Architecture] APIM Support for getting Authorization header from query String

2014-11-21 Thread Udara Liyanage
Hi, Given you use HTTP, If the request is intercepted, keys are exposed even you send as URL or as headers. If you use https, headers and URL are both encrypted I guess. However sending in URL has some drawbacks, 1) browsers caches the URL 2) will be printed in logs ad Johans mentioned So

Re: [Architecture] [ES] Password Recovery in ES

2014-11-18 Thread Udara Liyanage
Hi, Better to have both, however prefer option 1 over 2 Touched, not typed. Erroneous words are a feature, not a typo. ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] Integrating puppet scripts for AppFactory Development environment setup to OS X

2014-11-14 Thread Udara Liyanage
Hi, I am not much clear about your requirement. Are you trying to create puppet master in a Ubuntu VM machine created in your laptop and have puppet client in an open stack instance or vise versa? I don't this it is hard to run puppet master and client in a 8GB machine. Touched, not typed.

Re: [Architecture] [AppManager] Sorting Applications in the store by accessed fequency

2014-11-14 Thread Udara Liyanage
Hi, So every time an app is accessed the incremented counter needs to be written to db. Isn't it an considerable overhead if apps are accessed frequently. How about keeping the counter in a cache or write to db say for every 10 times(a meaningful value) an app is accessed? Touched, not typed.

Re: [Architecture] App Factory - Resources for .NET and PHP

2014-11-13 Thread Udara Liyanage
protection. That could even push environment variables out so that code can pull the values out directly. That's what Paul wanted to do a long time ago. Sanjiva. On Wed, Nov 12, 2014 at 6:49 AM, Udara Liyanage ud...@wso2.com wrote: Hi, username,password based validation is there in metadata

Re: [Architecture] [APPFAC] - Issue in deploying php applications in M6 release

2014-11-12 Thread Udara Liyanage
Hi Roshan, I like to suggest the word none instead of empty Touched, not typed. Erroneous words are a feature, not a typo. On Nov 12, 2014 9:35 AM, Roshan Deniyage rosh...@wso2.com wrote: Its breaking not because of * but, code changes in M6 release. I'm going to change the * sign because

Re: [Architecture] [APPFAC] - Issue in deploying php applications in M6 release

2014-11-12 Thread Udara Liyanage
AM, Udara Liyanage ud...@wso2.com wrote: Hi Roshan, I like to suggest the word none instead of empty Touched, not typed. Erroneous words are a feature, not a typo. On Nov 12, 2014 9:35 AM, Roshan Deniyage rosh...@wso2.com wrote: Its breaking not because of * but, code changes in M6

Re: [Architecture] App Factory - Resources for .NET and PHP

2014-11-11 Thread Udara Liyanage
. thanks, dimuthu On Sat, Nov 8, 2014 at 11:30 PM, Udara Liyanage ud...@wso2.com wrote: On Sat, Nov 8, 2014 at 11:18 PM, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi Sanjiva, Udara and all, If we are using PHP API we have to workout Authentication/Authorization for Registry Rest API

Re: [Architecture] Making appfactory installation in a single node using ppuppet

2014-11-11 Thread Udara Liyanage
listener. So if there is way to pass configs to initialize the connection when we start listner , it will be easy to do this. @Imesh, WDYT ? harshat@mobile On Nov 11, 2014 9:22 AM, Udara Liyanage ud...@wso2.com wrote: Hi, Since you know the subscription alias, you can call Stratos REST API

Re: [Architecture] App Factory - Resources for .NET and PHP

2014-11-08 Thread Udara Liyanage
in payload. thanks, dimuthu On Sat, Nov 8, 2014 at 10:45 PM, Udara Liyanage ud...@wso2.com wrote: Hi Dimutu, How about using a metadata service for this. Metadata service is a REST service where its provides APIs to publish and fetch key value/values pairs. This is already implemented

Re: [Architecture] App Factory - Resources for .NET and PHP

2014-11-08 Thread Udara Liyanage
, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi Udara, Is it available in the new version of Stratos? So when we write to Metadata service, how is my app suppose to get it? Is it via environment variables? thanks, dimuthu On Sat, Nov 8, 2014 at 10:45 PM, Udara Liyanage ud...@wso2.com wrote

Re: [Architecture] Making appfactory installation in a single node using ppuppet

2014-11-03 Thread Udara Liyanage
, Udara Liyanage ud...@wso2.com wrote: Hi, Are you going to have three puppet masters, one puppet master for each env? You need to install three ActiveMQ servers in the machine. [1] may help you to guide on that. Run boot.sh without -s option, otherwise it tries to install ActiveMQ. Anyhow

Re: [Architecture] [AppFac][Issue]Deployment Notification for Single Tenant Cartridges

2014-11-02 Thread Udara Liyanage
://mail.wso2.org/cgi-bin/mailman/listinfo/architecture ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- Udara Liyanage Software Engineer WSO2, Inc.: http://wso2.com lean. enterprise

Re: [Architecture] [IS] [Secondary User Store] Securing passwords in secondary userstore configurations

2014-10-28 Thread Udara Liyanage
Hi, Isn't is better to encrypt fields of the file rather than the whole file like we do in secure vault. Please correct me if I am wrong since I am not well aware of the exact use case I prefer prefix rather than appending since appending enc does not help someone to figure it out as a secured

Re: [Architecture] What is the best/wso2 way to authenticate REST endpoints.

2014-10-18 Thread Udara Liyanage
Hi, Having basic oauth with HTTPS is kind of secured as long as no third party is invoking the APIs. Touched, not typed. Erroneous words are a feature, not a typo. ___ Architecture mailing list Architecture@wso2.org

Re: [Architecture] [App-Fac] Deployment URL for Single Tenant Cartridges in App-Factory

2014-10-16 Thread Udara Liyanage
Hi, Cartridge agent is the one what deploy the app when artifact update event is triggered. I think you can do this by a agent extension. Similar script as AS can be executed in that extension point. Touched, not typed. Erroneous words are a feature, not a typo.

Re: [Architecture] [App-Fac] Approach to Generate Application URL of Application Types which uses Single Tenant Cartridges in App-Factory

2014-10-11 Thread Udara Liyanage
. Mobile : +94714289692 Blog : http://lakmalsview.blogspot.com/ ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture -- Udara Liyanage Software Engineer WSO2, Inc.: http://wso2.com lean

Re: [Architecture] Training Calendar on App Cloud

2014-10-01 Thread Udara Liyanage
Hi, I saw another project discussed in [1] which looks similar if we consider training as a event. You will be able to collaborate with that project which might be helpful. Only additional thing you have to do is creating the calendar. [1] Architecture] Event Tracker Application on App Cloud

Re: [Architecture] [Dev] Obtaining a registry value for a PHP application through the Registry REST API

2014-09-09 Thread Udara Liyanage
Architect Product Lead of App Factory WSO2, Inc. (http://wso2.com) email: dimut...@wso2.com Mobile : 0773661935 Lean . Enterprise . Middleware ___ Dev mailing list d...@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Udara Liyanage

Re: [Architecture] [Dev] Obtaining a registry value for a PHP application through the Registry REST API

2014-09-09 Thread Udara Liyanage
Hi Dimutu, Below is an example payload of instance. Appname and tenantid is available. SERVICE_NAME=php,HOST_NAME=phptest1011. http://phptest1011.stratos.com/ stratos.com http://phptest1011.stratos.com/

Re: [Architecture] AppFactory Custom URL improvement

2014-09-04 Thread Udara Liyanage
informative messages. As you have suggested I have created a jira[1] in stratos. [1] https://issues.apache.org/jira/browse/STRATOS-773 On Wed, Sep 3, 2014 at 9:29 PM, Udara Liyanage ud...@wso2.com wrote: Touched, not typed. Erroneous words are a feature, not a typo. On Sep 3, 2014 5:56 PM

Re: [Architecture] AppFactory Custom URL improvement

2014-09-03 Thread Udara Liyanage
Touched, not typed. Erroneous words are a feature, not a typo. On Sep 3, 2014 5:56 PM, Samith Dassanayake sam...@wso2.com wrote: Hi, I have started working on the $subject[1] and it will be done in two phases Phase 1: Improve the usability In current implementation there are around 7

Re: [Architecture] [AF] Datasources for PHP application type

2014-08-22 Thread Udara Liyanage
, not typed. Erroneous words are a feature, not a typo. On Aug 22, 2014 5:43 PM, Ajanthan Balachandran ajant...@wso2.com wrote: On Fri, Aug 22, 2014 at 9:43 AM, Udara Liyanage ud...@wso2.com wrote: Hi, We have done a similar thing by adding metadata service and extending cartridge agent

Re: [Architecture] Issues when using email address as the userName in Appfactory

2014-04-09 Thread Udara Liyanage
+1 for using a regex which is more readable and maintaiwnance friendly. Touched, not typed. Erroneous words are a feature, not a typo. ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] Private PaaS on Cloudstack

2014-03-16 Thread Udara Liyanage
Hi, Currently Private PAAD supports Amazon EC2 and openstack. Partially tested with VCloud. Since cloud stack is supported by JClouds it should be possible to work with CloudStack. However not started testing yet. Touched, not typed. Erroneous words are a feature, not a typo. On Mar 15, 2014

Re: [Architecture] Resilient application creation process

2014-01-10 Thread Udara Liyanage
From a perspective of user I like to see this as a set of process and if one process is not successful,that perticular process should be able to retry rather than aborting the whole process. User should be informed of the process which is failed. If retry of a failed process(a mandatory process)