Re: Security in Flink

2016-01-18 Thread Maximilian Michels
ap for the coming months it the following: >>>> - Encrypt in-flight data streams that are exchanged between worker >>>> nodes (TaskManagers). >>>> - Encrypt the coordination messages between client/master/workers. >>>> Note that these refer to encrypt

Re: Security in Flink

2016-01-12 Thread Welly Tambunan
rs). >>> - Encrypt the coordination messages between client/master/workers. >>> Note that these refer to encryption between Flink's own components only, >>> which would use transient keys generated just for a specific job or session >>> (hence would not

Re: Security in Flink

2016-01-12 Thread Stephan Ewen
sient keys generated just for a specific job or session >> (hence would not need any user involvement). >> >> >> Let us know if that answers your questions, and if that meets your >> requirements. >> >> Greetings, >> Stephan >> >> >> On Fri,

Re: Security in Flink

2016-01-12 Thread Stephan Ewen
> > Note that these refer to encryption between Flink's own components only, > which would use transient keys generated just for a specific job or session > (hence would not need any user involvement). > > > > > > Let us know if that answers your questions, and if that meets

Re: Security in Flink

2016-01-12 Thread Ufuk Celebi
s only, > which would use transient keys generated just for a specific job or session > (hence would not need any user involvement). > > > Let us know if that answers your questions, and if that meets your > requirements. > > Greetings, > Stephan > > > O

Re: Security in Flink

2016-01-11 Thread Welly Tambunan
gt;> >> >> Let us know if that answers your questions, and if that meets your >> requirements. >> >> Greetings, >> Stephan >> >> >> On Fri, Jan 8, 2016 at 3:23 PM, Sourav Mazumder < >> sourav.mazumde...@gmail.com> wrote: >> >&

Re: Security in Flink

2016-01-11 Thread Sourav Mazumder
ed any user involvement). > > > Let us know if that answers your questions, and if that meets your > requirements. > > Greetings, > Stephan > > > On Fri, Jan 8, 2016 at 3:23 PM, Sourav Mazumder < > sourav.mazumde...@gmail.com> wrote: > >> Hi, >

Re: Security in Flink

2016-01-10 Thread Stephan Ewen
an 8, 2016 at 3:23 PM, Sourav Mazumder wrote: > Hi, > > Can anyone point me to ant documentation on support for Security in Flink ? > > The type of information I'm looking for are - > > 1. How do I do user level authentication to ensure that a job is > submitted/del

Security in Flink

2016-01-08 Thread Sourav Mazumder
Hi, Can anyone point me to ant documentation on support for Security in Flink ? The type of information I'm looking for are - 1. How do I do user level authentication to ensure that a job is submitted/deleted/modified by the right user ? Is it possible though the web client ? 2. Authentic