[Dev] [IS] Way to store user tokens when writing an Autheticator

2015-10-24 Thread Elilmatha Sivanesan
Hi I'm writing SMSOTP Authenticator for IS, For that I'm generating a token to be sent to the phone, I have the requirement to store that generated tokens. For that what is the best option to go with.(user store/cache/...). Thanks. -- *S.Elilmatha* Associate Software Engineer, WSO2 Inc.; http

Re: [Dev] [VOTE] Release WSO2 Private PaaS 4.1.0 RC2

2015-10-24 Thread Akila Ravihansa Perera
Tested samples apps on ec2 and Kubernetes platforms. [x] Stable - go ahead and release On Wed, Oct 21, 2015 at 11:00 AM, Gayan Gunarathne wrote: > Hi All, > > Please find the release candidate of the WSO2 PPaaS cartridges related to > the WSO2 Private PaaS 4.1.0. > > https://svn.wso2.org/repos/

Re: [Dev] Java HttpClient to Greg with SSL

2015-10-24 Thread Rasika Perera
Hi Lam, One possible reason for this error might be; you are calling an HTTP endpoint instead HTTPS on the server side. Unless you have done port offset; usually 9443 is the HTTPs port(eg. https://localhost:9443/carbon)[1] . Can you please share the URL you invoked? [1] https://docs.wso2.com/dis

[Dev] Hazelcast Issues in EC2 (Kernel 4.4.2)

2015-10-24 Thread Anjana Fernando
Hi everyone, When testing DAS in EC2, and also with the latest Kernel 4.4.2, QA has reported some Hazlecast issues, specifically [1] and [2]. Some of the errors as follows:- TID: [-1234] [] [2015-10-24 08:40:05,130] ERROR {org.wso2.carbon.registry.core.jdbc.handlers.builtin.MountHandler} - Unable

Re: [Dev] Hazelcast Issues in EC2 (Kernel 4.4.2)

2015-10-24 Thread Anjana Fernando
Hi, So I'd a chat with Azeez, and the first thing he mentioned was, we should be using the AWS mode in EC2 it seems, the docs can be found for this here [1]. And his comments are, these kind of issues can be seen sometimes there, but if it recovers eventually it would be okay, but if it continues

[Dev] [VOTE] Release WSO2 Data Analytics Server 3.0.0 RC2

2015-10-24 Thread Gokul Balakrishnan
Hi Devs, This is the second release candidate of WSO2 DAS 3.0.0. Please download, test and vote. The vote will be open for 72 hours or as needed. This release fixes the following issues: https://wso2.org/jira/issues/?filter=12474 Source & binary distribution files: https://svn.wso2.org/repos/w

Re: [Dev] [DEV] [IS] [user-mgt] Secondary user store domain name case sensitive for scim PATCH operation

2015-10-24 Thread Kavitha Subramaniyam
++ Pavi, Evanthika, Aparna. On Fri, Oct 23, 2015 at 6:36 PM, Indunil Upeksha Rathnayake < indu...@wso2.com> wrote: > Hi Kavitha, > > Thanks for reporting this issue. Created the JIRA [1] for this and will > looking to that. > > [1] https://wso2.org/jira/browse/IDENTITY-3928 > > Thanks and Regards

Re: [Dev] [VOTE] Release WSO2 Private PaaS 4.1.0 RC2

2015-10-24 Thread Gayan Gunarathne
Verified the followings. 1. PPaaS installer 2. Application deployment using mock Iaas and Kubernetes 3. Application un-deployment 4. Products configuration generation using the Configurator. 5. Product clustering using the PPaaS membership scheme [x] Stable - go ahead and release Thanks, Gayan

Re: [Dev] [VOTE] Release WSO2 Private PaaS 4.1.0 RC2

2015-10-24 Thread Imesh Gunaratne
Here's my +1, I verified Private PaaS 4.1.0-RC2 on Kubernetes 1.0.6 using few WSO2 product cartridges, DAS metering and monitoring dashboards & Carbon cluster discovery features. Thanks On Sat, Oct 24, 2015 at 9:06 PM, Gayan Gunarathne wrote: > Verified the followings. > > 1. PPaaS installer >

[Dev] Configurator does not give priority to env variables

2015-10-24 Thread Imesh Gunaratne
Hi Devs, I noticed $subject if the same variable has been defined in module.ini. IMO this is not correct. We need to be able to configure any parameter using environment variables without touching the module.ini. Thanks -- *Imesh Gunaratne* Senior Technical Lead WSO2 Inc: http://wso2.com T: +9

Re: [Dev] Configurator does not give priority to env variables

2015-10-24 Thread Gayan Gunarathne
So what is the usage of the "module.ini"? We can live with only the environment parameters. If the module.ini is for the default values, why are we having default values in the template it self.We are checking whether that value is defined. If that is not define we are setting the default value.

Re: [Dev] [VOTE] Release WSO2 Private PaaS 4.1.0 RC2

2015-10-24 Thread Pubudu Gunatilaka
Tested WSO2 cartridge applications on Kubernetes. [x] Stable - go ahead and release Thank you! On Sat, Oct 24, 2015 at 9:56 PM, Imesh Gunaratne wrote: > Here's my +1, I verified Private PaaS 4.1.0-RC2 on Kubernetes 1.0.6 using > few WSO2 product cartridges, DAS metering and monitoring dashboar

Re: [Dev] [VOTE] Release WSO2 Private PaaS 4.1.0 RC2

2015-10-24 Thread Shavindri Dissanayake
Tested WSO2 cartridge applications on the mock IaaS. [x] Stable - go ahead and release Thanks & Regards Shavindri Dissanayake Technical Writer WSO2 Inc. lean.enterprise.middleware On Sat, Oct 24, 2015 at 10:43 PM, Pubudu Gunatilaka wrote: > Tested WSO2 cartridge applications on Kubernetes. >

Re: [Dev] Configurator does not give priority to env variables

2015-10-24 Thread Pubudu Gunatilaka
Hi Imesh, I just checked the configurator. It gives the priority to env variables before reading from module.ini. This should be the default approach. It would be more safe to define values within the template. By any chance if the values are commented out from the module.ini, only env values wil

Re: [Dev] [VOTE] Release WSO2 Private PaaS 4.1.0 RC2

2015-10-24 Thread Thanuja Uruththirakodeeswaran
Tested wso2 as cartridge and few sample applications with metering and monitoring dashbord in kubernetes. [X] Stable - go ahead and release On 24 Oct 2015 23:07, "Shavindri Dissanayake" wrote: > Tested WSO2 cartridge applications on the mock IaaS. > > [x] Stable - go ahead and release > > Thanks

Re: [Dev] [VOTE] Release WSO2 Private PaaS 4.1.0 RC2

2015-10-24 Thread Imesh Gunaratne
Thanks everyone for verifying and voting for Private PaaS 4.1.0-RC2 release. The vote has been passed with 5 binding, 1 none-binding and 0 -1s. We will proceed with the release of WSO2 Private PaaS 4.1.0. On Sat, Oct 24, 2015 at 11:45 PM, Thanuja Uruththirakodeeswaran < thanu...@wso2.com> wrote:

Re: [Dev] Login and Logout error in Store

2015-10-24 Thread Chandana Napagoda
Hi Udara, Here are the steps to reproduce this issue: 1). Unzip G-Reg 5.1.0-SNAPSHOT pack an start it. 2). Load Store and Publisher sites in the same browser, different tabs. 3). Login to the publisher and perform some operations. 4). Then navigate to Store tab and click on Signin link. Then a 50

Re: [Dev] [IS] Way to store user tokens when writing an Autheticator

2015-10-24 Thread Chamara Philips
Hi, Hope this token is generated by code and sent to the user's phone for him to input. Then you validate the user with WSO2 IS, matching the token. After he has used it once he can't use that again. Based on that assumption, I think the best option is to go with cache. Usually userstore is not use