Re: [Dev] [IS] Starting over authentication flow as a different user

2017-03-02 Thread Pulasthi Mahawithana
Hi All,

Thanks for the inputs.

@Dulanja: In my case the apps may either be OIDC or SAML. We can't do Idp
initiated login for OIDC. Am I correct? And in between we have to clean the
cookies also which again seems to be challenging.

@Farasath, Thanuja : Sending user back to application and re initiating
with force auth requires the app to be modified. Unfortunately, It's
impossible for me to modify the apps since I don't have the control over
them.

Meanwhile I tried few other options and the following option seems to be
working.

At the last authenticator (which will never be skipped), provided a
separate link with context id and a reset parameter. At authenticator
process response method, If I get the reset parameter set I clear up all
the cookies, set a reset flag in context, and throw an authentication
failed exception.

Authentication framework will then retry the authenticator (I have retry
enabled for this authenticator) and call initiate method of the same
authenticator. At initiate method I check whether the reset flag is set. If
it set, I retrieve the authentication request object from the context which
will have initial authentication request parameters. Build the initial URL
from those parameters available and redirect user to that original request
URL (instead of redirecting users to the authenticator page as we usually
do). This will replay the initial request from app to IS. And IS will see
this as a new session as we have already cleared the cookies. So the user
will have to complete all the steps.

Then I thought of the SAML post binding scenario also where I can't do a
redirect to replay initial request. For that I checked whether the initial
request was a POST request and built a response which contains an auto
submitting HTML form with the initial request parameters, where it would
replay the initial POST request.

I had the initial tests covering OIDC (authz code), SAML (post and redirect
binding) and seems to be working fine. There are still couple of minor
issues this approach also. One is the exception message we throw will get
printed to log as an authentication error, and this will trigger an
authentication failure event which is not really the case.

Please let me know if you see any other major issues with the above
approach or if there is any better approach.

On Thu, Mar 2, 2017 at 10:52 PM, Farasath Ahamed  wrote:

>
>
> On Thu, Mar 2, 2017 at 10:34 AM, Thanuja Jayasinghe 
> wrote:
>
>> Hi Pulasthi,
>>
>> The best approach is to ask Alice to log-out when she leaves the browser.
>>
>> Or from the application side, we can give an option like "fresh-login"
>> which sends a "forceAuth=true" request to the IS. So he will go through the
>> authentication process again.
>>
>>
> Yes. I have seen this in gmail where the last logged in accounts are
> remembered and are listed when we try to login. There is another option
> saying "Add new account" which allows a new user to login.
>
> Can't we follow a similar approach?
>
> Thanks,
>> Thanuja
>>
>>
>> On Thu, Mar 2, 2017 at 3:14 AM, Pulasthi Mahawithana 
>> wrote:
>>
>>> In IS 5.3.0, I have configured the authentication flow for an
>>> application to have 3 steps. During the authentication flow, the users may
>>> remember the result of the first two steps (using cookies) in their initial
>>> login. So, in subsequent logins they'll see the third step straight away in
>>> which they always need to get authenticated.
>>>
>>> Let's say 'Alice' logs in and remember the result for the first two
>>> steps and finish her work. After some time 'Bob' also use the same browser
>>> and try to login. He won't see the first two steps because there is an
>>> already remembered result from Alice's login. But in the third step he
>>> can't authenticate because he doesn't know Alice's credentials (and he
>>> intend to login as 'Bob'). So he needs to start over the flow as 'Bob'.
>>> When he does so, at IS, we should clear the remembered results for 'Alice'
>>> and allow the the user to try with a different username (This time he
>>> should get authenticated from all 3 steps). How can we achieve this
>>> requirement? Is there a known approach?
>>>
>>>
>>> --
>>> *Pulasthi Mahawithana*
>>> Senior Software Engineer
>>> WSO2 Inc., http://wso2.com/
>>> Mobile: +94-71-5179022 <+94%2071%20517%209022>
>>> Blog: https://medium.com/@pulasthi7/
>>>
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Thanuja Lakmal*
>> Senior Software Engineer
>> WSO2 Inc. http://wso2.com/
>> *lean.enterprise.middleware*
>> Mobile: +94715979891 +94758009992
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>


-- 
*Pulasthi Mahawithana*
Senior Software Engineer
WSO2 Inc., 

Re: [Dev] Web clip feature not available in IoT

2017-03-02 Thread Kamidu Punchihewa
Hi Dulitha,

We have notes that also, Thank you for pointing out this. This was result
in when isolating mobile app management from rest of the app management
with IoTS Release.
Currently we are working on total mobile relate app management for IoT
server 3.0.1.
Please follow the Jira ticket[1] to keep track of the process.

[1] .https://wso2.org/jira/browse/IOTS-499

Thanks and Best Regards,

Kamidu Sachith Punchihewa
*Software Engineer*
WSO2, Inc.
lean . enterprise . middleware
Mobile : +94 (0) 770566749 <%2B94%20%280%29%20773%20451194>

Please Note that I have dyslexia and it may results in few misspelled words
in the content.

Disclaimer: This communication may contain privileged or other confidential
information and is intended exclusively for the addressee/s. If you are not
the intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print, copy,
retransmit, disseminate, or otherwise use the information contained in this
communication. Internet communications cannot be guaranteed to be timely,
secure, error or virus-free. The sender does not accept liability for any
errors or omissions.

On Fri, Mar 3, 2017 at 10:36 AM, Dulitha Wijewantha 
wrote:

> Hi guys,
> Web clip feature that was available in the previous version is not
> available in the IoT 3.0.0 version.
>
> Cheers~
>
> --
> Dulitha Wijewantha (Chan)
> Software Engineer - Mobile Development
> WSO2 Inc
> Lean.Enterprise.Middleware
>  * ~Email   duli...@wso2.com *
> *  ~Mobile +94712112165 <+94%2071%20211%202165>*
> *  ~Website   dulitha.me *
> *  ~Twitter @dulitharw *
>   *~Github @dulichan *
>   *~SO @chan *
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Web clip feature not available in IoT

2017-03-02 Thread Dulitha Wijewantha
Found the feature. No worries.

On Fri, Mar 3, 2017 at 10:36 AM, Dulitha Wijewantha 
wrote:

> Hi guys,
> Web clip feature that was available in the previous version is not
> available in the IoT 3.0.0 version.
>
> Cheers~
>
> --
> Dulitha Wijewantha (Chan)
> Software Engineer - Mobile Development
> WSO2 Inc
> Lean.Enterprise.Middleware
>  * ~Email   duli...@wso2.com *
> *  ~Mobile +94712112165 <+94%2071%20211%202165>*
> *  ~Website   dulitha.me *
> *  ~Twitter @dulitharw *
>   *~Github @dulichan *
>   *~SO @chan *
>



-- 
Dulitha Wijewantha (Chan)
Software Engineer - Mobile Development
WSO2 Inc
Lean.Enterprise.Middleware
 * ~Email   duli...@wso2.com *
*  ~Mobile +94712112165*
*  ~Website   dulitha.me *
*  ~Twitter @dulitharw *
  *~Github @dulichan *
  *~SO @chan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Imesh Gunaratne
On Fri, Mar 3, 2017 at 10:27 AM, Isuru Haththotuwa  wrote:

>
> On Thu, Mar 2, 2017 at 5:36 PM, Anuruddha Liyanarachchi <
> anurudd...@wso2.com> wrote:
>>
>>
>> We will be following this approach and above PRs can be ignored. The
>> change will only happen in docker-common repo.
>>
> +1 for this change. This is the cleanest way of doing it AFAIU. Adding a
> module dependency to another module can be done, but is not the best way.
>

​+1 Thanks​ for the clarification Pubudu & Isuru!!


>> [1] https://github.com/wso2/docker-common/blob/820c70c4220067493
>> 14343d3b9e55bdd9a5e0a38/provision/puppet/image-config.sh#L61
>>
>>
>>
>> On Thu, Mar 2, 2017 at 3:52 PM, Anuruddha Liyanarachchi <
>> anurudd...@wso2.com> wrote:
>>
>>> Hi,
>>>
>>> $subject was noticed when trying to create APIM docker image from
>>> puppet-modules [1].
>>>
>>> This is happening because when using puppet apply, java module is not
>>> getting invoked because site.pp is not getting executed.
>>>
>>> As a fix, I have included java class in each product puppet module
>>> init.pp and removed it from site.pp in PRs [2] and [3]. The dependency is
>>> added to APIM init.pp from [4].
>>>
>>> Similarly, we will have to update ESB, IOT and IS puppet modules as
>>> well.
>>>
>>> Kindly suggest if there are any alternatives which we can use to
>>> overcome $subject.
>>>
>>> [1] https://github.com/wso2/puppet-apim/tree/v2.1.0
>>> [2] https://github.com/wso2/puppet-common/pull/8
>>> [3] https://github.com/wso2/puppet-base/pull/9
>>> [4] https://github.com/wso2/puppet-apim/pull/16/files
>>>
>>> --
>>> *Thanks and Regards,*
>>> Anuruddha Lanka Liyanarachchi
>>> Software Engineer - WSO2
>>> Mobile : +94 (0) 712762611
>>> Tel  : +94 112 145 345
>>> a nurudd...@wso2.com
>>>
>>
>>
>>
>> --
>> *Thanks and Regards,*
>> Anuruddha Lanka Liyanarachchi
>> Software Engineer - WSO2
>> Mobile : +94 (0) 712762611
>> Tel  : +94 112 145 345
>> a nurudd...@wso2.com
>>
>
>
>
> --
> Thanks and Regards,
>
> Isuru H.
> +94 716 358 048 <+94%2071%20635%208048>* *
>
>
>


