Some of the docs were hard for me to unravel (e.g., the section on supervisor needing a headless user). But I tried my best!
https://github.com/apache/storm/pull/735 - Erik On Mon, Sep 14, 2015 at 11:21 PM, Erik Weathers <[email protected]> wrote: > Thanks for the response Harsha! > > Here's the direct link to the section you mentioned: > > > https://github.com/apache/storm/blob/master/SECURITY.md#run-worker-processes-as-user-who-submitted-the-topology > > There are a bunch of typos in this SECURITY.md file, I'll see if I can > clean some of them up. > > - Erik > > On Mon, Sep 14, 2015 at 10:03 PM, Harsha <[email protected]> wrote: > >> Hi Erik, >> yes native code is included as part of distro but this is only >> used if you enable security and set >> supervisor.run.worker.as.users otherwise everything else >> remains the same like before. For more info you can take a >> look at this doc >> https://github.com/apache/storm/blob/master/SECURITY.md >> >> -Harsha >> >> On Mon, Sep 14, 2015, at 03:10 PM, Erik Weathers wrote: >> > It seems that in storm 0.10 we have native code (C) that is being used >> > for >> > launching workers. I haven't found any reference to how this might >> > affect >> > deployment, testing, etc. Is there any documentation about this new >> > requirement? I know it's related to the "launch storm under different >> > usernames" feature. But is the native stuff optional? >> > >> > - Erik >> > >
