Hi,

Do you mean sensitive information inside of paragraph code or output?
Zeppelin itself does not have any special treatment of such contents.
If your viewers does not run notebook, then those sensitive informations
can packaged into jar and loaded, referenced, like

createConnection(com.mycompany.secret.SensitiveInformation.getPassword())

instead of doing

createConnection("plain text password")


Also curious if there're any other solution possible.

Thanks,
moon

On Sat, Feb 20, 2016 at 6:53 AM btiernay <btier...@hotmail.com> wrote:

> Is there a mechanism is Zeppelin to externalize / protect sensitive
> information such as passwords? This would be very useful when creating a
> connection in R, Spark, etc. to hide the passwords from notebook viewers.
> Curious if others have handled this. Thanks.
>
>
>
>
> --
> View this message in context:
> http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Protecting-sensitive-paragraph-information-tp2362.html
> Sent from the Apache Zeppelin Users (incubating) mailing list mailing list
> archive at Nabble.com.
>

Reply via email to