From issues-return-193809-apmail-hive-issues-archive=hive.apache.org@hive.apache.org Tue Jun 16 16:58:10 2020 Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id CAA211953C for ; Tue, 16 Jun 2020 16:58:08 +0000 (UTC) Received: (qmail 6481 invoked by uid 500); 16 Jun 2020 16:58:07 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 6307 invoked by uid 500); 16 Jun 2020 16:58:07 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 6084 invoked by uid 99); 16 Jun 2020 16:58:06 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2020 16:58:06 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 2803A41C27 for ; Tue, 16 Jun 2020 16:58:06 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id DF9137825DD for ; Tue, 16 Jun 2020 16:58:02 +0000 (UTC) Date: Tue, 16 Jun 2020 16:58:02 +0000 (UTC) From: "ASF GitHub Bot (Jira)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-13879) add HiveAuthzContext to grant/revoke methods in HiveAuthorizer api MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-13879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ASF GitHub Bot updated HIVE-13879: ---------------------------------- Labels: pull-request-available (was: ) > add HiveAuthzContext to grant/revoke methods in HiveAuthorizer api > ------------------------------------------------------------------ > > Key: HIVE-13879 > URL: https://issues.apache.org/jira/browse/HIVE-13879 > Project: Hive > Issue Type: Bug > Components: Authorization > Reporter: Thejas Nair > Assignee: Thejas Nair > Priority: Major > Labels: pull-request-available > Attachments: HIVE-13879.1.patch > > Time Spent: 10m > Remaining Estimate: 0h > > HiveAuthzContext provides useful information about the context of the commands, such as the command string and ip address information. However, this is available to only checkPrivileges and filterListCmdObjects api calls. > This should be made available for other api calls such as grant/revoke methods and role management methods. -- This message was sent by Atlassian Jira (v8.3.4#803005)