[GitHub] zeppelin issue #2373: [ZEPPELIN-2598] Securing Zeppelin with OpenID Connect

2017-06-14 Thread volumeint
Github user volumeint commented on the issue: https://github.com/apache/zeppelin/pull/2373 I just submitted a [pull request to buji-pac4j](https://github.com/bujiio/buji-pac4j/pull/62) to make the value of Principal.getName() configurable via shiro.ini. We just have to wait for it

[GitHub] zeppelin pull request #2402: [ZEPPELIN-2636] User role lookup via interfaces

2017-06-09 Thread volumeint
GitHub user volumeint opened a pull request: https://github.com/apache/zeppelin/pull/2402 [ZEPPELIN-2636] User role lookup via interfaces ### What is this PR for? Adds an interface (UserLookup) that a realm can implement to support looking up users and roles. This makes it

[GitHub] zeppelin issue #2373: [ZEPPELIN-2598] Securing Zeppelin with OpenID Connect

2017-06-09 Thread volumeint
Github user volumeint commented on the issue: https://github.com/apache/zeppelin/pull/2373 It turns out that the Pac4JPrincipal provided by buji is returning CommonProfile.getId() and not the getUsername() or getDisplayName() values for getName(). https://github.com

[GitHub] zeppelin issue #1210: [ZEPPELIN-1220] Add geographical map as visualization ...

2017-05-08 Thread volumeint
Github user volumeint commented on the issue: https://github.com/apache/zeppelin/pull/1210 Just closing the loop. Pull Request #2313 contained the webpack.config.js change. It has been merged into master. --- If your project is set up for it, you can reply to this email and have

[GitHub] zeppelin issue #2313: ZEPPELIN-2268. Adding png and jpg support for helium m...

2017-05-04 Thread volumeint
Github user volumeint commented on the issue: https://github.com/apache/zeppelin/pull/2313 I configured travis-ci for my fork. Build passes, but I had to re-run two of the build jobs due to flaky tests. https://travis-ci.org/volumeint/zeppelin --- If your project is set up

[GitHub] zeppelin pull request #2313: ZEPPELIN-2268. Adding png and jpg support for h...

2017-05-03 Thread volumeint
GitHub user volumeint opened a pull request: https://github.com/apache/zeppelin/pull/2313 ZEPPELIN-2268. Adding png and jpg support for helium module imports. ### What is this PR for? To allow helium modules to import CSS that contains references to png or jpg images

[GitHub] zeppelin issue #1210: [ZEPPELIN-1220] Add geographical map as visualization ...

2017-05-02 Thread volumeint
Github user volumeint commented on the issue: https://github.com/apache/zeppelin/pull/1210 I just published a helium visualization that uses Leaflet. You can find it at (https://github.com/volumeint/helium-volume-leaflet). To get it working, I first had to patch [webpack.config.js