Hi Ying,
This fails because of "cookie.secure = true" line, this is only supposed to
be uncommented when Zeppelin is running over HTTPS.
I guess we need to update the documentation done on
https://zeppelin.apache.org/docs/latest/security/shiroauthentication.html
to match with
https://github.com/a
Hello -
This is on HDP 2.6.3 / Zeppelin version: 0.7.3
I was following the instruction in:
https://zeppelin.apache.org/docs/0.7.3/security/shiroauthentication.html
and set:
cookie = org.apache.shiro.web.servlet.SimpleCookie
cookie.name = JSESSIONID
cookie.secure = true
cookie.httpOnly = true
ses