-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDDS-1900. Remove UpdateBucket handler which supports add/remove Acl. #1219
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
Conversation
f90c794 to
338776d
Compare
338776d to
f90c794
Compare
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
| * [delete](#delete) | ||
| * [info](#info) | ||
| * [list](#list) | ||
| * [update](#update) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we block the acl update part of BucketManagerImpl#setBucketProperty() as they now require a different permission (WRITE_ACL instead of WRITE)? I see there are few UT assumes setBucketProperty should be able to change acl without differentiation. We can fix his in follow up JIRA and use the current one just to remove the CLI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ya sure @xiaoyuyao.
I will open a new Jira to address this too.
We can let this change in to fix only remove CLI part.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://issues.apache.org/jira/browse/HDDS-1913
Will address this and also fixing Bucket and RpcClient API's.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ping @xiaoyuyao for review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. +1. Let's fix the remaining issues in HDDS-1913.
|
Test failures are not related to this patch. |
|
💔 -1 overall
This message was automatically generated. |
No description provided.