-
Notifications
You must be signed in to change notification settings - Fork 22
Modfying user capabilities #7
Copy link
Copy link
Open
Description
Hi,
Thanks for making this client library, I'm finding it immensely useful.
I'm having an issue modifying caps for a given user post-creation. It seems fine to create a user with a set of caps but post-creation doesn't seem to work. Looking at the logs in RGW it doesn't seem to be complaining about anything. Not sure if it's an issue with RGW or the library.
for example:
testuser2 = rgwadmin.create_user('testuser2',
display_name='A test user',
email='testuser2@example.org')
testuser2.update(display_name='Second test user', user_caps='buckets=*')
The request returns 200 and the RGW logs all look good.
Keen to know if you've seen this issue.
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels