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 A9B76100FF for ; Fri, 30 May 2014 03:52:04 +0000 (UTC) Received: (qmail 15813 invoked by uid 500); 30 May 2014 03:52:04 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 15702 invoked by uid 500); 30 May 2014 03:52:04 -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 15638 invoked by uid 99); 30 May 2014 03:52:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 May 2014 03:52:04 +0000 Date: Fri, 30 May 2014 03:52:04 +0000 (UTC) From: "Tom Beerbower (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-5953) Views: instancedata should be ambari user scoped MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Tom Beerbower created AMBARI-5953: ------------------------------------- Summary: Views: instancedata should be ambari user scoped Key: AMBARI-5953 URL: https://issues.apache.org/jira/browse/AMBARI-5953 Project: Ambari Issue Type: Task Affects Versions: 1.6.0 Reporter: Tom Beerbower Assignee: Tom Beerbower Fix For: 1.6.1 Currently, instancedata is scoped to instance version. Once we have multiple users using the same instances, the instance data should be scope by user. The framework should handle this. CURRENT: view_name | view_instance_name | name | value -----------+--------------------+------+------- FILES{0.1.0} | FILES_1 | color | blue This means all people who access FILES_1 get the color blue. The framework should scope the instance data to the user, and this should be transparent when the view puts/gets/removes instance data. view_name | view_instance_name | username | name | value -----------+--------------------+------+------- FILES{0.1.0} | FILES_1 | admin | color | blue FILES{0.1.0} | FILES_1 | pramod | color | green FILES{0.1.0} | FILES_1 | tom | color | red -- This message was sent by Atlassian JIRA (v6.2#6252)