Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modfying user capabilities #7

Open
castlemilk opened this issue Jun 5, 2017 · 1 comment
Open

Modfying user capabilities #7

castlemilk opened this issue Jun 5, 2017 · 1 comment

Comments

@castlemilk
Copy link

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

@valerytschopp
Copy link
Owner

Thanks for reporting this issue, I'll try to have a look at it asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants