Is this natively supported by ZooKeeper or does this require some customization?
On Thu, Feb 2, 2017 at 7:06 PM, Martin Gainty <[email protected]> wrote: > > Stevo- > ------------------------------ > *From:* Stevo Slavić <[email protected]> > *Sent:* Thursday, February 2, 2017 7:38 AM > *To:* [email protected] > *Subject:* Re: Multiple credentials associated with same principal? > > Alternatively, is it possible to set ACL that would grant given permissions > to any successfully authenticated user? > > MG>acl group should match subject=GroupOfPeople > > MG>ZooKeeperServer: > MG>best to configure each ACL on server for Group where > MG>ServerGroupACL=JAASSubject > MG>e,g. GroupACL=JAASSubject=EmergencyRoomNurses > > MG>ZooKeeperClient: > MG>since there can be multiple principals per subject > MG>each Principal would represent an individual within the group > MG>e.g. JAASPrincipal=NurseCratchett > > > On Wed, Feb 1, 2017 at 1:16 PM, Stevo Slavić <[email protected]> wrote: > > > Hello Apache ZooKeeper community, > > > > Is it valid in JAAS config file to associate more than one password per > > user, and if so, will ZooKeeper server authenticate user correctly if > > provided password matches any of the configured ones? > > > > Kind regards, > > Stevo Slavic. > > >