-- 
*Imesh Gunaratne*
Software Architect
WSO2 Inc: http://wso2.com
T: +94 11 214 5345 M: +94 77 374 2057
W: https://medium.com/@imesh TW: @imesh
lean. enterprise. middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Web clip feature not available in IoT

2017-03-02 Thread Dulitha Wijewantha
Hi guys,
Web clip feature that was available in the previous version is not
available in the IoT 3.0.0 version.

Cheers~

-- 
Dulitha Wijewantha (Chan)
Software Engineer - Mobile Development
WSO2 Inc
Lean.Enterprise.Middleware
 * ~Email   duli...@wso2.com *
*  ~Mobile +94712112165*
*  ~Website   dulitha.me *
*  ~Twitter @dulitharw *
  *~Github @dulichan *
  *~SO @chan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Isuru Haththotuwa
On Thu, Mar 2, 2017 at 5:36 PM, Anuruddha Liyanarachchi  wrote:

> Hi,
>
> Found an alternative way to execute the site.pp by changing puppet apply
> command used in image-config.sh in docker from [1] to below.
>
> From
>
>> puppet apply -e "include ${MODULE_NAME}" --hiera_config=/etc/puppet/
>> hiera.yaml
>
>
> To
>
>> puppet apply /etc/puppet/manifests/site.pp --hiera_config=/etc/puppet/
>> hiera.yaml
>
>
> We will be following this approach and above PRs can be ignored. The
> change will only happen in docker-common repo.
>
+1 for this change. This is the cleanest way of doing it AFAIU. Adding a
module dependency to another module can be done, but is not the best way.

>
> [1] https://github.com/wso2/docker-common/blob/
> 820c70c422006749314343d3b9e55bdd9a5e0a38/provision/puppet/
> image-config.sh#L61
>
>
>
> On Thu, Mar 2, 2017 at 3:52 PM, Anuruddha Liyanarachchi <
> anurudd...@wso2.com> wrote:
>
>> Hi,
>>
>> $subject was noticed when trying to create APIM docker image from
>> puppet-modules [1].
>>
>> This is happening because when using puppet apply, java module is not
>> getting invoked because site.pp is not getting executed.
>>
>> As a fix, I have included java class in each product puppet module
>> init.pp and removed it from site.pp in PRs [2] and [3]. The dependency is
>> added to APIM init.pp from [4].
>>
>> Similarly, we will have to update ESB, IOT and IS puppet modules as well.
>>
>> Kindly suggest if there are any alternatives which we can use to overcome
>> $subject.
>>
>> [1] https://github.com/wso2/puppet-apim/tree/v2.1.0
>> [2] https://github.com/wso2/puppet-common/pull/8
>> [3] https://github.com/wso2/puppet-base/pull/9
>> [4] https://github.com/wso2/puppet-apim/pull/16/files
>>
>> --
>> *Thanks and Regards,*
>> Anuruddha Lanka Liyanarachchi
>> Software Engineer - WSO2
>> Mobile : +94 (0) 712762611
>> Tel  : +94 112 145 345
>> a nurudd...@wso2.com
>>
>
>
>
> --
> *Thanks and Regards,*
> Anuruddha Lanka Liyanarachchi
> Software Engineer - WSO2
> Mobile : +94 (0) 712762611
> Tel  : +94 112 145 345
> a nurudd...@wso2.com
>



-- 
Thanks and Regards,

Isuru H.
+94 716 358 048* *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [IS] Starting over authentication flow as a different user

2017-03-02 Thread Farasath Ahamed
On Thu, Mar 2, 2017 at 10:34 AM, Thanuja Jayasinghe 
wrote:

> Hi Pulasthi,
>
> The best approach is to ask Alice to log-out when she leaves the browser.
>
> Or from the application side, we can give an option like "fresh-login"
> which sends a "forceAuth=true" request to the IS. So he will go through the
> authentication process again.
>
>
Yes. I have seen this in gmail where the last logged in accounts are
remembered and are listed when we try to login. There is another option
saying "Add new account" which allows a new user to login.

Can't we follow a similar approach?

Thanks,
> Thanuja
>
>
> On Thu, Mar 2, 2017 at 3:14 AM, Pulasthi Mahawithana 
> wrote:
>
>> In IS 5.3.0, I have configured the authentication flow for an application
>> to have 3 steps. During the authentication flow, the users may remember the
>> result of the first two steps (using cookies) in their initial login. So,
>> in subsequent logins they'll see the third step straight away in which they
>> always need to get authenticated.
>>
>> Let's say 'Alice' logs in and remember the result for the first two steps
>> and finish her work. After some time 'Bob' also use the same browser and
>> try to login. He won't see the first two steps because there is an already
>> remembered result from Alice's login. But in the third step he can't
>> authenticate because he doesn't know Alice's credentials (and he intend to
>> login as 'Bob'). So he needs to start over the flow as 'Bob'. When he does
>> so, at IS, we should clear the remembered results for 'Alice' and allow the
>> the user to try with a different username (This time he should get
>> authenticated from all 3 steps). How can we achieve this requirement? Is
>> there a known approach?
>>
>>
>> --
>> *Pulasthi Mahawithana*
>> Senior Software Engineer
>> WSO2 Inc., http://wso2.com/
>> Mobile: +94-71-5179022 <+94%2071%20517%209022>
>> Blog: https://medium.com/@pulasthi7/
>>
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Thanuja Lakmal*
> Senior Software Engineer
> WSO2 Inc. http://wso2.com/
> *lean.enterprise.middleware*
> Mobile: +94715979891 +94758009992
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Pubudu Gunatilaka
Hi,

Actually, we intentionally moved out the java dependency allowing users to
configure their own java environment. That is why we have to include that
in site.pp.

Thank you!

On Fri, Mar 3, 2017 at 10:14 AM, Imesh Gunaratne  wrote:

>
>
> On Fri, Mar 3, 2017 at 10:05 AM, Anuruddha Liyanarachchi <
> anurudd...@wso2.com> wrote:
>
>> Hi Imesh,
>>
>> Yes. This was encountered after moving to separate repositories. Earlier
>> we have declared java dependency at wso2base init.pp [1].
>>
>> [1] https://github.com/wso2/puppet-modules/blob/master/modules/
>> wso2base/manifests/init.pp#L90
>>
>
> ​Thanks Anuruddha! Was there any reason to change that?
>
> Thanks
> Imesh
> ​
>
>>
>> On Fri, Mar 3, 2017 at 9:34 AM, Imesh Gunaratne  wrote:
>>
>>> Hi Anuruddha,
>>>
>>> Is this something we encountered after moving the code to product
>>> specific repositories? As I can remember this issue was not there earlier
>>> in puppet-modules repository.
>>>
>>> Thanks
>>> Imesh
>>>
>>> On Thu, Mar 2, 2017 at 5:36 PM, Anuruddha Liyanarachchi <
>>> anurudd...@wso2.com> wrote:
>>>
 Hi,

 Found an alternative way to execute the site.pp by changing puppet
 apply command used in image-config.sh in docker from [1] to below.

 From

> puppet apply -e "include ${MODULE_NAME}" --hiera_config=/etc/puppet/hie
> ra.yaml


 To

> puppet apply /etc/puppet/manifests/site.pp
> --hiera_config=/etc/puppet/hiera.yaml


 We will be following this approach and above PRs can be ignored. The
 change will only happen in docker-common repo.

 [1] https://github.com/wso2/docker-common/blob/820c70c4220067493
 14343d3b9e55bdd9a5e0a38/provision/puppet/image-config.sh#L61



 On Thu, Mar 2, 2017 at 3:52 PM, Anuruddha Liyanarachchi <
 anurudd...@wso2.com> wrote:

