smengcl commented on a change in pull request #2692: URL: https://github.com/apache/ozone/pull/2692#discussion_r718987029
########## File path: hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/tenant/RevokeUserAccessToTenantHandler.java ########## @@ -15,18 +15,18 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.hadoop.ozone.shell.s3; +package org.apache.hadoop.ozone.shell.tenant; import org.apache.hadoop.ozone.client.OzoneClient; import org.apache.hadoop.ozone.shell.OzoneAddress; import picocli.CommandLine; /** - * ozone s3 user modify. + * ozone tenant user revoke. */ [email protected](name = "modify", - description = "Modify a tenant user") -public class TenantUserModifyHandler extends S3Handler { [email protected](name = "revoke", + description = "Revoke user access to tenant") +public class RevokeUserAccessToTenantHandler extends TenantHandler { Review comment: Yeah. Besides admins, I think one can also remove him/herself from a tenant? I'm not implementing `RevokeUserAccessToTenantHandler` in this jira. Just fixing some framework stuff that **remained** in the prototype code for now so it's easier for me to work on it later. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
