[GitHub] zeppelin issue #2502: [ZEPPELIN-2807] Passing Z variables to SQL Interpreter...

2017-08-25 Thread sanjaydasgupta
Github user sanjaydasgupta commented on the issue: https://github.com/apache/zeppelin/pull/2502 Would like to hear about any further improvements required on this feature @felixcheung, @Leemoonsoo Thanks for your thoughts @Tagar --- If your project is set up for it, you

[jira] [Created] (ZEPPELIN-2882) Spark Interpreters doesn`t work, report a NullPointerException

2017-08-25 Thread xutao (JIRA)
xutao created ZEPPELIN-2882: --- Summary: Spark Interpreters doesn`t work, report a NullPointerException Key: ZEPPELIN-2882 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2882 Project: Zeppelin

[GitHub] zeppelin pull request #2552: WIP: [ZEPPELIN-2881] Fix OIDC logout

2017-08-25 Thread andreaTP
GitHub user andreaTP opened a pull request: https://github.com/apache/zeppelin/pull/2552 WIP: [ZEPPELIN-2881] Fix OIDC logout ### What is this PR for? Fixing logout mechanism for OIDC. Initial documentation for configuring OIDC in Zeppelin. ### What type of PR is

[jira] [Created] (ZEPPELIN-2881) Fix OIDC logout

2017-08-25 Thread Andrea Peruffo (JIRA)
Andrea Peruffo created ZEPPELIN-2881: Summary: Fix OIDC logout Key: ZEPPELIN-2881 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2881 Project: Zeppelin Issue Type: Bug

[GitHub] zeppelin issue #2551: [ZEPPELIN-2880] - Fix username output when OIDC is ena...

2017-08-25 Thread andreaTP
Github user andreaTP commented on the issue: https://github.com/apache/zeppelin/pull/2551 this is possible since this PR from @volumeint to bujiio: https://github.com/bujiio/buji-pac4j/pull/63 --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] zeppelin issue #2550: [MINOR] Updated shiro.ini.template to include secure c...

2017-08-25 Thread krishna-pandey
Github user krishna-pandey commented on the issue: https://github.com/apache/zeppelin/pull/2550 LGTM! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] zeppelin pull request #2551: [ZEPPELIN-2880] - Fix username output when OIDC...

2017-08-25 Thread byamthev
GitHub user byamthev opened a pull request: https://github.com/apache/zeppelin/pull/2551 [ZEPPELIN-2880] - Fix username output when OIDC is enabled ### What is this PR for? When OIDC is enabled, user's roles/permissions/tokens are sent to Zeppelin's client via websocket and

[GitHub] zeppelin issue #949: [ZEPPELIN-941] jsoup NoSuchMethodError in ZeppelinRDisp...

2017-08-25 Thread Scorpio-ljc
Github user Scorpio-ljc commented on the issue: https://github.com/apache/zeppelin/pull/949 that is very nice --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[GitHub] zeppelin issue #2550: [MINOR] Updated shiro.ini.template to include secure c...

2017-08-25 Thread VipinRathor
Github user VipinRathor commented on the issue: https://github.com/apache/zeppelin/pull/2550 @felixcheung Thanks for reviewing. Zeppelin, by default, should set 'HttpOnly' flag for all session cookies as security measure against XSS attacks. That's why we have decided to include that

[GitHub] zeppelin issue #2548: fix tiny typos

2017-08-25 Thread kepricon
Github user kepricon commented on the issue: https://github.com/apache/zeppelin/pull/2548 I used `optimize import` function from IntelliJ. does import order can be the matter in this situation? --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Created] (ZEPPELIN-2880) Fix username output when OIDC is enabled

2017-08-25 Thread thevenin yama (JIRA)
thevenin yama created ZEPPELIN-2880: --- Summary: Fix username output when OIDC is enabled Key: ZEPPELIN-2880 URL: https://issues.apache.org/jira/browse/ZEPPELIN-2880 Project: Zeppelin Issue

[GitHub] zeppelin issue #2525: [ZEPPELIN-2647] Make admin role to bypass auth logic

2017-08-25 Thread yu74n
Github user yu74n commented on the issue: https://github.com/apache/zeppelin/pull/2525 One more thing. Should we set admin role to notebook owner in public mode? I'm going to change this feature to set admin role to notebook owner, reader and writer in private mode though. --- If