> Hi,
>
> $subject was noticed when trying to create APIM docker image from
> puppet-modules [1].
>
> This is happening because when using puppet apply, java module is not
> getting invoked because site.pp is not getting executed.
>
> As a fix, I have included java class in each product puppet module
> init.pp and removed it from site.pp in PRs [2] and [3]. The dependency is
> added to APIM init.pp from [4].
>
> Similarly, we will have to update ESB, IOT and IS puppet modules as
> well.
>
> Kindly suggest if there are any alternatives which we can use to
> overcome $subject.
>
> [1] https://github.com/wso2/puppet-apim/tree/v2.1.0
> [2] https://github.com/wso2/puppet-common/pull/8
> [3] https://github.com/wso2/puppet-base/pull/9
> [4] https://github.com/wso2/puppet-apim/pull/16/files
>
> --
> *Thanks and Regards,*
> Anuruddha Lanka Liyanarachchi
> Software Engineer - WSO2
> Mobile : +94 (0) 712762611
> Tel  : +94 112 145 345
> a nurudd...@wso2.com
>



 --
 *Thanks and Regards,*
 Anuruddha Lanka Liyanarachchi
 Software Engineer - WSO2
 Mobile : +94 (0) 712762611
 Tel  : +94 112 145 345
 a nurudd...@wso2.com

>>>
>>>
>>>
>>> --
>>> *Imesh Gunaratne*
>>> Software Architect
>>> WSO2 Inc: http://wso2.com
>>> T: +94 11 214 5345 M: +94 77 374 2057 <+94%2077%20374%202057>
>>> W: https://medium.com/@imesh TW: @imesh
>>> lean. enterprise. middleware
>>>
>>>
>>
>>
>> --
>> *Thanks and Regards,*
>> Anuruddha Lanka Liyanarachchi
>> Software Engineer - WSO2
>> Mobile : +94 (0) 712762611
>> Tel  : +94 112 145 345
>> a nurudd...@wso2.com
>>
>
>
>
> --
> *Imesh Gunaratne*
> Software Architect
> WSO2 Inc: http://wso2.com
> T: +94 11 214 5345 M: +94 77 374 2057 <+94%2077%20374%202057>
> W: https://medium.com/@imesh TW: @imesh
> lean. enterprise. middleware
>
>


-- 
*Pubudu Gunatilaka*
Committer and PMC Member - Apache Stratos
Software Engineer
WSO2, Inc.: http://wso2.com
mobile : +94774078049 <%2B94772207163>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Imesh Gunaratne
On Fri, Mar 3, 2017 at 10:05 AM, Anuruddha Liyanarachchi <
anurudd...@wso2.com> wrote:

> Hi Imesh,
>
> Yes. This was encountered after moving to separate repositories. Earlier
> we have declared java dependency at wso2base init.pp [1].
>
> [1] https://github.com/wso2/puppet-modules/blob/master/
> modules/wso2base/manifests/init.pp#L90
>

​Thanks Anuruddha! Was there any reason to change that?

Thanks
Imesh
​

>
> On Fri, Mar 3, 2017 at 9:34 AM, Imesh Gunaratne  wrote:
>
>> Hi Anuruddha,
>>
>> Is this something we encountered after moving the code to product
>> specific repositories? As I can remember this issue was not there earlier
>> in puppet-modules repository.
>>
>> Thanks
>> Imesh
>>
>> On Thu, Mar 2, 2017 at 5:36 PM, Anuruddha Liyanarachchi <
>> anurudd...@wso2.com> wrote:
>>
>>> Hi,
>>>
>>> Found an alternative way to execute the site.pp by changing puppet apply
>>> command used in image-config.sh in docker from [1] to below.
>>>
>>> From
>>>
 puppet apply -e "include ${MODULE_NAME}" --hiera_config=/etc/puppet/hie
 ra.yaml
>>>
>>>
>>> To
>>>
 puppet apply /etc/puppet/manifests/site.pp
 --hiera_config=/etc/puppet/hiera.yaml
>>>
>>>
>>> We will be following this approach and above PRs can be ignored. The
>>> change will only happen in docker-common repo.
>>>
>>> [1] https://github.com/wso2/docker-common/blob/820c70c4220067493
>>> 14343d3b9e55bdd9a5e0a38/provision/puppet/image-config.sh#L61
>>>
>>>
>>>
>>> On Thu, Mar 2, 2017 at 3:52 PM, Anuruddha Liyanarachchi <
>>> anurudd...@wso2.com> wrote:
>>>
 Hi,

 $subject was noticed when trying to create APIM docker image from
 puppet-modules [1].

 This is happening because when using puppet apply, java module is not
 getting invoked because site.pp is not getting executed.

 As a fix, I have included java class in each product puppet module
 init.pp and removed it from site.pp in PRs [2] and [3]. The dependency is
 added to APIM init.pp from [4].

 Similarly, we will have to update ESB, IOT and IS puppet modules as
 well.

 Kindly suggest if there are any alternatives which we can use to
 overcome $subject.

 [1] https://github.com/wso2/puppet-apim/tree/v2.1.0
 [2] https://github.com/wso2/puppet-common/pull/8
 [3] https://github.com/wso2/puppet-base/pull/9
 [4] https://github.com/wso2/puppet-apim/pull/16/files

 --
 *Thanks and Regards,*
 Anuruddha Lanka Liyanarachchi
 Software Engineer - WSO2
 Mobile : +94 (0) 712762611
 Tel  : +94 112 145 345
 a nurudd...@wso2.com

>>>
>>>
>>>
>>> --
>>> *Thanks and Regards,*
>>> Anuruddha Lanka Liyanarachchi
>>> Software Engineer - WSO2
>>> Mobile : +94 (0) 712762611
>>> Tel  : +94 112 145 345
>>> a nurudd...@wso2.com
>>>
>>
>>
>>
>> --
>> *Imesh Gunaratne*
>> Software Architect
>> WSO2 Inc: http://wso2.com
>> T: +94 11 214 5345 M: +94 77 374 2057 <+94%2077%20374%202057>
>> W: https://medium.com/@imesh TW: @imesh
>> lean. enterprise. middleware
>>
>>
>
>
> --
> *Thanks and Regards,*
> Anuruddha Lanka Liyanarachchi
> Software Engineer - WSO2
> Mobile : +94 (0) 712762611
> Tel  : +94 112 145 345
> a nurudd...@wso2.com
>



-- 
*Imesh Gunaratne*
Software Architect
WSO2 Inc: http://wso2.com
T: +94 11 214 5345 M: +94 77 374 2057
W: https://medium.com/@imesh TW: @imesh
lean. enterprise. middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Anuruddha Liyanarachchi
Hi Imesh,

Yes. This was encountered after moving to separate repositories. Earlier we
have declared java dependency at wso2base init.pp [1].

[1]
https://github.com/wso2/puppet-modules/blob/master/modules/wso2base/manifests/init.pp#L90

On Fri, Mar 3, 2017 at 9:34 AM, Imesh Gunaratne  wrote:

> Hi Anuruddha,
>
> Is this something we encountered after moving the code to product specific
> repositories? As I can remember this issue was not there earlier in
> puppet-modules repository.
>
> Thanks
> Imesh
>
> On Thu, Mar 2, 2017 at 5:36 PM, Anuruddha Liyanarachchi <
> anurudd...@wso2.com> wrote:
>
>> Hi,
>>
>> Found an alternative way to execute the site.pp by changing puppet apply
>> command used in image-config.sh in docker from [1] to below.
>>
>> From
>>
>>> puppet apply -e "include ${MODULE_NAME}" --hiera_config=/etc/puppet/hie
>>> ra.yaml
>>
>>
>> To
>>
>>> puppet apply /etc/puppet/manifests/site.pp --hiera_config=/etc/puppet/hie
>>> ra.yaml
>>
>>
>> We will be following this approach and above PRs can be ignored. The
>> change will only happen in docker-common repo.
>>
>> [1] https://github.com/wso2/docker-common/blob/820c70c4220067493
>> 14343d3b9e55bdd9a5e0a38/provision/puppet/image-config.sh#L61
>>
>>
>>
>> On Thu, Mar 2, 2017 at 3:52 PM, Anuruddha Liyanarachchi <
>> anurudd...@wso2.com> wrote:
>>
>>> Hi,
>>>
>>> $subject was noticed when trying to create APIM docker image from
>>> puppet-modules [1].
>>>
>>> This is happening because when using puppet apply, java module is not
>>> getting invoked because site.pp is not getting executed.
>>>
>>> As a fix, I have included java class in each product puppet module
>>> init.pp and removed it from site.pp in PRs [2] and [3]. The dependency is
>>> added to APIM init.pp from [4].
>>>
>>> Similarly, we will have to update ESB, IOT and IS puppet modules as
>>> well.
>>>
>>> Kindly suggest if there are any alternatives which we can use to
>>> overcome $subject.
>>>
>>> [1] https://github.com/wso2/puppet-apim/tree/v2.1.0
>>> [2] https://github.com/wso2/puppet-common/pull/8
>>> [3] https://github.com/wso2/puppet-base/pull/9
>>> [4] https://github.com/wso2/puppet-apim/pull/16/files
>>>
>>> --
>>> *Thanks and Regards,*
>>> Anuruddha Lanka Liyanarachchi
>>> Software Engineer - WSO2
>>> Mobile : +94 (0) 712762611
>>> Tel  : +94 112 145 345
>>> a nurudd...@wso2.com
>>>
>>
>>
>>
>> --
>> *Thanks and Regards,*
>> Anuruddha Lanka Liyanarachchi
>> Software Engineer - WSO2
>> Mobile : +94 (0) 712762611
>> Tel  : +94 112 145 345
>> a nurudd...@wso2.com
>>
>
>
>
> --
> *Imesh Gunaratne*
> Software Architect
> WSO2 Inc: http://wso2.com
> T: +94 11 214 5345 M: +94 77 374 2057 <+94%2077%20374%202057>
> W: https://medium.com/@imesh TW: @imesh
> lean. enterprise. middleware
>
>


