Re: [Architecture] [Dev] Caching implementation performance improvement

2013-08-07 Thread Danushka Fernando
Hi, Just wondering about the update mechanism. What happens when original value or L2 cache value get updated? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Wed, Aug 7, 2013 at 2:02 PM, Afkham Azeez az...@wso2.com wrote: [image: Inline

Re: [Architecture] [Dev] Caching implementation performance improvement

2013-08-07 Thread Danushka Fernando
I am asking about caching invalidating mechanism Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Wed, Aug 7, 2013 at 5:13 PM, Isuru Perera isu...@wso2.com wrote: On Wed, Aug 7, 2013 at 2:59 PM, Danushka Fernando danush...@wso2

Re: [Architecture] [Dev] Caching implementation performance improvement

2013-08-07 Thread Danushka Fernando
Thats what my question was about. Thanks Azeez. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Wed, Aug 7, 2013 at 5:28 PM, Afkham Azeez az...@wso2.com wrote: On Wed, Aug 7, 2013 at 2:59 PM, Danushka Fernando danush...@wso2.comwrote

Re: [Architecture] Alternative to using sso-idp-config.xml

2013-09-23 Thread Danushka Fernando
Hi +1 for Dimuthu's point. This will effect our deployments. We can't manually go somewhere and add issuers from somewhere. So (-1) for removing support for sso-idp-config.xml. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Mon, Sep 23

Re: [Architecture] [Appfactory] Use of existing appfactory data sources for dashboards instead of publishing everything to BAM

2013-11-12 Thread Danushka Fernando
should not read databases I guess. WDYT? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Tue, Nov 12, 2013 at 3:25 PM, Gayan Dhanushka gay...@wso2.com wrote: Hi all, In the current issue tracker db we are not capturing an issue's lifecycle

Re: [Architecture] Any plans of providing app deletion feature to the AppFactory users?

2014-02-10 Thread Danushka Fernando
Hi Ashansa Is this deleting the git repos. If we delete an app we should be able to create it in same name. I could remember that GayanD was implementing this but we encountered some issues there. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729

[Architecture] WSO2 Products Tenant Creation Process calls the Reset Password

2014-03-05 Thread Danushka Fernando
? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] WSO2 Products Tenant Creation Process calls the Reset Password

2014-03-10 Thread Danushka Fernando
Any ideas on this? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Wed, Mar 5, 2014 at 7:38 PM, Danushka Fernando danush...@wso2.comwrote: Hi all I found that our tenant creation process is calling reset password call inside tenant

Re: [Architecture] WSO2 Products Tenant Creation Process calls the Reset Password

2014-03-11 Thread Danushka Fernando
Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Mon, Mar 10, 2014 at 10:28 PM, Amila Maha Arachchi ami...@wso2.comwrote: What are the issues of having this? On Thu, Mar 6, 2014 at 9:08 AM, Danushka Fernando danush...@wso2.comwrote: Hi all I

[Architecture] Extensibility of JDBCAuthorizationManager.

2014-05-02 Thread Danushka Fernando
. If we make all necessary private things protected, then some one can extend it and write his/her own Authorization Manager. Can we update JDBCAuthorizationManager code to make it extensible. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729

Re: [Architecture] Extensibility of JDBCAuthorizationManager.

2014-05-06 Thread Danushka Fernando
Any Ideas on this? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Fri, May 2, 2014 at 4:02 PM, Danushka Fernando danush...@wso2.comwrote: Hi all In user management area we have made lot of stuff extensible. We can write our own user

Re: [Architecture] Unwanted application deployment notifications in AppFactory

2014-07-01 Thread Danushka Fernando
I think this will apply to everything deployed in WSO2 servers. Currently we only have app server based app types only. So Anuruddha remember to change data service path as well (service deployment listener) and you will need to test for all app types. And Dimuthu what's happening to jaggery apps?

Re: [Architecture] Unwanted application deployment notifications in AppFactory

2014-07-01 Thread Danushka Fernando
:03 PM, Danushka Fernando danush...@wso2.com wrote: I think this will apply to everything deployed in WSO2 servers. Currently we only have app server based app types only. So Anuruddha remember to change data service path as well (service deployment listener) and you will need to test for all

Re: [Architecture] [Appfactory][deployment listners] Application life cycle notification architecture for a clustered enviornment

2014-07-21 Thread Danushka Fernando
successfully in this server. But somehow we need to say the server name in a abstract way like wso2 appserver 1 and wso2 appserver 2 not in this IP and that IP. Dimuthu / Anuruddha WDYT? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Mon, Jul 21

[Architecture] [AF] Bring Your Own App type

