Re: Add a "vault" for secrets to camel

2017-03-17 Thread Luca Burgazzoli
Logged a JIRA https://issues.apache.org/jira/browse/CAMEL-1103 for the next release. I would like to have a way for components to register functionalities for the vault like backends or flows (i.e. we may create a camel-jwt to support JSON Web Token flow) etc so feel free to add subtasks for

Re: Add a "vault" for secrets to camel

2017-03-16 Thread Zoran Regvart
Luca, I think this is a great idea, would love to contribute to it. zoran -- Zoran Regvart

Re: Add a "vault" for secrets to camel

2017-03-16 Thread Claus Ibsen
Hi Yeah at first though this sound like a great idea. On Thu, Mar 16, 2017 at 7:08 PM, Luca Burgazzoli wrote: > Hello, > > would it make sense to have a sort of "vault service" in camel to > store/retrieve secrets with support for common patterns ? > > i.e. > - we can

Add a "vault" for secrets to camel

2017-03-16 Thread Luca Burgazzoli
Hello, would it make sense to have a sort of "vault service" in camel to store/retrieve secrets with support for common patterns ? i.e. - we can store an auth tokens and delegate to the vault to be notified about its expiration or to renew it when needed (by registering some functions/callbacks)