-- 
*Thanks and Regards,*
Anuruddha Lanka Liyanarachchi
Software Engineer - WSO2
Mobile : +94 (0) 712762611
Tel  : +94 112 145 345
a nurudd...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Approval needed to fork OWASP dependency check

2017-03-02 Thread Prakhash Sivakumar
Hi Azeez,

Need approval to fork OWASP dependency check.

https://github.com/jeremylong/DependencyCheck

we have already implemented few required functionalities[1] which are
needed for Security automation and got that merged with the main repo, we
are implementing few other functionalities which might take some time to
get merged with the community. Also by considering the time gap which might
take for their next release, we thought of forking the repo and complete
this task asap.

We'll discontinue the branch once they release their next version with our
changes.

License:  Apache License  Version 2.0

[1]https://github.com/jeremylong/DependencyCheck/pull/673

Regards,
Prakhash

-- 
Prakhash Sivakumar
Software Engineer | WSO2 Inc
Platform Security Team
Mobile : +94771510080
Blog : https://medium.com/@PrakhashS
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Imesh Gunaratne
Hi Anuruddha,

Is this something we encountered after moving the code to product specific
repositories? As I can remember this issue was not there earlier in
puppet-modules repository.

Thanks
Imesh

On Thu, Mar 2, 2017 at 5:36 PM, Anuruddha Liyanarachchi  wrote:

> Hi,
>
> Found an alternative way to execute the site.pp by changing puppet apply
> command used in image-config.sh in docker from [1] to below.
>
> From
>
>> puppet apply -e "include ${MODULE_NAME}" --hiera_config=/etc/puppet/
>> hiera.yaml
>
>
> To
>
>> puppet apply /etc/puppet/manifests/site.pp --hiera_config=/etc/puppet/
>> hiera.yaml
>
>
> We will be following this approach and above PRs can be ignored. The
> change will only happen in docker-common repo.
>
> [1] https://github.com/wso2/docker-common/blob/
> 820c70c422006749314343d3b9e55bdd9a5e0a38/provision/puppet/
> image-config.sh#L61
>
>
>
> On Thu, Mar 2, 2017 at 3:52 PM, Anuruddha Liyanarachchi <
> anurudd...@wso2.com> wrote:
>
>> Hi,
>>
>> $subject was noticed when trying to create APIM docker image from
>> puppet-modules [1].
>>
>> This is happening because when using puppet apply, java module is not
>> getting invoked because site.pp is not getting executed.
>>
>> As a fix, I have included java class in each product puppet module
>> init.pp and removed it from site.pp in PRs [2] and [3]. The dependency is
>> added to APIM init.pp from [4].
>>
>> Similarly, we will have to update ESB, IOT and IS puppet modules as well.
>>
>> Kindly suggest if there are any alternatives which we can use to overcome
>> $subject.
>>
>> [1] https://github.com/wso2/puppet-apim/tree/v2.1.0
>> [2] https://github.com/wso2/puppet-common/pull/8
>> [3] https://github.com/wso2/puppet-base/pull/9
>> [4] https://github.com/wso2/puppet-apim/pull/16/files
>>
>> --
>> *Thanks and Regards,*
>> Anuruddha Lanka Liyanarachchi
>> Software Engineer - WSO2
>> Mobile : +94 (0) 712762611
>> Tel  : +94 112 145 345
>> a nurudd...@wso2.com
>>
>
>
>
> --
> *Thanks and Regards,*
> Anuruddha Lanka Liyanarachchi
> Software Engineer - WSO2
> Mobile : +94 (0) 712762611
> Tel  : +94 112 145 345
> a nurudd...@wso2.com
>



-- 
*Imesh Gunaratne*
Software Architect
WSO2 Inc: http://wso2.com
T: +94 11 214 5345 M: +94 77 374 2057
W: https://medium.com/@imesh TW: @imesh
lean. enterprise. middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC 2017 - Native inbound and connector for FTP/SFTP operations

2017-03-02 Thread Malaka Silva
Hi Chanaka,

Sounds good. Looking forward to hear from you soon.

On Thu, Mar 2, 2017 at 6:54 PM, Chanaka Lakmal  wrote:

> Hi Malaka,
>
> Thank you for your response.
>
> As you mentioned, you have done a similar development to optimize and
> manage local file system using Java NIO [1] instead of Commons-vfs. [2] So
> my goal is to find such mechanism which is more unique to ftp/sftp
> protocol, in order to support file operations via ftp/sftp protocol.
>
> So, I will come up with my suggestions with best mechanism that is to be
> used for file operations via ftp/sftp protocol rather than Commons-vfs.
> Please share if you have any recommended methods or suggestions to get a
> better approach to this project.
>
> Also I do confirm that I am a full time student and eligible to
> participate GSoC.
>
> [1] https://store.wso2.com/store/assets/esbconnector/details
> /9ac7accf-6535-46c2-853e-9ca75c23cdef
> [2] http://commons.apache.org/proper/commons-vfs/index.html
>
> Thanks.
>
> Best Regards.
>
> *Chanaka Lakmal,*
> Undergraduate B.Sc.Eng.(Hons.)
> Department of Computer Science & Engineering,
> University of Moratuwa,
> Sri Lanka.
>
> [image: LinkedIn] 
>
> On Tue, Feb 28, 2017 at 10:29 PM, Malaka Silva  wrote:
>
>> Hi Chanaka,
>>
>> Thank you for sending the mail.
>>
>> Currently we have file inbound endpoint [1] and file connector [2] to
>> support file operations in WSO2 ESB.
>>
>> However this is written on top of common-vfs. Common vfs support variety
>> of file systems or protocols. eg: ftp, samba etc. Due to that this is not
>> optimum for ftp/sftp. Also this provides limited options.
>>
>> We have done a similar development to manage local file system using Java
>> NIO. [3] The idea of this project is to come up with similar inbound and
>> connector for ftp/sftp protocol.
>>
>> Also please confirm that you are a full time student and currently not
>> employed since it is against GSoC rules.
>>
>> [1] https://docs.wso2.com/display/ESB500/File+Inbound+Protocol
>> [2] https://store.wso2.com/store/assets/esbconnector/details
>> /48bab332-c6a6-4f5a-9b79-17e29c7ad4c6
>> [3] https://store.wso2.com/store/assets/esbconnector/details
>> /9ac7accf-6535-46c2-853e-9ca75c23cdef
>>
>> On Tue, Feb 28, 2017 at 7:53 AM, Chanaka Lakmal 
>> wrote:
>>
>>> Hi,
>>>
>>> I'm interested in the project *Native inbound and connector for
>>> FTP/SFTP operations*. I would like to know more information regarding
>>> this.
>>>
>>> I am Chanaka Lakmal, an final year undergraduate from Department of
>>> Computer Science and Engineering, University of Moratuwa. I have the basic
>>> knowledge on Java NIO, File Systems and I have been working with ESB and
>>> connectors.
>>>
>>> Initially I went through following [1] to understand about File Inbound
>>> Protocol and I would like to know more about this project, especially on
>>> the expected outcomes and the scope of the project.
>>>
>>> [1] - https://docs.wso2.com/display/ESB490/File+Inbound+Protocol
>>>
>>> Thank you.
>>>
>>> Best Regards.
>>>
>>> *Chanaka Lakmal,*
>>> Undergraduate B.Sc.Eng.(Hons.)
>>> Department of Computer Science & Engineering,
>>> University of Moratuwa,
>>> Sri Lanka.
>>>
>>> [image: LinkedIn] 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Associate Director / Architect
>> M: +94 777 219 791 <077%20721%209791>
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300 <011%202%20145300>
>> Skype : malaka.sampath.silva
>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>> Blog : http://mrmalakasilva.blogspot.com/
>>
>> WSO2, Inc.
>> lean . enterprise . middleware
>> https://wso2.com/signature
>> http://www.wso2.com/about/team/malaka-silva/
>> 
>> https://store.wso2.com/store/
>>
>> Don't make Trees rare, we should keep them with care
>>
>
>


-- 

Best Regards,

