python-radosgw-admin icon indicating copy to clipboard operation
python-radosgw-admin copied to clipboard

Ability to create and manage Subusers

Open drakonstein opened this issue 8 years ago • 4 comments

There are a couple references to subusers in the code, but none of them supply a function to create, delete, or rekey a subuser.

drakonstein avatar Nov 14 '17 16:11 drakonstein

How about this? https://github.com/twonote/radosgw-admin4j/blob/master/README.md#user-management

hrchu avatar Nov 15 '17 10:11 hrchu

Like that, but that's a java library instead of a python library. It will help to use the same API calls to radosgw in a python way. Thank you.

drakonstein avatar Nov 15 '17 15:11 drakonstein

Unfortunately the subuser management functionalities are still missing. I currently don't have time to implement this myself, but fell free to submit a pull request.

valerytschopp avatar Nov 15 '17 17:11 valerytschopp

Just a note that https://github.com/UMIACS/rgwadmin has support for subuser management if you're looking for this functionality in a Python library.

liammonahan avatar May 05 '20 21:05 liammonahan