- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Hbase ACLs will apply for the subgroup members?
- Labels:
-
Apache HBase
Created on ‎02-25-2016 08:34 AM - edited ‎09-16-2022 03:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We are running with acl error in HBase. One of our user named "x" is part of the group called "A". And "A" is part of another group "B".
Now Group "B" have access to a table "p" in Hbase.
When user "x" is trying to access table "p", he is getting error as access denied.
I want to know whether hbase acls supports subgroup members or only direct group members only will have access?
Thanks
Srini
Created ‎02-25-2016 03:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HDFS/HBase/etc. would not be aware of such a relationship.
If you use SSSD+LDAP to resolve groups for your OS, you can request it to
query a certain level of nesting. See ldap_group_nesting_level under
http://linux.die.net/man/5/sssd-ldap.
Created ‎02-25-2016 03:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HDFS/HBase/etc. would not be aware of such a relationship.
If you use SSSD+LDAP to resolve groups for your OS, you can request it to
query a certain level of nesting. See ldap_group_nesting_level under
http://linux.die.net/man/5/sssd-ldap.
Created ‎03-03-2016 08:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
This was our mistake, we missed to add the @ before the group name while giving access to the tables.
Thanks
Srini
Created ‎03-03-2016 09:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