Malaka Silva
Associate Director / Architect
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
https://wso2.com/signature
http://www.wso2.com/about/team/malaka-silva/

https://store.wso2.com/store/

Don't make Trees rare, we should keep them with care
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [IS] Starting over authentication flow as a different user

2017-03-02 Thread Dulanja Liyanage
Can't we have IdP init SLO for this? Catch would be, Bob will be redirected
to SP again, and SP should send him back to IS. Also, custom cookies need
to be cleared - that could be done from the login JSP it self.

On Thu, Mar 2, 2017 at 11:10 PM, Prabath Siriwardena 
wrote:

>
>
> On Wed, Mar 1, 2017 at 9:04 PM, Thanuja Jayasinghe 
> wrote:
>
>> Hi Pulasthi,
>>
>> The best approach is to ask Alice to log-out when she leaves the browser.
>>
>
> Bad Alice, never does that...
>
> Thanks & regards,
> -Prabath
>
>
>>
>> Or from the application side, we can give an option like "fresh-login"
>> which sends a "forceAuth=true" request to the IS. So he will go through the
>> authentication process again.
>>
>> Thanks,
>> Thanuja
>>
>>
>> On Thu, Mar 2, 2017 at 3:14 AM, Pulasthi Mahawithana 
>> wrote:
>>
>>> In IS 5.3.0, I have configured the authentication flow for an
>>> application to have 3 steps. During the authentication flow, the users may
>>> remember the result of the first two steps (using cookies) in their initial
>>> login. So, in subsequent logins they'll see the third step straight away in
>>> which they always need to get authenticated.
>>>
>>> Let's say 'Alice' logs in and remember the result for the first two
>>> steps and finish her work. After some time 'Bob' also use the same browser
>>> and try to login. He won't see the first two steps because there is an
>>> already remembered result from Alice's login. But in the third step he
>>> can't authenticate because he doesn't know Alice's credentials (and he
>>> intend to login as 'Bob'). So he needs to start over the flow as 'Bob'.
>>> When he does so, at IS, we should clear the remembered results for 'Alice'
>>> and allow the the user to try with a different username (This time he
>>> should get authenticated from all 3 steps). How can we achieve this
>>> requirement? Is there a known approach?
>>>
>>>
>>> --
>>> *Pulasthi Mahawithana*
>>> Senior Software Engineer
>>> WSO2 Inc., http://wso2.com/
>>> Mobile: +94-71-5179022 <+94%2071%20517%209022>
>>> Blog: https://medium.com/@pulasthi7/
>>>
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Thanuja Lakmal*
>> Senior Software Engineer
>> WSO2 Inc. http://wso2.com/
>> *lean.enterprise.middleware*
>> Mobile: +94715979891 +94758009992
>>
>
>
>
> --
> Thanks & Regards,
> Prabath
>
> Twitter : @prabath
> LinkedIn : http://www.linkedin.com/in/prabathsiriwardena
>
> Mobile : +1 650 625 7950 <+1%20650-625-7950>
>
> http://facilelogin.com
>



-- 
Thanks & Regards,
Dulanja Liyanage
Lead, Platform Security Team
WSO2 Inc.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [IS] Starting over authentication flow as a different user

2017-03-02 Thread Prabath Siriwardena
On Wed, Mar 1, 2017 at 9:04 PM, Thanuja Jayasinghe  wrote:

> Hi Pulasthi,
>
> The best approach is to ask Alice to log-out when she leaves the browser.
>

Bad Alice, never does that...

Thanks & regards,
-Prabath


>
> Or from the application side, we can give an option like "fresh-login"
> which sends a "forceAuth=true" request to the IS. So he will go through the
> authentication process again.
>
> Thanks,
> Thanuja
>
>
> On Thu, Mar 2, 2017 at 3:14 AM, Pulasthi Mahawithana 
> wrote:
>
>> In IS 5.3.0, I have configured the authentication flow for an application
>> to have 3 steps. During the authentication flow, the users may remember the
>> result of the first two steps (using cookies) in their initial login. So,
>> in subsequent logins they'll see the third step straight away in which they
>> always need to get authenticated.
>>
>> Let's say 'Alice' logs in and remember the result for the first two steps
>> and finish her work. After some time 'Bob' also use the same browser and
>> try to login. He won't see the first two steps because there is an already
>> remembered result from Alice's login. But in the third step he can't
>> authenticate because he doesn't know Alice's credentials (and he intend to
>> login as 'Bob'). So he needs to start over the flow as 'Bob'. When he does
>> so, at IS, we should clear the remembered results for 'Alice' and allow the
>> the user to try with a different username (This time he should get
>> authenticated from all 3 steps). How can we achieve this requirement? Is
>> there a known approach?
>>
>>
>> --
>> *Pulasthi Mahawithana*
>> Senior Software Engineer
>> WSO2 Inc., http://wso2.com/
>> Mobile: +94-71-5179022 <+94%2071%20517%209022>
>> Blog: https://medium.com/@pulasthi7/
>>
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Thanuja Lakmal*
> Senior Software Engineer
> WSO2 Inc. http://wso2.com/
> *lean.enterprise.middleware*
> Mobile: +94715979891 +94758009992
>



-- 
Thanks & Regards,
Prabath

Twitter : @prabath
LinkedIn : http://www.linkedin.com/in/prabathsiriwardena

Mobile : +1 650 625 7950

http://facilelogin.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] OSGi Support for Carbon-Transport

2017-03-02 Thread Thusitha Thilina Dayaratne
Hi Integration Team,

Could you please review and merge the following PRs. These PRs provide the
OSGi support for new connector framework. So we can migrate MSF4J for new
transport architecture.

[1] - https://github.com/wso2/carbon-messaging/pull/59
[2] - https://github.com/wso2/carbon-transports/pull/238

Thanks
-- 
Thusitha Dayaratne
Software Engineer
WSO2 Inc. - lean . enterprise . middleware |  wso2.com

Mobile  +94712756809
Blog  alokayasoya.blogspot.com
Abouthttp://about.me/thusithathilina

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC 2017 - Native inbound and connector for FTP/SFTP operations

2017-03-02 Thread Chanaka Lakmal
Hi Malaka,

Thank you for your response.

As you mentioned, you have done a similar development to optimize and
manage local file system using Java NIO [1] instead of Commons-vfs. [2] So
my goal is to find such mechanism which is more unique to ftp/sftp
protocol, in order to support file operations via ftp/sftp protocol.

So, I will come up with my suggestions with best mechanism that is to be
used for file operations via ftp/sftp protocol rather than Commons-vfs.
Please share if you have any recommended methods or suggestions to get a
better approach to this project.

Also I do confirm that I am a full time student and eligible to participate
GSoC.

[1] https://store.wso2.com/store/assets/esbconnector/details
/9ac7accf-6535-46c2-853e-9ca75c23cdef
[2] http://commons.apache.org/proper/commons-vfs/index.html

Thanks.

Best Regards.

*Chanaka Lakmal,*
Undergraduate B.Sc.Eng.(Hons.)
Department of Computer Science & Engineering,
University of Moratuwa,
Sri Lanka.

[image: LinkedIn] 

On Tue, Feb 28, 2017 at 10:29 PM, Malaka Silva  wrote:

> Hi Chanaka,
>
> Thank you for sending the mail.
>
> Currently we have file inbound endpoint [1] and file connector [2] to
> support file operations in WSO2 ESB.
>
> However this is written on top of common-vfs. Common vfs support variety
> of file systems or protocols. eg: ftp, samba etc. Due to that this is not
> optimum for ftp/sftp. Also this provides limited options.
>
> We have done a similar development to manage local file system using Java
> NIO. [3] The idea of this project is to come up with similar inbound and
> connector for ftp/sftp protocol.
>
> Also please confirm that you are a full time student and currently not
> employed since it is against GSoC rules.
>
> [1] https://docs.wso2.com/display/ESB500/File+Inbound+Protocol
> [2] https://store.wso2.com/store/assets/esbconnector/details
> /48bab332-c6a6-4f5a-9b79-17e29c7ad4c6
> [3] https://store.wso2.com/store/assets/esbconnector/details
> /9ac7accf-6535-46c2-853e-9ca75c23cdef
>
> On Tue, Feb 28, 2017 at 7:53 AM, Chanaka Lakmal 
> wrote:
>
>> Hi,
>>
>> I'm interested in the project *Native inbound and connector for FTP/SFTP
>> operations*. I would like to know more information regarding this.
>>
>> I am Chanaka Lakmal, an final year undergraduate from Department of
>> Computer Science and Engineering, University of Moratuwa. I have the basic
>> knowledge on Java NIO, File Systems and I have been working with ESB and
>> connectors.
>>
>> Initially I went through following [1] to understand about File Inbound
>> Protocol and I would like to know more about this project, especially on
>> the expected outcomes and the scope of the project.
>>
>> [1] - https://docs.wso2.com/display/ESB490/File+Inbound+Protocol
>>
>> Thank you.
>>
>> Best Regards.
>>
>> *Chanaka Lakmal,*
>> Undergraduate B.Sc.Eng.(Hons.)
>> Department of Computer Science & Engineering,
>> University of Moratuwa,
>> Sri Lanka.
>>
>> [image: LinkedIn] 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> Best Regards,
>
> Malaka Silva
> Associate Director / Architect
> M: +94 777 219 791 <077%20721%209791>
> Tel : 94 11 214 5345
> Fax :94 11 2145300 <011%202%20145300>
> Skype : malaka.sampath.silva
> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
> Blog : http://mrmalakasilva.blogspot.com/
>
> WSO2, Inc.
> lean . enterprise . middleware
> https://wso2.com/signature
> http://www.wso2.com/about/team/malaka-silva/
> 
> https://store.wso2.com/store/
>
> Don't make Trees rare, we should keep them with care
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Anuruddha Liyanarachchi
Hi,

