Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-04-03 Thread Isuranga Perera
Hi All, I submitted the final proposal. I would like to thank you for your guidance, support and insight throughout the process. Best Regards Isuranga Perera On Tue, Mar 28, 2017 at 8:55 AM, Harsha Thirimanna wrote: > ​Hi Isuranga, > > I was looking into there, but i

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-27 Thread Harsha Thirimanna
​Hi Isuranga, I was looking into there, but i missed that. Sorry about that. We will go through that and get back to you asap.​ thanks *Harsha Thirimanna* *Associate Tech Lead | WSO2* Email: hars...@wso2.com Mob: +94715186770 Blog: http://harshathirimanna.blogspot.com/ Twitter:

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-27 Thread Isuranga Perera
Hi Harsha, I have shared it on GSOC dashboard. You can find it there. Thank You On Tue, Mar 28, 2017 at 8:20 AM, Harsha Thirimanna wrote: > Hi Isuranga, > > Where is the draft ? > > *Harsha Thirimanna* > *Associate Tech Lead | WSO2* > > Email: hars...@wso2.com > Mob:

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-27 Thread Harsha Thirimanna
Hi Isuranga, Where is the draft ? *Harsha Thirimanna* *Associate Tech Lead | WSO2* Email: hars...@wso2.com Mob: +94715186770 Blog: http://harshathirimanna.blogspot.com/ Twitter: http://twitter.com/harshathirimann Linked-In: linked-in: http://www.linkedin.com/pub/harsha-thirimanna/10/ab8/122

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-27 Thread Isuranga Perera
Hi All I have shared a draft proposal for the project. Appreciate if you can comment on what needs to be improved. Best Regards [image: photo] Isuranga Perera at University of Colombo School of Computing P +382244492 <+382244492> M +94712986952 <+94712986952> E

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-25 Thread Farasath Ahamed
I tried out the tool. ListAllUsers seems to work fine. I found few minor issues while trying out will create GitHub issues to track them. Thanks, Farasath. Farasath Ahamed Software Engineer, WSO2 Inc.; http://wso2.com Mobile: +94777603866 Blog: blog.farazath.com Twitter: @farazath619

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-22 Thread Isuranga Perera
Hi Farasath I updated the Github Repo. Appreciate if you can check "listAllUsers" command and comment. Please refer README for additional dependencies. Thank You On Wed, Mar 22, 2017 at 9:18 PM, Isuranga Perera wrote: > Hi Farasath > > Thanks for the interest.

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-22 Thread Farasath Ahamed
Hi Isuranga, I went through the repo and created some git issues. Appreciate if you could have a look. Thanks, Farasath. Farasath Ahamed Software Engineer, WSO2 Inc.; http://wso2.com Mobile: +94777603866 Blog: blog.farazath.com Twitter: @farazath619

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-21 Thread Farasath Ahamed
Hi Isuranga, The repo[1] gives a 404 now. Previously it was accessible. Any idea why? [1] https://github.com/IsurangaPerera/cli Thanks, Farasath Farasath Ahamed Software Engineer, WSO2 Inc.; http://wso2.com Mobile: +94777603866 Blog: blog.farazath.com Twitter: @farazath619

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-15 Thread Isuranga Perera
Hi All, Sorry for the late response. [1] is the link to Github repo. Within a day or two I'll be able to complete the prototype. [1] https://github.com/IsurangaPerera/cli Regards [image: photo] Isuranga Perera at University of Colombo School of Computing P +382244492

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-15 Thread Harsha Thirimanna
Yes , it would be ok if it is one the way, we would like to look in to that. Please share the repo . On Mar 15, 2017 3:23 PM, "Farasath Ahamed" wrote: > Hi Isuranga, > > Can you share the link to the GitHub repo so that we can have a look and > provide feedback? > > >

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-15 Thread Farasath Ahamed
Hi Isuranga, Can you share the link to the GitHub repo so that we can have a look and provide feedback? Thanks, Farasath. Farasath Ahamed Software Engineer, WSO2 Inc.; http://wso2.com Mobile: +94777603866 Blog: blog.farazath.com Twitter: @farazath619

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-15 Thread Isuranga Perera
Hi Harsha I'm almost done with the prototype which currently supports only *Basic Authentication*. Although I had to face some issues related to x.509 verification and wsdl2go code generation I was able to solve them. The prototype is a complete go implementation. I'll send you the prototype

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-12 Thread Harsha Thirimanna
On Mon, Mar 13, 2017 at 11:16 AM, Isuranga Perera wrote: > Hi > > Thanks for the information. I have several ideas for the implementation > > (01) Use existing stubs (java) to call admin services. But it involves > additional overhead since it uses Java VM with Go

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-12 Thread Isuranga Perera
Hi Thanks for the information. I have several ideas for the implementation (01) Use existing stubs (java) to call admin services. But it involves additional overhead since it uses Java VM with Go (this approach can be implemented with either native interface or an RPC) (02) Complete

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-12 Thread Harsha Thirimanna
On Sun, Mar 12, 2017 at 11:46 PM, Isuranga Perera wrote: > Hi All, > > I'm currently working on a prototype for the CLI. But I have some problems > which need to be clarified beforehand > > ​This is great approach for this. Thanks Isuranga.​ > (01) what are the

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-12 Thread Isuranga Perera
Hi All, I'm currently working on a prototype for the CLI. But I have some problems which need to be clarified beforehand (01) what are the authentication techniques which should be used by CLI? (02) Should the CLI support next major release without any modifications? (As I got to know in WSO2

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-09 Thread Isuranga Perera
Hi Harsha Thanks for the link [image: photo] Isuranga Perera at University of Colombo School of Computing P +382244492 <+382244492> M +94712986952 <+94712986952> E isurangamper...@gmail.com W https://isurangaperera.wordpress.com/

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-09 Thread Harsha Thirimanna
If you would like to go further in GO, you can go and get this, but not free :) https://www.udemy.com/learn-how-to-code/?couponCode=CHANGEIT=wLyJQb2glSk-RZOrcAKscjLa9dBbmoaPtw=wLyJQb2glSk *Harsha Thirimanna* *Associate Tech Lead | WSO2* Email: hars...@wso2.com Mob: +94715186770 Blog:

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-09 Thread Isuranga Perera
Hi Harsha, Thanks for the feedback. I have already gone through the documentation and I am writing a blog on what I am currently working on. https://isurangaperera.wordpress.com/ Here you will be able to find some areas which I have covered by now. I think I'm on the right track. Please let me

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-09 Thread Harsha Thirimanna
Hi Isuranga, Thanks for interesting about this project and this would be a different experience than the other projects. Basically, WSO2 Identity Server is very feature rich solution for the security domain. As I mentioned in the project proposal, we expect following areas to be covered by this

Re: [Dev] GSOC 2017 CLI Tool for WSO2 Identity Server

2017-03-08 Thread Prakhash Sivakumar
[Looping mentors] On Thu, Mar 9, 2017 at 7:26 AM, Isuranga Perera wrote: > HI All, > > I am a third year undergraduate at University of Colombo School of > Computing. I went through the proposals for GSOC 2017 and I am interesting > about developing the CLI tool for