2014-07-28 Thread Danushka Fernando
files to a named locations. 6. Populate a in memory data structure with the data in the apptype.xml. [1] https://redmine.wso2.com/issues/2889 Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729

Re: [Architecture] [AF] Bring Your Own App type

2014-07-28 Thread Danushka Fernando
. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Tue, Jul 29, 2014 at 8:45 AM, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi all, Thinking about the range of apps that we'll be supporting, I believe the mandatory tags will be very

Re: [Architecture] [AF] Bring Your Own App type

2014-07-28 Thread Danushka Fernando
Hi Gayan These mandatory tags I mentioned are used in the common code which should be same to all app types. Check my previous mail. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Tue, Jul 29, 2014 at 10:40 AM, Gayan Dhanushka gay...@wso2

[Architecture] [AppFactory] BYOAT Progress

2014-08-12 Thread Danushka Fernando
. Solution we propose for that issue is use a scaled deployment such as there will be a separate cluster to handle deploy messages. WDYT? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 ___ Architecture

[Architecture] [AF] Freestyle projects gets in to end less loop of builds when we hit Deploy.

2014-08-14 Thread Danushka Fernando
on like this. But for freestyle projects we need to build before deploy. So my suggested solution is to call deploy with an extra parameter saying whether needs to build and when its true we will build before deploy. WDYT? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com

Re: [Architecture] Using Carbon specific permissions for use with Java Security Manager

2014-08-17 Thread Danushka Fernando
Hi Isuru and all The problem I see is not we are using Management permission, but using same permission everywhere. Because of that all secured endpoint s in carbon either can be exposed or blocked. We cannot block some and allow some. On Aug 17, 2014 1:23 AM, Isuru Perera isu...@wso2.com wrote:

Re: [Architecture] Using Carbon specific permissions for use with Java Security Manager

2014-08-17 Thread Danushka Fernando
And further more that AFAIU we can use this Management permission with different strings. On Aug 17, 2014 2:16 PM, Danushka Fernando danush...@wso2.com wrote: Hi Isuru and all The problem I see is not we are using Management permission, but using same permission everywhere. Because

Re: [Architecture] [AF] Tenant subscribing to stratos environments - making it fault tolerant

2014-08-18 Thread Danushka Fernando
Hi Amila On Fri, Aug 15, 2014 at 10:45 AM, Amila Maha Arachchi ami...@wso2.com wrote: AF team, Its needless to say that there are several possible failure points in AF, hence in App Cloud. One such place is making the tenants subscribed to the dev, test and prod stratos environments. Due to

Re: [Architecture] [Cloud] Tenant deletion

2014-08-21 Thread Danushka Fernando
Hi +1 for the OnPreDelete concept. But the thing is we don't have this Pre and Post events anywhere in platform. I think that's something we should consider about. WDYT? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Fri, Aug 22, 2014

[Architecture] [AF] Handle gitblitsystemadmin and jenkinssystemadmin in a better way.

2014-09-01 Thread Danushka Fernando
users so IMO correct way is to add them as system users. WDYT? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman

Re: [Architecture] Cloud Tenant deletion caching issue

2014-09-07 Thread Danushka Fernando
Hi To the first most problem raised by Goodwin, AFAIU when you call tenant deletion you call deleteTenant in TenantManager. So why cant you clear the tenant from the map in JDBCTenantManger's deleteTenant method? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com

Re: [Architecture] Cloud Tenant deletion caching issue

2014-09-07 Thread Danushka Fernando
Hi On Sun, Sep 7, 2014 at 6:59 PM, Johann Nallathamby joh...@wso2.com wrote: On Sun, Sep 7, 2014 at 6:29 PM, Danushka Fernando danush...@wso2.com wrote: Hi To the first most problem raised by Goodwin, AFAIU when you call tenant deletion you call deleteTenant in TenantManager. So why

Re: [Architecture] [APP Factory] Tenant Deletion implementation

2014-09-09 Thread Danushka Fernando
Hi Goodwin If Its not there in runtime (at debug time) then its not using. You can easily check by checking the activation code in the particular component. If its used it should be registered as a tenant mgt listner in activate method. Thanks Regards Danushka Fernando Software Engineer WSO2 inc

Re: [Architecture] [APPFAC][FEATURE] Selenium test integration to Appfactory

2014-09-10 Thread Danushka Fernando
* Software Eng. | WSO2 Inc. Mobile : +94710461070 Web site : www.regilandvalley.com ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture Thanks Regards Danushka Fernando Software Engineer WSO2

[Architecture] [AF] WSO2 Cloud Authenticator