Found an alternative way to execute the site.pp by changing puppet apply
command used in image-config.sh in docker from [1] to below.

From

> puppet apply -e "include ${MODULE_NAME}"
> --hiera_config=/etc/puppet/hiera.yaml


To

> puppet apply /etc/puppet/manifests/site.pp
> --hiera_config=/etc/puppet/hiera.yaml


We will be following this approach and above PRs can be ignored. The change
will only happen in docker-common repo.

[1]
https://github.com/wso2/docker-common/blob/820c70c422006749314343d3b9e55bdd9a5e0a38/provision/puppet/image-config.sh#L61



On Thu, Mar 2, 2017 at 3:52 PM, Anuruddha Liyanarachchi  wrote:

> Hi,
>
> $subject was noticed when trying to create APIM docker image from
> puppet-modules [1].
>
> This is happening because when using puppet apply, java module is not
> getting invoked because site.pp is not getting executed.
>
> As a fix, I have included java class in each product puppet module init.pp
> and removed it from site.pp in PRs [2] and [3]. The dependency is added to
> APIM init.pp from [4].
>
> Similarly, we will have to update ESB, IOT and IS puppet modules as well.
>
> Kindly suggest if there are any alternatives which we can use to overcome
> $subject.
>
> [1] https://github.com/wso2/puppet-apim/tree/v2.1.0
> [2] https://github.com/wso2/puppet-common/pull/8
> [3] https://github.com/wso2/puppet-base/pull/9
> [4] https://github.com/wso2/puppet-apim/pull/16/files
>
> --
> *Thanks and Regards,*
> Anuruddha Lanka Liyanarachchi
> Software Engineer - WSO2
> Mobile : +94 (0) 712762611
> Tel  : +94 112 145 345
> a nurudd...@wso2.com
>



-- 
*Thanks and Regards,*
Anuruddha Lanka Liyanarachchi
Software Engineer - WSO2
Mobile : +94 (0) 712762611
Tel  : +94 112 145 345
a nurudd...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC 2017][ESB]Native inbound and connector for IBM MQ 8.0

2017-03-02 Thread Malaka Silva
Hi Chanaka,

Following will help.

[1]
http://mrmalakasilva.blogspot.com/2013/10/connecting-mechanisms-other-than.html
[2] http://www-01.ibm.com/support/docview.wss?uid=swg24037500
[3]
http://stackoverflow.com/questions/2692070/connecting-to-a-websphere-mq-in-java-with-ssl-keystore
[4] http://www.kevinboone.net/simplewmqclient.html

On Wed, Mar 1, 2017 at 3:04 PM, Chanaka Balasooriya 
wrote:

> Hi Malaka,
>
> Thank you for your response.
>
> As you mentioned, to understand the advantage of using native IBM MQ jars
> I will need to compare the current ESB IBM MQ support with native IBM MQ.
> So please share if you have any recommended reading materials to know more
> about IBM MQ other than [1] and it will be really helpful to get a better
> approach to this project.
>
> (I do confirm that I am a full time student and eligible to participate
> GSoC. )
>
> [1] https://www.ibm.com/support/knowledgecenter/SSFKSJ_8.0.0/com.ibm.mq.
> helphome.v80.doc/WelcomePagev8r0.html
>
> Thanks,
>
> On Tue, Feb 28, 2017 at 9:39 PM, Malaka Silva  wrote:
>
>> Hi Chanaka,
>>
>> Thank you for your interest in this project.
>>
>> Currently with WSO2 ESB there is a generic JMS inbound endpoint that can
>> be used to consume messages from different brokers. [1]
>>
>> However there are complexities when configuring WSO2 ESB with IBM MQ.
>> This is mainly due to class loading issues. Also IBM provides more
>> customized options that are written on top of JMS transport.
>>
>> Part of this project is to identify those and develop a new Inbound
>> Endpoint to support this integration.
>>
>> Also please confirm that you are a full time student and currently not
>> employed since it is against GSoC rules.
>>
>> [1] https://docs.wso2.com/display/ESB500/JMS+Inbound+Protocol
>>
>> On Tue, Feb 28, 2017 at 4:47 PM, Chanaka Balasooriya <
>> chanaka...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> I am Chanaka Balasooriya, final year undergraduate at Computer Science
>>> and Engineering Department, University of Moratuwa. I am highly interested
>>> in distributed computing and Java related things and it led me to select
>>> and find more about this project. I was an intern at WSO2 and I have a keen
>>> knowledge about WSO2ESB, inbound endpoints and transports since my
>>> internship project was related to them.
>>>
>>> Regarding this project, I have already started to follow the WSO2 doc
>>> about current implementation of  WSO2 ESB for IBM WebSphere MQ through JMS
>>> transport. I would be grateful if you can give me some suggestions and
>>> materials to understand the project more.
>>>
>>> Thanks,
>>> --
>>> Chanaka Balasooriya
>>> Undergraduate
>>> Department of Computer Science and Engineering
>>> University of Moratuwa
>>> +9471 294 7898 <071%20294%207898>
>>>
>>
>>
>>
>> --
>>
>> Best Regards,
>>
>> Malaka Silva
>> Associate Director / Architect
>> M: +94 777 219 791 <+94%2077%20721%209791>
>> Tel : 94 11 214 5345
>> Fax :94 11 2145300 <011%202%20145300>
>> Skype : malaka.sampath.silva
>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
>> Blog : http://mrmalakasilva.blogspot.com/
>>
>> WSO2, Inc.
>> lean . enterprise . middleware
>> https://wso2.com/signature
>> http://www.wso2.com/about/team/malaka-silva/
>> 
>> https://store.wso2.com/store/
>>
>> Don't make Trees rare, we should keep them with care
>>
>
>
>
> --
> Chanaka Balasooriya
> Undergraduate
> Department of Computer Science and Engineering
> University of Moratuwa
> +9471 294 7898 <071%20294%207898>
>



-- 

Best Regards,

Malaka Silva
Associate Director / Architect
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
https://wso2.com/signature
http://www.wso2.com/about/team/malaka-silva/

https://store.wso2.com/store/

Don't make Trees rare, we should keep them with care
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Puppet] Java module is not getting triggered when using puppet-apply

2017-03-02 Thread Anuruddha Liyanarachchi
Hi,

$subject was noticed when trying to create APIM docker image from
puppet-modules [1].

This is happening because when using puppet apply, java module is not
getting invoked because site.pp is not getting executed.

As a fix, I have included java class in each product puppet module init.pp
and removed it from site.pp in PRs [2] and [3]. The dependency is added to
APIM init.pp from [4].

Similarly, we will have to update ESB, IOT and IS puppet modules as well.

Kindly suggest if there are any alternatives which we can use to overcome
$subject.

[1] https://github.com/wso2/puppet-apim/tree/v2.1.0
[2] https://github.com/wso2/puppet-common/pull/8
[3] https://github.com/wso2/puppet-base/pull/9
[4] https://github.com/wso2/puppet-apim/pull/16/files

-- 
*Thanks and Regards,*
Anuruddha Lanka Liyanarachchi
Software Engineer - WSO2
Mobile : +94 (0) 712762611
Tel  : +94 112 145 345
a nurudd...@wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Nisala Nanayakkara

2017-03-02 Thread Prakhash Sivakumar
Congrats Nisala! :)

On Thu, Mar 2, 2017 at 2:43 PM, Yasima Dewmini  wrote:

> Congrats Nisala! :)
>
> On Tue, Feb 28, 2017 at 2:41 PM, Shan Mahanama  wrote:
>
>> Congratz nisala :)
>>
>> On Tue, Feb 28, 2017 at 2:23 PM, Irunika Weeraratne 
>> wrote:
>>
>>> Congratulations Nisala
>>>
>>> *Irunika Weeraratne*
>>> *Software Engineer | WSO2, Inc. *
>>> *Email : irun...@wso2.com *
>>> *LinkedIn : https://lk.linkedin.com/in/irunika
>>> *
>>> *Mobile : +94712403314 <+94%2071%20240%203314>*
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>> On Tue, Feb 28, 2017 at 2:20 PM, Heshitha Hettihewa 
>>> wrote:
>>>
 Congratz Nisala!!! :)

 On Tue, Feb 28, 2017 at 2:18 PM, Chanaka Cooray 
 wrote:

> Congratz Nisala :)
>
> On Tue, Feb 28, 2017 at 2:16 PM, Sinthuja Ragendran  > wrote:
>
>> Hi All,
>>
>> It's my pleasure to welcome Nisala Nanayakkara as a WSO2 Committer.
>>
>> Nisala has been a valuable contributor to the Dashboard Server Team
>> and then Platform Team. In recognition of his contribution, dedication 
>> and
>> commitment he has been voted as a WSO2 committer.
>>
>> Nisala, welcome aboard and keep up the good work!
>>
>> Thanks,
>> Sinthuja.
>>
>> --
>> *Sinthuja Rajendran*
>> Technical Lead
>> WSO2, Inc.:http://wso2.com
>>
>> Blog: http://sinthu-rajan.blogspot.com/
>> Mobile: +94774273955 <+94%2077%20427%203955>
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Chanaka Cooray
> Software Engineer, WSO2 Inc. http://wso2.com
> Email: chana...@wso2.com
> Mobile: +94713149860 <+94%2071%20314%209860>
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Heshitha Hettihewa
 *Software Engineer*
 Mobile : +94716866386
 <%2B94%20%280%29%20773%20451194>
 heshit...@wso2.com

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Shan Mahanama
>>
>> Software Engineer, WSO2 Inc. http://wso2.com
>> 
>> Email: sh...@wso2.com
>> Mobile: +94 71 2000 498
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> http://wso2.com/signatureYasima Dewmini
> Software Engineer, WSO2, Inc.
> Email: yas...@wso2.com
> Mobile: +94713117081 <+94%2071%20311%207081>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Prakhash Sivakumar
Software Engineer | WSO2 Inc
Platform Security Team
Mobile : +94771510080
Blog : https://medium.com/@PrakhashS
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 API Manager 3.0.0-M1 Released!

2017-03-02 Thread Harsha Kumara
The WSO2 API Manager team is pleased to announce the release of API Manager
3.0.0-M1. It's now available to download.


Distribution


   - *https://github.com/wso2/product-apim/releases/tag/v3.0.0-m1
   *

Documentation


   - https://docs.wso2.com/display/AM300/Architecture

Following list contains all the features, improvements and bug fixes
available with this milestone.Bug

   - [APIMANAGER-5620 ] -
   Cannot see published APIs in APIStore when access in https url
   - [APIMANAGER-5621 ] - The
   API subscription throttling policies not listed in APIStore when subscribe
   - [APIMANAGER-5622 ] -
   There are broken links directing to 9443 port as in previous APIM versions
   - [APIMANAGER-5623 ] -
   When subscribing to an API,no message is popping up saying subscription
   created successfully/not
   - [APIMANAGER-5624 ] -
   Show "the features are not supported yet",for the menus which don't support
   in APIM 3.0.0 M1
   - [APIMANAGER-5625 ] -
   Updated Tiers for an API are not showing in API Publisher overview tab
   - [APIMANAGER-5628 ] - The
   token validity period showing in production keys/sandbox keys shows a wrong
   value
   - [APIMANAGER-5632 ] - At
   the very first request to /publisher,it shows an empty page saying cannot
   find the context /Publisher
   - [APIMANAGER-5635 ] -
   Swagger import not working
   - [APIMANAGER-5637 ] -
   File Content Download is not working for FILE type document Download
   Resource API in both Publisher and Store
   - [APIMANAGER-5640 ] -
   Publisher - UI - Create API - Endpoint url out of place
   - [APIMANAGER-5642 ] -
   Once an API published can't demote to Create and still showing the publish
   button with disable mode
   - [APIMANAGER-5643 ] -
   Integrate swagger UI to the new Store
   - [APIMANAGER-5644 ] - UI
   issue when select import from swagger option in API Publisher
   - [APIMANAGER-5645 ] - UI
   issue when select import from swagger option to create an API
   - [APIMANAGER-5648 ] -
   Cannot create an API with giving an endpoint url
   - [APIMANAGER-5650 ] -
   Endpoint is shown as a json in Publisher's endpoint tab

Task

   - [APIMANAGER-5627 ] -
   Change the api attribute search to "AND"
   - [APIMANAGER-5634 ] -
   Improve login failed message
   - [APIMANAGER-5647 ] -
   Review db scripts

Improvement

   - [APIMANAGER-5630 ] - Add
   validation for tiers associate with an API,before it published
   - [APIMANAGER-5639 ] -
   When subscribe to an API with new application option,show a message asking
   "Return back to API detail page? after create the new application.
   - [APIMANAGER-5641 ] -
   Publisher and store allow access through only https
   - [APIMANAGER-5646 ] -
   Life cycle history detail not shown in the publisher UI

Sub-task

   - [APIMANAGER-5633 ] -
   Copy to clipboard is not working



How To Contribute
Your feedback are most welcome!Mailing ListsJoin our mailing list and
correspond with the developers directly.

   -

   Developer List : dev@wso2.org | Subscribe | Mail Archive
   
   -

   User Forum : StackOverflow
   

Reporting IssuesWe encourage you to report issues, improvements and feature
requests regarding WSO2 API Manager through public WSO2 API Manager JIRA
.

~ The WSO2 API Manager Team ~

-- 
Harsha Kumara
Software Engineer, WSO2 Inc.
Mobile: +94775505618
Blog:harshcreationz.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Chanaka Cooray

2017-03-02 Thread Prakhash Sivakumar
Congrats Chanaka! :)

On Thu, Mar 2, 2017 at 2:44 PM, Yasima Dewmini  wrote:

> Congrats Chanaka! :)
>
> On Fri, Feb 24, 2017 at 6:33 PM, Shan Mahanama  wrote:
>
>> Congrats Chanaka :)
>>
>> On Fri, Feb 24, 2017 at 5:34 PM, Vidura Nanayakkara 
>> wrote:
>>
>>> Congratulations Chanaka :)
>>>
>>> On Fri, Feb 24, 2017 at 5:30 PM, Menaka Jayawardena 
>>> wrote:
>>>
 Congratz Chanaka!

 On Fri, Feb 24, 2017 at 3:37 PM, Nisala Nanayakkara 
 wrote:

> Congratz Chanaka :D
>
> On Fri, Feb 24, 2017 at 3:36 PM, Niranjan Karunanandham <
> niran...@wso2.com> wrote:
>
>> Hi All,
>>
>> It's my pleasure to welcome Chanaka Cooray as a WSO2 Committer.
>>
>> Chanaka has been a valuable contributor to the Platform Team. In
>> recognition of his contribution, dedication and commitment he has been
>> voted as a WSO2 committer.
>>
>> Chanaka, welcome aboard and keep up the good work!
>>
>> Regards,
>> Nira
>>
>> --
>>
>>
>> *Niranjan Karunanandham*
>> Associate Technical Lead - WSO2 Inc.
>> WSO2 Inc.: http://www.wso2.com
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Nisala Niroshana Nanayakkara,*
> Software Engineer
> Mobile:(+94)717600022
> WSO2 Inc., http://wso2.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Menaka Jayawardena*
 *Software Engineer - WSO2 Inc*
 *Tel : 071 350 5470*
 *LinkedIn: https://lk.linkedin.com/in/menakajayawardena
 *
 *Blog: https://menakamadushanka.wordpress.com/
 *


 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Best Regards,
>>>
>>> *Vidura Nanayakkara*
>>> Software Engineer
>>>
>>> Email : vidu...@wso2.com
>>> Mobile : +94 (0) 717 919277 <+94%2071%20791%209277>
>>> Web : http://wso2.com
>>> Blog : https://medium.com/@viduran 
>>> Twitter : http://twitter.com/viduranana
>>> LinkedIn : https://lk.linkedin.com/in/vidura-nanayakkara
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Shan Mahanama
>>
>> Software Engineer, WSO2 Inc. http://wso2.com
>> 
>> Email: sh...@wso2.com
>> Mobile: +94 71 2000 498
>>
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> http://wso2.com/signatureYasima Dewmini
> Software Engineer, WSO2, Inc.
> Email: yas...@wso2.com
> Mobile: +94713117081 <+94%2071%20311%207081>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Prakhash Sivakumar
Software Engineer | WSO2 Inc
Platform Security Team
Mobile : +94771510080
Blog : https://medium.com/@PrakhashS
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Chanaka Cooray

2017-03-02 Thread Yasima Dewmini
Congrats Chanaka! :)

On Fri, Feb 24, 2017 at 6:33 PM, Shan Mahanama  wrote:

