Re: Running Zeppelin interpreters as a different user.

2019-10-12 Thread Tony Primerano
Yes I use a container.. similar to the one in this recent pull request. https://github.com/apache/zeppelin/pull/3484/commits/9f0fbaaf4bf77cf832f42ee282004b7d82cf61e4 We were running as zeppelin instead of root but I want the shell commands to run as a different user so they can't read the confi

Re: Running Zeppelin interpreters as a different user.

2019-10-11 Thread Jeff Zhang
Are you running zeppelin in docker container ?Are you care about all the interpreters or just spark interpreter ? Tony Primerano 于2019年10月11日周五 下午10:36写道: > I have a use case where I am running the Zeppelin server as a user named > zeppelin. All u

Running Zeppelin interpreters as a different user.

2019-10-11 Thread Tony Primerano
I have a use case where I am running the Zeppelin server as a user named zeppelin. All user interpreter processes run as this user but this gives them too much power. They can view configuration files and logs. I don't want to impersonate the users because they don't have accounts in the contain