On 31 Oct 2016, at 11:39, crazysp...@gmail.com wrote:
how to encrypt passwords in secure.config please
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You need to define the gerrit.secureStoreClass in your gerrit.config (see [1]).HTH.Luca
On 31 Oct 2016, at 11:39, crazysp...@gmail.com wrote:
how to encrypt passwords in secure.config please
--
--
To unsubscribe, email repo-discuss+unsubscribe@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
You need to provide an implementation of a SecureStore, which is compliant with [2].Then you put the jar of your SecureStore implementation in $GERRIT_SITE/lib and specify the class on gerrit.config.In other words, you need to do some coding ...HTH.Luca.
On 31 Oct 2016, at 11:58, Crazy Spirit <crazysp...@gmail.com> wrote:
what else and do i have to reinstall GerritCould you please help in clarifying the belowdo i have to edit gerrrit.config and add
[secureStoreClass]
On Mon, Oct 31, 2016 at 1:47 PM, Luca Milanesio <luca.mi...@gmail.com> wrote:
You need to define the gerrit.secureStoreClass in your gerrit.config (see [1]).HTH.Luca
On 31 Oct 2016, at 11:39, crazysp...@gmail.com wrote:
how to encrypt passwords in secure.config please
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
Hi,
Yes, an example would definitly be a good idea.
One just should check that the implementaion is working ( for the japysf one I suspect it does not encode/decode as encoder is set, but never used.)
And compilation should probably error out unless the default hardcoded passwords are changed.
Björn
Am Montag, 31. Oktober 2016 13:42:30 UTC+1 schrieb lucamilanesio:@Gerrit maintainers: can we create a Gerrit plugin project for this so that next people wouldn't need to "google around" and would be able to get a pre-built package from Gerrit CI?
To unsubscribe, email repo-discuss+unsubscribe@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss+unsubscribe@googlegroups.com.
What about "secure-config" ?Description: "Plugin to encrypt the values of secure.config"How does it sound?
Thanks, will try to submit the first change for review by today :-)
On Mon, Oct 31, 2016 at 3:00 PM, Luca Milanesio <luca.mi...@gmail.com> wrote:What about "secure-config" ?Description: "Plugin to encrypt the values of secure.config"How does it sound?Good :)
On 7 Nov 2016, at 14:19, Crazy Spirit <crazysp...@gmail.com> wrote:Hi Luca,Could you please help as I am having error
as gerrit user
./buck build //:gerrit/plugins/secure-config/
BUILD FAILED: No build file at BUCK when resolving target