[GitHub] zeppelin pull request #2500: [ZEPPELIN-2804] Fix shiro_authentication docume...

2017-07-21 Thread sohaibiftikhar
GitHub user sohaibiftikhar opened a pull request: https://github.com/apache/zeppelin/pull/2500 [ZEPPELIN-2804] Fix shiro_authentication documentation The github preview is fine but the html on https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/security/shiroauthentication.html#ldap

[GitHub] zeppelin issue #2354: Allow group/role based authentication using LdapRealm ...

2017-06-02 Thread sohaibiftikhar
Github user sohaibiftikhar commented on the issue: https://github.com/apache/zeppelin/pull/2354 CI is green. Earlier errors seem to have been erratic and resolved themselves after estart: https://travis-ci.org/sohaibiftikhar/zeppelin/builds/238705120 --- If your project is set up

[GitHub] zeppelin issue #2354: Allow group/role based authentication using LdapRealm ...

2017-06-02 Thread sohaibiftikhar
Github user sohaibiftikhar commented on the issue: https://github.com/apache/zeppelin/pull/2354 CI looks good now it was initially now working before as for some reason: `curl -sSL "http://keyserver.ubuntu.com/pks/lookup?op=get=0x51716619E084DAB9; | sudo -E apt-ke

[GitHub] zeppelin issue #2354: Allow group/role based authentication using LdapRealm ...

2017-05-20 Thread sohaibiftikhar
Github user sohaibiftikhar commented on the issue: https://github.com/apache/zeppelin/pull/2354 @khalidhuseynov At front it seems that the issues are unrelated however for reasons I do not know #2182 is triggered when using the LdapRealm for me. #932 fixes that issue and hence

[GitHub] zeppelin pull request #2354: Allow group/role based authentication using Lda...

2017-05-19 Thread sohaibiftikhar
GitHub user sohaibiftikhar opened a pull request: https://github.com/apache/zeppelin/pull/2354 Allow group/role based authentication using LdapRealm [ZEPPELIN-2539] ### What is this PR for? Currently allowing authentication for selected roles/groups of an LDAP realm

[GitHub] zeppelin issue #932: Replace CXF with Jersey2 [ZEPPELIN-903]

2017-05-19 Thread sohaibiftikhar
Github user sohaibiftikhar commented on the issue: https://github.com/apache/zeppelin/pull/932 @jongyoul I wish to open a dependent pull request for review. Is it possible to merge this branch if everything is working fine. --- If your project is set up for it, you can reply

[GitHub] zeppelin issue #932: Replace CXF with Jersey2 [ZEPPELIN-903]

2017-05-12 Thread sohaibiftikhar
Github user sohaibiftikhar commented on the issue: https://github.com/apache/zeppelin/pull/932 So I figured out what was happening. The problem was with my shiro.ini as I had not assigned a session manager. `securityManager.sessionManager = $sessionManager` After assigning

[GitHub] zeppelin issue #932: Replace CXF with Jersey2 [ZEPPELIN-903]

2017-05-11 Thread sohaibiftikhar
Github user sohaibiftikhar commented on the issue: https://github.com/apache/zeppelin/pull/932 @jongyoul Should I raise this as a separate issue because this seems unrelated to this PR? Apparently the ticket is not held when using LdapRealm while with LdapGroupRealm it is fine

[GitHub] zeppelin issue #932: Replace CXF with Jersey2 [ZEPPELIN-903]

2017-05-08 Thread sohaibiftikhar
Github user sohaibiftikhar commented on the issue: https://github.com/apache/zeppelin/pull/932 @jongyoul I'd be happy to look into it but would be better for me if you can provide a starting point to start looking at. --- If your project is set up for it, you can reply to this email

[GitHub] zeppelin issue #932: Replace CXF with Jersey2 [ZEPPELIN-903]

2017-05-08 Thread sohaibiftikhar
Github user sohaibiftikhar commented on the issue: https://github.com/apache/zeppelin/pull/932 @echarles I tested with both simple and LdapGroupRealm and it was working. It is only with LdapRealm that I am facing an issue. I will post a sample `shiro.ini` for your reference. As I

[GitHub] zeppelin issue #2182: [HOLD][ZEPPELIN-2248] Fix javax.ws.rs and cxf version ...

2017-04-27 Thread sohaibiftikhar
Github user sohaibiftikhar commented on the issue: https://github.com/apache/zeppelin/pull/2182 For some reason the jar conflict(with the no such method exception) keeps showing up for me when using shiro with `org.apache.zeppelin.realm.LdapRealm`. When I had earlier used

[GitHub] zeppelin issue #2182: [HOLD][ZEPPELIN-2248] Fix javax.ws.rs and cxf version ...

2017-04-27 Thread sohaibiftikhar
Github user sohaibiftikhar commented on the issue: https://github.com/apache/zeppelin/pull/2182 Hi, what is the status on this issue. Is there some temporary fix that can be used. Please tell me if you need help fixing/testing this issue. This is important because I cannot get LDAP