2014-09-12 Thread Danushka Fernando
and if it's valid then will log the user to the system. As the first step I have implemented the authenticator without encryption/decryption and changing the AF implementation to use this new authenticator. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile

Re: [Architecture] [AF] WSO2 Cloud Authenticator

2014-09-17 Thread Danushka Fernando
, Sep 12, 2014 at 2:13 PM, Danushka Fernando danush...@wso2.com wrote: Hi All In AF we are using mutual ssl authentcator which will login a provided user to the system. But since with AWS ELB we cannot use this authentication we are decided to implement $subject. Here client will send a username

[Architecture] [AF] Set Authorization dynamic headers from a bpel request

2014-10-08 Thread Danushka Fernando
/UnifiedEndpointHandler.java Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] [AF] Set Authorization dynamic headers from a bpel request

2014-10-08 Thread Danushka Fernando
the authorization header for the new authenticator. Is there a better way of handling this. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Wed, Oct 8, 2014 at 2:24 PM, Danushka Fernando danush...@wso2.com wrote: Hi As a part of introducing

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

2014-10-16 Thread Danushka Fernando
IMO storing username and password is not the recommended way. So +1 for oauth security. May be we can have both oauth and basic auth if needed. But if these endpoints are for third party developers who will write some client code using it I think oauth is the best way. Thanks Regards Danushka

Re: [Architecture] [App Factory] Issues in deployment of uploadable artifacts

2014-10-26 Thread Danushka Fernando
to run last to do this task. @Dimuthu, Janaka : WDYT? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Sun, Oct 26, 2014 at 3:04 PM, Pirinthapan Mahendran pirintha...@wso2.com wrote: Hi All, In AppFactory when we upload an existing artifact

Re: [Architecture] [App Factory] Issues in deployment of uploadable artifacts

2014-10-27 Thread Danushka Fernando
Gayan AFAIK there is a limitation in governance lifecycle which prevent us doing that. So I think better thing would be to fix current flow to be consistent. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Mon, Oct 27, 2014 at 9:48 PM

Re: [Architecture] [App Factory] Versioning in .NET applications

2014-10-30 Thread Danushka Fernando
Hi Gayan Where this versioning concept is implemented? If it is in ApplicationType Processor may be we can merge .NET and PHP application type processors and create an application type processor named something like SingleTenantApplicationTypeProcessor. WDYT? Thanks Regards Danushka Fernando

Re: [Architecture] Remove multiple backend calls that happens when loading resource overview page

2014-11-03 Thread Danushka Fernando
I don't agree to the point having one template for an application. Since it could be a use case that different users attached to same database with different privileges, we should be able to create them IMHO On Nov 4, 2014 9:24 AM, Amalka Subasinghe ama...@wso2.com wrote: Hi Janaka, see my

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

2014-11-11 Thread Danushka Fernando
Can you list down the places this is used and where its breaking because its *. And with this are you going with any code changes? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Tue, Nov 11, 2014 at 10:59 PM, Roshan Deniyage rosh...@wso2

Re: [Architecture] Moving deployment section from configuration xml and Facilitate AppFactory users to deploy apps with their custom app types if its not already available

2014-12-01 Thread Danushka Fernando
Mobile : 0773661935 Lean . Enterprise . Middleware Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo

Re: [Architecture] Moving deployment section from configuration xml and Facilitate AppFactory users to deploy apps with their custom app types if its not already available

2014-12-03 Thread Danushka Fernando
Hi Dimuthu and All We decided to go with a separate file for this runtime configs. So we will deploy this file to a different location with a different axis2 deployer. And we will mention in the apptype.xml which runtime to be used. WDYT? Thanks Regards Danushka Fernando Software Engineer WSO2

Re: [Architecture] Moving deployment section from configuration xml and Facilitate AppFactory users to deploy apps with their custom app types if its not already available

2014-12-04 Thread Danushka Fernando
Hi Dimuthu We are staying at one configuration because only changing configuration when stage changes are cartidge type and alias. So we can append the stage to the given value from code when we read it easily. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile

Re: [Architecture] OSG level security

2015-02-14 Thread Danushka Fernando
also its not up to us I guess since devops credentials are not in our hand. What I have seen in bigger companies is they change devops credentials time to time. So they are secured. If they are not doing that its their problem. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http

Re: [Architecture] [App Fac] Performance Improvements - Issues in enabling GReg resource Indexing in App Factory

