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 <[email protected]> wrote: > Il giorno sab 11 gen 2020 alle ore 09:31 shrikant kalani < > [email protected]> 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 > > Enrico > > > > > > Thanks > > Srikant Kalani > > Sent from my iPhone > > > > > On 11 Jan 2020, at 2:20 PM, Enrico Olivelli <[email protected]> > wrote: > > > > > > Srikant > > > > > > Il sab 11 gen 2020, 03:48 shrikant kalani <[email protected]> > 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 account should be able to read write data to znodes. > > >> > > > > > > Can you define 'my system account'? > > > Is your goal that only authenticated users are able to access data? > > > > > > > > > Enrico > > > > > >> > > >> How I can do that ? Is ACLs is the only solution ? > > >> > > >> Thanks > > >> Srikant Kalani > > >> > > >> Sent from my iPhone > > >
