David, Unfortunately, there is no good answer around the ability to delete users. There simply isn't a way to do it via the Riak CS APIs. As an alternative, you can disable inactive users.
User records (stored within LevelDB) are small. The main issue with keeping users around is that bucket ownership is tied to them. If a disabled user owns the bucket "foo", other users will not be able to create a bucket named "foo". -- Hector On Thu, Feb 20, 2014 at 4:56 PM, David Stevenson <[email protected]> wrote: > The docs don't seem to provide an API for deleting users. Why is that, and > is it okay to leave a bunch of users behind forever? > > http://docs.basho.com/riakcs/latest/cookbooks/Account-Management/ > > > -- > -David Stevenson > Director of Engineering, CF Services > > _______________________________________________ > riak-users mailing list > [email protected] > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com > _______________________________________________ riak-users mailing list [email protected] http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