2015-03-24 Thread Danushka Fernando
Hi Ajith What I was pointing out was this could be a fix in our side (AF). Sorry if I mislead you. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Mar 25, 2015 6:11 AM, Ajith Vitharana aji...@wso2.com wrote: On Tue, Mar 24, 2015 at 8

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-01 Thread Danushka Fernando
Hi Are there extension points in jira where we can extend authentication mechanism. BTW password is something we don't have. We have only username. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Apr 1, 2015 4:25 PM, Fathima Dilhasha dilha

Re: [Architecture] [App Factory] Jira Integration for WSO2 App Factory

2015-04-01 Thread Danushka Fernando
I understand that fact. What I was asking is can we customize the authentication behavior. Are there extension points. Any way if there are not you can have a pretty defined user for each tenant same as we do for jenkins. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2

Re: [Architecture] [AF] Delete Forked Repos when Deleting an Application

2015-03-03 Thread Danushka Fernando
Hi Manisha IMO it should be deleted. What are the complications in deleting them. Even the deployed artifacts also should be deleted. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Tue, Mar 3, 2015 at 12:41 PM, Gayan Dhanushka gay...@wso2

Re: [Architecture] [AppFactory] Showing time of the last deployment in the repos and builds page

2015-03-03 Thread Danushka Fernando
I guess time stamp should include time zone too. Other wise in cloud it could be confusing. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Mar 3, 2015 5:26 PM, Harsha Thirimanna hars...@wso2.com wrote: +1 adding at least time stamp. I

Re: [Architecture] [APIM] Decoupling Authorization Server - Authenticating with Identity Server from API Store

2015-02-23 Thread Danushka Fernando
Actually in mutual authenticator we check for the certificate in the header, which will set if only mutual auth is successful. So idea here is since server trust the client, we trust the user. BTW, mutual authenticator have problems with AWS elb. So this won't be able to use in such places. So in

[Architecture] [AF] Calling a webservice in SSO login flow.

2015-06-05 Thread Danushka Fernando
will call this in an OSGI manner from the jaggery application. WDYT? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman

Re: [Architecture] [AF] Calling a webservice in SSO login flow.

2015-06-05 Thread Danushka Fernando
Sorry for the false alarm about second point. We are calling the right service, Just the code contained the naming of wrong action. But its calling the right action. Thought the first point is valid. Any ideas? Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile

Re: [Architecture] [AF] Calling a webservice in SSO login flow.

2015-06-05 Thread Danushka Fernando
the claims of the user which could query LDAP several times. So I will change this to retrieve roles only. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Fri, Jun 5, 2015 at 3:06 PM, Danushka Fernando danush...@wso2.com wrote: Sorry

[Architecture] [AF] Removing Registry Mounts for the Dev, Test, Prod Registries

2015-06-10 Thread Danushka Fernando
towards the Metadata service, where other PaaS also have similar service. So after that we won’t be using these registries any way. So we are going to go ahead with the above solution to achieve better user experience, stability and performance. Thanks Regards Danushka Fernando Senior Software

Re: [Architecture] [AF] Removing Registry Mounts for the Dev, Test, Prod Registries

2015-06-16 Thread Danushka Fernando
The thing is Dimuthu, currently there is no description field for external apis. So please advise. Thanks Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Jun 16, 2015 6:13 PM, Dimuthu Leelarathne dimut...@wso2.com wrote: Hi Pirin

Re: [Architecture] [AF] Adding CAR application type to App Factory

2015-08-03 Thread Danushka Fernando
won't know about the values until it comes to their stage (Testing/Production). Thanks Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Mon, Jul 20, 2015 at 10:36 AM, Danushka Fernando danush...@wso2.com wrote: Hi Please find my answers

[Architecture] [AF] ESB Apptype Resources section

2015-08-03 Thread Danushka Fernando
Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

[Architecture] [AF] Adding CAR application type to App Factory

2015-07-17 Thread Danushka Fernando
to implement an Application Type Processor, an Initial Deployer and a Deployer. Then after the Stratos 4.1.0 upgrade task is done ESB docker cartidges will use to spawn ESB instances. Thanks Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729

Re: [Architecture] [AF] Adding CAR application type to App Factory

2015-07-19 Thread Danushka Fernando
be changed so it's better to validate that also in the begging Yes that's in the plan. We will have a git hook to validate this. Thanks and Regards /Jasintha On Fri, Jul 17, 2015 at 10:08 PM, Danushka Fernando danush...@wso2.com wrote: Hi All, Currently we are working on a feature

Re: [Architecture] [IS] Service Provider/Identity Provider file base configuration in clustered environment

2015-07-20 Thread Danushka Fernando
deployments we have faced the problem that if we do it wrong in first time then we need to clean dbs and restart. Thanks Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Mon, Jul 20, 2015 at 2:42 PM, Harsha Thirimanna hars...@wso2.com wrote: Hi

