Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F22AE10EA1 for ; Tue, 12 Nov 2013 00:13:17 +0000 (UTC) Received: (qmail 14069 invoked by uid 500); 12 Nov 2013 00:13:17 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 14040 invoked by uid 500); 12 Nov 2013 00:13:17 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 14031 invoked by uid 99); 12 Nov 2013 00:13:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Nov 2013 00:13:17 +0000 Date: Tue, 12 Nov 2013 00:13:17 +0000 (UTC) From: "Devaraj Das (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9866) Support the mode where REST server authorizes proxy users 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/HBASE-9866?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Devaraj Das updated HBASE-9866: ------------------------------- Status: Patch Available (was: Open) > Support the mode where REST server authorizes proxy users > --------------------------------------------------------- > > Key: HBASE-9866 > URL: https://issues.apache.org/jira/browse/HBASE-9866 > Project: HBase > Issue Type: Improvement > Reporter: Devaraj Das > Assignee: Devaraj Das > Fix For: 0.96.1 > > Attachments: 9866-1.txt, 9866-2.txt > > > In one use case, someone was trying to authorize with the REST server as a proxy user. That mode is not supported today. > The curl request would be something like (assuming SPNEGO auth) - > {noformat} > curl -i --negotiate -u : http://:/version/cluster?doas= > {noformat} -- This message was sent by Atlassian JIRA (v6.1#6144)