commit | 55a2bbbc3f454412a31a709ceaba9efa8f5d4eee | [log] [tgz] |
---|---|---|
author | Vipin Rathor <v.rathor@gmail.com> | Tue Aug 22 13:20:47 2017 -0700 |
committer | Lee moon soo <moon@apache.org> | Wed Aug 23 23:10:39 2017 -0700 |
tree | 55826643f9717500df9788cf1e8228bf96d1c50a | |
parent | b2164e9fd12176242eda5d73662b237792f064d6 [diff] |
ZEPPELIN-2873 - Add documentation on secure cookie in Shiro ### What is this PR for? Adding a section in Shiro Authentication about how to enable secure cookie via Shiro. Shiro do support configuring 'HttpOnly' flag in response cookie. A Zeppelin user, who is security conscious, should know how to enable this in Zeppelin's Shiro configuration. ### What type of PR is it? Documentation ### What is the Jira issue? ZEPPELIN-2873 ### How should this be tested? Doc changes. CI test should pass. ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Vipin Rathor <v.rathor@gmail.com> Closes #2545 from VipinRathor/ZEPPELIN-2873 and squashes the following commits: c7b7995 [Vipin Rathor] Updated doc as per the review comments. fec8d7e [Vipin Rathor] ZEPPELIN-2873 - Add documentation on Zeppelin Shiro's abliity to configure secure cookie (cherry picked from commit 79d139a494a969d766e812976c49841b3d21fe71) Signed-off-by: Lee moon soo <moon@apache.org>
Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration:
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0
Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.
Core feature:
To know more about Zeppelin, visit our web site http://zeppelin.apache.org
Please go to install to install Apache Zeppelin from binary package.
Please check Build from source to build Zeppelin from source.