Re: [Architecture] [IS] Service Provider/Identity Provider file base configuration in clustered environment

2015-07-20 Thread Danushka Fernando
s/configurable/deployable Thanks Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Mon, Jul 20, 2015 at 4:02 PM, Danushka Fernando danush...@wso2.com wrote: Why can't we do the same thing when we add it from the config file and ui? I mean

Re: [Architecture] [AF] Adding ESB Applications to App Factory

2015-10-04 Thread Danushka Fernando
to the rules.. -- *Not Done.* Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Sun, Oct 4, 2015 at 7:43 AM, Kasun De Silva <kas...@wso2.com> wrote: > Hi Manjula/Danushka and All, > > When I was reading through

Re: [Architecture] [IS][PET] X509 certificates as IS Authenticator

2016-01-29 Thread Danushka Fernando
are not talking about mutual ssl authentication here like we have done in mutual ssl authenticator. Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Jan 29, 2016 10:35 AM, "Shakila Sivagnanarajah" <shak...@wso2.com>

Re: [Architecture] create tenant via rest api

2016-02-25 Thread Danushka Fernando
There is a soap api. You can use TenantMgtService. Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Fri, Feb 26, 2016 at 3:35 AM, John Q <johnq3...@gmail.com> wrote: > Hello everyone, > > I am wondering if

Re: [Architecture] [AppCloud] Kubernetes Deployment Clean up Application Design for New App Cloud

2016-02-23 Thread Danushka Fernando
te your suggestions on above approach. > > -- > Best regards, > > *Lahiru Manohara* > *Software Engineer* > Mobile: +94716561576 > WSO2 Inc. | http://wso2.com > lean.enterprise.middleware > > ___ > Architecture mailing list

Re: [Architecture] Dev, QA, Production

2016-02-19 Thread Danushka Fernando
if you are interested. Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Sat, Feb 20, 2016 at 2:31 AM, John Q <johnq3...@gmail.com> wrote: > Hello, > Which is the better approach to externalize parameters in esb artifact

Re: [Architecture] [Dev] Username Recovery Feature in IS 6.0.0

2017-02-02 Thread Danushka Fernando
The sender does not >> accept liability for any errors or omissions. >> >> ___ >> Dev mailing list >> d...@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> >> >> >> -- >>

Re: [Architecture] [IS 6.0.0] Email Management Component Implementation

2017-01-22 Thread Danushka Fernando
hara* >> *Software Engineer* >> Mobile: +94716561576 >> WSO2 Inc. | http://wso2.com >> lean.enterprise.middleware >> >> >> > ___ > Architecture mailing list > Architecture@wso2.org > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > > Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 ___ Architecture mailing list Architecture@wso2.org https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Re: [Architecture] [Dev] [IS 6.0.0] [User Portal] Challenge Questions in Self sign-up page of user portal

2017-01-18 Thread Danushka Fernando
details today, we realized that lot of people had this and removed this due to vulnerabilities in it. Hence Indunil started this discussion. Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Jan 18, 2017 6:04 PM, "KasunG Gajasin

[Architecture] [Identity Server] Creating a server configuration Identity.yaml vs component wise yaml files and Reading the server configurations

2017-01-19 Thread Danushka Fernando
. We have several user management related configs which are deployed separately in C4 as well. But when we are moving towards C5, what should be the way of creating these configs. Is it component wise or server wise? Any ideas are appreciated. Thanks & Regards Danushka Fernando Senior Soft

Re: [Architecture] [Identity Server] Creating a server configuration Identity.yaml vs component wise yaml files and Reading the server configurations

2017-01-19 Thread Danushka Fernando
was to have a common bean in commons and have sub beans in component. But that will lead to a cyclic dependency. Thanks & Regards Danushka Fernando Senior Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Thu, Jan 19, 2017 at 2:03 PM, Johann Nallathamby <joh...@wso2.com

[Architecture] Deperecated sign methods in JWT generation flows.

2017-11-09 Thread Danushka Fernando
r.java [2] https://github.com/wso2-extensions/identity-inbound-auth-oauth/blob/master/components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/openidconnect/DefaultIDTokenBuilder.java Thanks & Regards Danushka Fernando Associate Tech Lead WSO2 inc. http://wso2.c

Re: [Architecture] Deperecated sign methods in JWT generation flows.

2017-11-09 Thread Danushka Fernando
? Thanks & Regards Danushka Fernando Associate Tech Lead WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Thu, Nov 9, 2017 at 4:10 PM, Ruwan Abeykoon <ruw...@wso2.com> wrote: > HI All, > We should not remove extensibility. > We need to look for an alternative way on this do an