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 0DD49185D9 for ; Tue, 1 Dec 2015 02:34:16 +0000 (UTC) Received: (qmail 85708 invoked by uid 500); 1 Dec 2015 02:34:11 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 85660 invoked by uid 500); 1 Dec 2015 02:34: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 85631 invoked by uid 99); 1 Dec 2015 02:34:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2015 02:34:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 085BE2C0453 for ; Tue, 1 Dec 2015 02:34:11 +0000 (UTC) Date: Tue, 1 Dec 2015 02:34:11 +0000 (UTC) From: "Alejandro Fernandez (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-14121) Express Upgrade authors configs as _anonymous instead of auth user MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Alejandro Fernandez created AMBARI-14121: -------------------------------------------- Summary: Express Upgrade authors configs as _anonymous instead of auth user Key: AMBARI-14121 URL: https://issues.apache.org/jira/browse/AMBARI-14121 Project: Ambari Issue Type: Bug Components: ambari-server Affects Versions: 2.1.3 Reporter: Alejandro Fernandez Assignee: Alejandro Fernandez Fix For: 2.1.3 When performing an Express Upgrade from HDP 2.2 to 2.3, Ambari authors the configs as "_anonymous" instead of the authenticate user. This is because the server side action UpdateDesiredStackAction.java calls upgradeResourceProvider.applyStackAndProcessConfigurations but doesn't pass it the username. -- This message was sent by Atlassian JIRA (v6.3.4#6332)