Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 353FE18FA3 for ; Sat, 21 Nov 2015 11:58:11 +0000 (UTC) Received: (qmail 58617 invoked by uid 500); 21 Nov 2015 11:58:11 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 58579 invoked by uid 500); 21 Nov 2015 11:58:11 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 58553 invoked by uid 99); 21 Nov 2015 11:58:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Nov 2015 11:58:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E76C02C14FB for ; Sat, 21 Nov 2015 11:58:10 +0000 (UTC) Date: Sat, 21 Nov 2015 11:58:10 +0000 (UTC) From: "Robert Levas (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-14004) Return HTTP 403 on REST API authorization failures 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/AMBARI-14004?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Levas updated AMBARI-14004: ---------------------------------- Attachment: (was: AMBARI-14004_trunk_01.patch) > Return HTTP 403 on REST API authorization failures > -------------------------------------------------- > > Key: AMBARI-14004 > URL: https://issues.apache.org/jira/browse/AMBARI-14004 > Project: Ambari > Issue Type: Task > Components: ambari-server > Affects Versions: 2.0.0 > Reporter: Robert Levas > Assignee: Robert Levas > Labels: rbac > Fix For: 2.0.0 > > Attachments: AMBARI-14004_trunk_01.patch > > > Return HTTP 403 on REST API authorization failures. > {code:title=403 Forbidden} > { > "status" : 403, > "message" : "The authenticated user is not authorized to perform the requested operation" > } > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)