Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [geclipse-dev] Gria Information Gathered

Hi Mathias,

Yes I would be happy to have a look and do some work on it.

Just one question, should I get this code from the G-Eclipse SVN at
http://www.eclipse.org/geclipse/contributing.php

And if so should I use Committers or Contributors, and will I need to
create a Eclipse Foundation user id.


Mark McArdle
IT Innovation Centre
2 Venture Road
Chilworth Science Park
Southampton, SO16 7NP, UK

tel: +44 23 8076 0834
fax: +44 23 8076 0833

mailto:mm@xxxxxxxxxxxxxxxxxxxxxxxxx
http://www.it-innovation.soton.ac.uk  

> -----Original Message-----
> From: geclipse-dev-bounces@xxxxxxxxxxx 
> [mailto:geclipse-dev-bounces@xxxxxxxxxxx] On Behalf Of 
> Stuempert, Mathias IWR
> Sent: 26 November 2007 15:15
> To: Developer mailing list
> Subject: AW: [geclipse-dev] Gria Information Gathered
> 
> Hi Mark,
> 
> > I think the only file needing any special attention is
> crypto.properties, 
> > no plugins need loaded for basic functionality.
> 
> I absolutely agree at least for the moment. The 
> crypto.properties seems to be the part that is causing my headache.
> 
> > Perhaps, this could be generated when the Grid Project is
> instantiated, 
> > the information needed is the location of the keystore on 
> the machine,
> and > the password.
> 
> In fact I already had a first approach with such a 
> workaround. It is slightly different from your idea. The 
> keystore and the crypto.properties are created when you 
> create a "GRIA Key Store"
> authentication token (already part of eu.geclipse.gria). 
> Therefore go to the authentication token view and create a 
> new token. From the token creation wizard choose "GRIA Key 
> Store" and press "Next". Enter the path to your keystore and 
> its passphrase. Press "Finish". What happens now is that the 
> keystore file itself is copied to 
> "*YOUR_RUNTIME_WORKSPACE*/.metadata/.plugins/eu.geclipse.gria"
>  and the crypto.properties is created in the same directory. 
> The code for that can be found in 
> eu.geclipse.gria.auth.GriaKeyStoreDescription.
> 
> This code has to be seen as preliminary and highly 
> experimental and maybe will never make it into a release. 
> Nevertheless for me it makes more sense to create these files 
> as part of a GRIA authentication token because it is about 
> authentication, right? But maybe it is a first point for you 
> to start with implementing a workaround. For me this 
> workaround did not really work but I had not the time to go 
> into deep details here.
> Maybe you could have a closer look to it?
> 
> Cheers, Mathias
> _______________________________________________
> geclipse-dev mailing list
> geclipse-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/geclipse-dev
> 


Back to the top