prashantpogde commented on a change in pull request #2692: URL: https://github.com/apache/ozone/pull/2692#discussion_r718984303
########## 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: this would be a tenant admin command. right ? invoker should have "ALL" access to the tenant volume. -- 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]