> Congrats Chanaka :)
>
> On Fri, Feb 24, 2017 at 5:34 PM, Vidura Nanayakkara 
> wrote:
>
>> Congratulations Chanaka :)
>>
>> On Fri, Feb 24, 2017 at 5:30 PM, Menaka Jayawardena 
>> wrote:
>>
>>> Congratz Chanaka!
>>>
>>> On Fri, Feb 24, 2017 at 3:37 PM, Nisala Nanayakkara 
>>> wrote:
>>>
 Congratz Chanaka :D

 On Fri, Feb 24, 2017 at 3:36 PM, Niranjan Karunanandham <
 niran...@wso2.com> wrote:

> Hi All,
>
> It's my pleasure to welcome Chanaka Cooray as a WSO2 Committer.
>
> Chanaka has been a valuable contributor to the Platform Team. In
> recognition of his contribution, dedication and commitment he has been
> voted as a WSO2 committer.
>
> Chanaka, welcome aboard and keep up the good work!
>
> Regards,
> Nira
>
> --
>
>
> *Niranjan Karunanandham*
> Associate Technical Lead - WSO2 Inc.
> WSO2 Inc.: http://www.wso2.com
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 *Nisala Niroshana Nanayakkara,*
 Software Engineer
 Mobile:(+94)717600022
 WSO2 Inc., http://wso2.com/

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> *Menaka Jayawardena*
>>> *Software Engineer - WSO2 Inc*
>>> *Tel : 071 350 5470*
>>> *LinkedIn: https://lk.linkedin.com/in/menakajayawardena
>>> *
>>> *Blog: https://menakamadushanka.wordpress.com/
>>> *
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Best Regards,
>>
>> *Vidura Nanayakkara*
>> Software Engineer
>>
>> Email : vidu...@wso2.com
>> Mobile : +94 (0) 717 919277 <+94%2071%20791%209277>
>> Web : http://wso2.com
>> Blog : https://medium.com/@viduran 
>> Twitter : http://twitter.com/viduranana
>> LinkedIn : https://lk.linkedin.com/in/vidura-nanayakkara
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Shan Mahanama
>
> Software Engineer, WSO2 Inc. http://wso2.com
> 
> Email: sh...@wso2.com
> Mobile: +94 71 2000 498
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
http://wso2.com/signatureYasima Dewmini
Software Engineer, WSO2, Inc.
Email: yas...@wso2.com
Mobile: +94713117081
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Nisala Nanayakkara

2017-03-02 Thread Yasima Dewmini
Congrats Nisala! :)

On Tue, Feb 28, 2017 at 2:41 PM, Shan Mahanama  wrote:

> Congratz nisala :)
>
> On Tue, Feb 28, 2017 at 2:23 PM, Irunika Weeraratne 
> wrote:
>
>> Congratulations Nisala
>>
>> *Irunika Weeraratne*
>> *Software Engineer | WSO2, Inc. *
>> *Email : irun...@wso2.com *
>> *LinkedIn : https://lk.linkedin.com/in/irunika
>> *
>> *Mobile : +94712403314 <+94%2071%20240%203314>*
>> *Lean . Enterprise . Middleware*
>>
>>
>> On Tue, Feb 28, 2017 at 2:20 PM, Heshitha Hettihewa 
>> wrote:
>>
>>> Congratz Nisala!!! :)
>>>
>>> On Tue, Feb 28, 2017 at 2:18 PM, Chanaka Cooray 
>>> wrote:
>>>
 Congratz Nisala :)

 On Tue, Feb 28, 2017 at 2:16 PM, Sinthuja Ragendran 
 wrote:

> Hi All,
>
> It's my pleasure to welcome Nisala Nanayakkara as a WSO2 Committer.
>
> Nisala has been a valuable contributor to the Dashboard Server Team
> and then Platform Team. In recognition of his contribution, dedication and
> commitment he has been voted as a WSO2 committer.
>
> Nisala, welcome aboard and keep up the good work!
>
> Thanks,
> Sinthuja.
>
> --
> *Sinthuja Rajendran*
> Technical Lead
> WSO2, Inc.:http://wso2.com
>
> Blog: http://sinthu-rajan.blogspot.com/
> Mobile: +94774273955 <+94%2077%20427%203955>
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Chanaka Cooray
 Software Engineer, WSO2 Inc. http://wso2.com
 Email: chana...@wso2.com
 Mobile: +94713149860 <+94%2071%20314%209860>
 

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Heshitha Hettihewa
>>> *Software Engineer*
>>> Mobile : +94716866386
>>> <%2B94%20%280%29%20773%20451194>
>>> heshit...@wso2.com
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Shan Mahanama
>
> Software Engineer, WSO2 Inc. http://wso2.com
> 
> Email: sh...@wso2.com
> Mobile: +94 71 2000 498
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
http://wso2.com/signatureYasima Dewmini
Software Engineer, WSO2, Inc.
Email: yas...@wso2.com
Mobile: +94713117081
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSoC 2017 Proposal 18 - CLI Tool for WSO2 Identity Server

2017-03-02 Thread Harsha Thirimanna
Adding Hanen...


On Wed, Feb 22, 2017 at 3:25 PM, Harsha Thirimanna  wrote:

> Hi Anuradha,
>
> Thanks for interesting about this project and this would be a different
> experience than the other projects that is covered an industry
> domain(Security) and the enterprise level product tooling.
>
> Basically, Identity Server is almost matured product and now we are
> re-writing IS on top of the new carbon platform architecture(C5). As I
> mentioned in the project proposal, we expect following areas to be covered
> by this project and make this implementation more pluggable and
> configurable to easily plug the new API to the tool.
>
> Operation on Service Providers
> Operation on Identity Providers
> User Operations
> Workflow Define and Integration
> XACML policy manager
>
> We can adjust these based on existing API that we already use by
> admin/user portals.
>
> thanks
>
> *Harsha Thirimanna*
> *Associate Tech Lead | WSO2*
>
> Email: hars...@wso2.com
> Mob: +94715186770 <+94%2071%20518%206770>
> Blog: http://harshathirimanna.blogspot.com/
> Twitter: http://twitter.com/harshathirimann
> Linked-In: linked-in: http://www.linkedin.com/pub/
> harsha-thirimanna/10/ab8/122
> 
>
> On Wed, Feb 22, 2017 at 11:03 AM, Anuradha Gunasinghe <
> anuradha.2014...@iit.ac.lk> wrote:
>
>> Hi All,
>>
>> I am a second year student in IIT (full time). So I went through the
>> proposals in GSOC 2017 and interesting about the $subject.
>> I have already went through the WSO2 Identity Server documentation and
>> try out the IS 5.3.0 version. I am not clear that much, which API that we
>> are going to expose through the CLI tool for now.
>> I followed the Golang and it seems it is interesting and changeling to
>> start from the scratch to get this done. I would like to jump to this
>> project and contribute as much as possible to the WSO2 since it is
>> OpenSource and Sri Lankan company.
>>
>> thanks
>>
>> *Anuradha Gunasinghe.*
>>
>> | Informatics Institute of Technology | 57 | Ramakrishna Road | Colombo
>> 06 | Sri Lanka |
>>
>> | M: +94-711-363-830 <+94%2071%20136%203830> |
>>
>> | anuradha.2014...@iit.ac.lk | www.iit.ac.lk |
>> [image: Description: Description: Description: iit_LOGO].
>>
>>
>>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [WSO2][IS] Regarding WSO2 IS CLI tool project

2017-03-02 Thread Harsha Thirimanna
Hi Hanen,

Thank you very much the interesting about these and we know you have
contributed lot more to us earlier as well. Let me explain this situation.

As you already know this is a GSoc project and someone who would like to
join as a student can deliver this project and get the credibility as well.
So that is individual task from GSoc perspective.
But we are discussing all the stuff in public only. So definitely you can
contribute to this by following the mails regarding this project whenever
it's required. Definitely  we will add you to that mailing threads as well
when we discuss these further. We hope that you will actively involve
further and let us know any further clarifications.

*Harsha Thirimanna*
*Associate Tech Lead | WSO2*

Email: hars...@wso2.com
Mob: +94715186770 <+94%2071%20518%206770>
Blog: http://harshathirimanna.blogspot.com/
Twitter: http://twitter.com/harshathirimann
Linked-In: linked-in: http://www.linkedin.com/pub/ha
rsha-thirimanna/10/ab8/122


On Tue, Feb 28, 2017 at 6:57 PM, Hanen Ben Rhouma 
wrote:

>
> Hello guys,
>
> I'm interested in joining your team for developing the CLI tool for WSO2
> Identity Server (in reference to this :
> https://docs.wso2.com/display/GSoC/Project+Proposals+for+201
> 7#ProjectProposalsfor2017-Proposal18:[IS]CLIToolforWSO2IdentityServer
> Could you please debrief me a little about what has been done till now.
>
> Regards,
> Hanen
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev