Re: restrict clients

2013-02-11 Thread Rita
Hi, I am looking for more than an ACL. I want to control what clients can connect to the hbase cluster. Is that possible? On Fri, Feb 8, 2013 at 10:36 AM, Stas Maksimov maksi...@gmail.com wrote: Hi Rita, As far as I know ACL is on a user basis. Here's a link for you:

Re: restrict clients

2013-02-11 Thread Michel Segel
Not a simple answer. You have to treat security like an onion. You can restrict access to the cluster by limiting access to the cluster's subnet. That's just the start. You can then use IPTables to filter packets from hosts you don't want to have access. Define what you want to accomplish and

RE: restrict clients

2013-02-11 Thread Anoop Sam John
: restrict clients Hi, I am looking for more than an ACL. I want to control what clients can connect to the hbase cluster. Is that possible? On Fri, Feb 8, 2013 at 10:36 AM, Stas Maksimov maksi...@gmail.com wrote: Hi Rita, As far as I know ACL is on a user basis. Here's a link for you: http

Re: restrict clients

2013-02-11 Thread Gary Helmling
: restrict clients Hi, I am looking for more than an ACL. I want to control what clients can connect to the hbase cluster. Is that possible? On Fri, Feb 8, 2013 at 10:36 AM, Stas Maksimov maksi...@gmail.com wrote: Hi Rita, As far as I know ACL is on a user basis. Here's a link for you

Re: restrict clients

2013-02-08 Thread Stas Maksimov
Hi Rita, As far as I know ACL is on a user basis. Here's a link for you: http://hbase.apache.org/book/hbase.accesscontrol.configuration.html Thanks, Stas On 8 February 2013 15:20, Rita rmorgan...@gmail.com wrote: Hi, In an enterprise deployment, how can I restrict who can access the data?