Re: Authorisation in Zookeeper

2020-01-14 Thread Enrico Olivelli
ni > > Sent from Mail for Windows 10 > > From: Enrico Olivelli > Sent: 11 January 2020 21:05 > To: UserZooKeeper > Subject: Re: Authorisation in Zookeeper > > Il giorno sab 11 gen 2020 alle ore 09:31 shrikant kalani < > shrikantkal...@gmail.com> ha scritto: >

RE: Authorisation in Zookeeper

2020-01-13 Thread shrikant kalani
Subject: Re: Authorisation in Zookeeper Il giorno sab 11 gen 2020 alle ore 09:31 shrikant kalani < shrikantkal...@gmail.com> ha scritto: > > My system account means a client process running with unix user id. > > I want user A to have full access while all other users should onl

Re: Authorisation in Zookeeper

2020-01-11 Thread Arpit Jain
Which authorization scheme is used for this kind of authorization using Unix user ids? Thanks On Sat, Jan 11, 2020, 1:05 PM Enrico Olivelli wrote: > Il giorno sab 11 gen 2020 alle ore 09:31 shrikant kalani < > shrikantkal...@gmail.com> ha scritto: > > > > > My system account means a client

Re: Authorisation in Zookeeper

2020-01-11 Thread Enrico Olivelli
Il giorno sab 11 gen 2020 alle ore 09:31 shrikant kalani < shrikantkal...@gmail.com> ha scritto: > > My system account means a client process running with unix user id. > > I want user A to have full access while all other users should only read > data from znodes. > Yes ACLs are your way to go

Re: Authorisation in Zookeeper

2020-01-11 Thread shrikant kalani
My system account means a client process running with unix user id. I want user A to have full access while all other users should only read data from znodes. Thanks Srikant Kalani Sent from my iPhone > On 11 Jan 2020, at 2:20 PM, Enrico Olivelli wrote: > > Srikant > > Il sab 11 gen

Re: Authorisation in Zookeeper

2020-01-10 Thread Enrico Olivelli
Srikant Il sab 11 gen 2020, 03:48 shrikant kalani ha scritto: > Hi Zookeeper Users > > I have implemented TLS authentication in my cluster. Right now the > authentication is done based on host name (X509). > > Now I want to implement authorisation based on user I’d like only my > system

Authorisation in Zookeeper

2020-01-10 Thread shrikant kalani
Hi Zookeeper Users I have implemented TLS authentication in my cluster. Right now the authentication is done based on host name (X509). Now I want to implement authorisation based on user I’d like only my system account should be able to read write data to znodes. How I can do that ? Is ACLs