Dear Zeppelin Community, Currently when a Zeppelin paragraph is executed, the code in it can read sensitive config files, change them, including web app pages and etc. Like in this example:
%python f = open("/usr/zeppelin/conf/credentials.json", "r") f.read() Do you know if is there a way to configure the user used to start the interpreters or run the paragraph's code ?, so that user can not access the File System where zeppelin is running, or has more restricted access. Thank you.