Re: Knox Notebook Authorization

2021-02-17 Thread Jongyoul Lee
Hello, Personally, I added some code to integrate another AA engine with some settings but it's very the beginning stage so we need to implement a new AA engine. Anyway, it's possible to replace the current shiro. :-) 2021년 2월 15일 (월) 오전 10:38, Jeff Zhang 님이 작성: > Hi Adam, > > You are right

Re: Knox Notebook Authorization

2021-02-14 Thread Jeff Zhang
Hi Adam, You are right that zeppelin only use shiro for authentication, but not for authorization. All the notebook authorization info is stored in custom json file [1] instead of shiro's backend storage. These shiro part is implemented very long time ago, I also don't know the original design

Knox Notebook Authorization

2021-02-14 Thread Adam Binford
Hi all, new Zeppelin user here. I started playing around with it to see how it compares to using Spark Magic for access to a secure hadoop cluster. I liked the native Spark cluster mode and the integration with Knox as an SSO mechanism provided a great user experience. I was a little confused