RE: Encrypting property values in .cfg files

2018-11-06 Thread Leschke, Scott
nks, Scott -Original Message- From: Jean-Baptiste Onofré Sent: Monday, November 05, 2018 11:02 PM To: user@karaf.apache.org Subject: Re: Encrypting property values in .cfg files Hi Scott, You want to use it blue

Re: Encrypting property values in .cfg files

2018-11-05 Thread Jean-Baptiste Onofré
Hi Scott, You want to use it blueprint, SCR or directly ConfigAdmin ? If you use the {enc:} format, it should work at least with blueprint jasypt namespace. For a generic way, we have a Jira about that. Basically, it would be a ConfigListener to do intercepting the {enc:} prefix in property

Re: Encrypting property values in .cfg files

2018-11-05 Thread Johan Edstrom
o be clear, I’m correct in thinking that it should work? > > From: Johan Edstrom [mailto:seij...@gmail.com] > Sent: Monday, November 05, 2018 4:47 PM > To: user@karaf.apache.org > Subject: Re: Encrypting property values in .cfg files > > I think I have that in a Jira somep

RE: Encrypting property values in .cfg files

2018-11-05 Thread Leschke, Scott
Thanks for the response. So just to be clear, I’m correct in thinking that it should work? From: Johan Edstrom [mailto:seij...@gmail.com] Sent: Monday, November 05, 2018 4:47 PM To: user@karaf.apache.org Subject: Re: Encrypting property values in .cfg files I think I have that in a Jira

Re: Encrypting property values in .cfg files

2018-11-05 Thread Johan Edstrom
I think I have that in a Jira someplace, otherwise I have basic code for it against an older karaf Sent from my pressure cooker. > On Nov 5, 2018, at 15:25, Leschke, Scott wrote: > > I’m looking to encrypt passwords the are currently in plaintext in a few of > my .cfg files. I’ve looked at

Encrypting property values in .cfg files

2018-11-05 Thread Leschke, Scott
I'm looking to encrypt passwords the are currently in plaintext in a few of my .cfg files. I've looked at how to do that and it seemed reasonably straightforward although I've had some difficulty getting it working. I'm wondering if there's anything that prevents me from just supplying a