You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Tom Beerbower (JIRA)" <ji...@apache.org> on 2014/05/30 05:52:04 UTC

[jira] [Created] (AMBARI-5953) Views: instancedata should be ambari user scoped

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)