----- Original Message -----> From: "Gandalf Corvotempesta" <gandalf.corvotempesta at gmail.com> > To: "Prashanth Pai" <ppai at redhat.com> > Cc: "John Mark Walker" <johnmark at johnmark.org>, "gluster-users" <Gluster-users at gluster.org> > Sent: Thursday, 29 September, 2016 3:23:27 PM > Subject: Re: [Gluster-users] Minio as object storage > > 2016-09-29 11:49 GMT+02:00 Prashanth Pai <ppai at redhat.com>: > > Swift can enforce allowing/denying access to swift users. > > The Swift API provides Account ACLs and Container ACLs for this. > > docs.openstack.org/developer/swift/overview_auth.html > > > > There is no mapping between a swift user and a linux user as > > such. Hence these ACLs are enforced at object interface level > > and not at the filesystem layer. > > I don't need a map between linux users and switft users but only a way > to force that user1 can't see uploaded files by user2 >Yes, that can be done. Container ACLs allows you to just that.
2016-09-29 11:58 GMT+02:00 Prashanth Pai <ppai at redhat.com>:> Yes, that can be done. Container ACLs allows you to just that.Ok, so I have to follow the linked guide. How to make this HA and load balanced? I don't saw any DB for storing ACL or similiar. If I run multiple gluster-swift instances on multiple nodes, I don't think it will work