Principals from settings not taken into account when hiding permissions #894
Labels
bug
scope: permissions
stale
For marking issues as stale. Labeled issues will be closed soon if label is not removed.
Since #837, the permissions are empty if the user has no
write
permission.But the permissions from settings are not taken into account.
For example, with this conf:
Someone creates a bucket:
Because of the setting, every can write. However:
Once bob touches the object, a
write
permission is added, and he can see the permissions:$ http PUT :8888/v1/buckets/her --auth token:bob
Then only he can see them:
The principals specified in the settings must be taken into account when hiding permissions.
Related #893 #837 #350
The text was updated successfully, but these errors were encountered: