Hi all, I'm noticing when I log into Zeppelin (0.8) via the REST api, although a Zeppelin Ticket is returned in the response, the Ticket value is not accessible within my Notebook via z.getInterpreterContext.getAuthenticationInfo.getTicket. It is accessible via this call when logging in with the GUI, however. My question is: is there a way to have the Ticket value set in the AuthinticationInfo object when logging in via REST? I am using authc authentication with shiro btw, in case that is relevant.
Thanks, Bradley