Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Create Secure Storage File During Oomph Setup
Create Secure Storage File During Oomph Setup [message #1820585] Thu, 23 January 2020 11:37 Go to next message
Stephen Taylor is currently offline Stephen TaylorFriend
Messages: 2
Registered: January 2020
Junior Member
Hi There

Is there are way to create the Secure Storage file during the Oomph setup/initialization before the Oomph setup GUI is presented to the user?
The reason for asking is we have mirrored the p2 repositories on a repository server internally, due to enterprise constraints.
When users launch the setup of Eclipse, the Oomph installer prompts for the user credentials to access the repository server. From this I have been asked to automate this part so that user do not get prompted for their credentials when installing Eclipse.
If there was a way to generate the Secure Storage file prior to running the eclipse install or during the Oomph setup/initialization that would help greatly.
Thanks
Stephen
Re: Create Secure Storage File During Oomph Setup [message #1821062 is a reply to message #1820585] Wed, 05 February 2020 04:11 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
As you probably have noticed/discovered, this file is stored in ~/.org.eclipse.equinox.security/secure_storage. This file is used/shared by the installer applications and by all Eclipse applications. It can contain passwords for all kinds of things. This file may not even exist initially. It's the user's personal file, so I'm not even sure if it's possible to create it in a way that stuffs some credentials in their initially. And preference tasks don't perform in the installer, so you can't do this with a preference task (and no doubt you wouldn't want to store the credentials themselves in a setup), but that wouldn't be secure. No doubt any mechanism by which you try to automate this will not be secure and that calls into question why the repository server itself is secured if you're going to try to bypass that automatically...

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Create Secure Storage File During Oomph Setup [message #1821088 is a reply to message #1821062] Wed, 05 February 2020 11:32 Go to previous message
Stephen Taylor is currently offline Stephen TaylorFriend
Messages: 2
Registered: January 2020
Junior Member
Thanks Ed for your comments.

Previous Topic:stale cache until restart
Next Topic:Error while installing Eclipse
Goto Forum:
  


Current Time: Thu Apr 25 14:41:59 GMT 2024

Powered by FUDForum. Page generated in 0.05965 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top