Member since
03-04-2016
165
Posts
35
Kudos Received
7
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1791 | 06-20-2017 03:08 PM | |
9128 | 05-11-2017 09:59 AM | |
9046 | 01-12-2017 01:50 PM | |
1351 | 10-26-2016 03:02 PM | |
5597 | 09-06-2016 07:40 AM |
09-24-2016
02:20 PM
Zeppelin support was only added in HDP 2.5, please remove the service and consider upgrading ambari to 2.4.1 and HDP to 2.5.
... View more
09-08-2016
05:17 AM
1 Kudo
it can be any, username or role, and inside of "[]" it accepts CSV. So, you can typically give /api/interpreter/** = authc, roles[adminUser, adminRole, managerRole]
etc.
... View more
11-24-2017
08:04 PM
This issue is reported in jira ticket https://issues.apache.org/jira/browse/ZEPPELIN-2810 and https://issues.apache.org/jira/browse/ZEPPELIN-2640 and some developer sent a PR for this https://github.com/apache/zeppelin/pull/2405 this issue will be fixed in zeppelin v0.8.0 but not released now how about wait for next release or build it yourself? or use ldapRealm?
... View more
04-26-2017
12:35 PM
Hi, I am trying to restrict a specific group of ActiveDirectory users to access zeppelin. My shiro looks something like below, can you please suggest where i have to add the group name or make the changes so that the group of users are not able to login to zeppelin.
[users] # List of users with their password allowed to access Zeppelin. # To use a different strategy (LDAP / Database / ...) check the shiro doc at http://shiro.apache.org/configuration.html#Configuration-INISections #admin = password1 #user1 = password2, role1, role2 #user2 = password3, role3 #user3 = password4, role2 # Sample LDAP configuration, for user Authentication, currently tested for single Realm [main] activeDirectoryRealm = org.apache.zeppelin.server.ActiveDirectoryGroupRealm activeDirectoryRealm.systemUsername = cn=ldap-reader,ou=ServiceUsers,dc=lab,dc=hortonworks,dc=net activeDirectoryRealm.systemPassword = badPassword #activeDirectoryRealm.hadoopSecurityCredentialPath = jceks://user/zeppelin/conf/zeppelin.jceks activeDirectoryRealm.searchBase = dc=lab,dc=hortonworks,dc=net activeDirectoryRealm.url = ldap://ad.example.net:389 activeDirectoryRealm.groupRolesMap = "cn=ldap-admin,ou=ServiceUsers,dc=lab,dc=hortonworks,dc=net":"admin" activeDirectoryRealm.authorizationCachingEnabled =false sessionManager = org.apache.shiro.web.session.mgt.DefaultWebSessionManager securityManager.sessionManager = $sessionManager securityManager.realms = $activeDirectoryRealm # 86,400,000 milliseconds = 24 hour securityManager.sessionManager.globalSessionTimeout =86400000 shiro.loginUrl =/api/login [urls] # anon means the access is anonymous. # authcBasic means Basic Auth Security # To enfore security, comment the line below and uncomment the next one /api/version = anon #/** = anon /api/interpreter/** = authc, roles[admin] /api/configurations/** = authc, roles[admin] /api/credential/** = authc, roles[admin] /** = authc Please suggest, Thanks
... View more
08-15-2016
04:34 AM
1 Kudo
@Edgar Daeds I do not recommend using Zeppelin LDAP+AD (0.6.0) on stack less then 2.4.x. Can it be done..I can't say for sure. Your path may be riddled with trouble. Do it with 2.4.x.
... View more
06-03-2016
11:25 AM
The problem was that I had WEBHDFS in topology in format hdfs:// instead of http://
... View more
11-03-2016
11:24 AM
Is this fixed in HDP2.5? Knox 0.9.0 I mean is there a possibility in the new version to filter AD groups? I have over 1000 groups in AD and when Knox tries to authenticate me, AD returns an error "Size limit exceeded".
... View more
06-02-2016
05:07 PM
It is a fresh installation with one additional Ranger Admin installed and configured with nginx to redirect to the working one.
... View more
05-11-2016
07:24 PM
I found the solution. If anyone else is facing the same problem, review this link and use @bsaini topology. Thanks!
... View more
04-04-2016
07:18 PM
2 Kudos
If you don't have Ranger Admin HA, then you can't change, add, or remove policies if the GUI is down. So really it is to ensure you admins can manage policies without down time. I guess you would make a decision on whether you need this based on how often you manage your policies. I hope this helps. Eric
... View more
- « Previous
- Next »