You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Myroslav Papirkovskyy (JIRA)" <ji...@apache.org> on 2015/12/14 22:47:46 UTC

[jira] [Created] (AMBARI-14375) Modify users API endpoint to use user id as PK instead of user name

Myroslav Papirkovskyy created AMBARI-14375:
----------------------------------------------

             Summary: Modify users API endpoint to use user id as PK instead of user name
                 Key: AMBARI-14375
                 URL: https://issues.apache.org/jira/browse/AMBARI-14375
             Project: Ambari
          Issue Type: Task
          Components: ambari-server
    Affects Versions: 2.4.0
            Reporter: Myroslav Papirkovskyy
            Assignee: Myroslav Papirkovskyy
            Priority: Critical
             Fix For: 2.4.0


Currently user is accessed via API endpoint using its name.
{{/users/admin}}
which is not unique actually, we can have few users with same name if they are of different type (local, ldap, jwt).
Such situation causes hard fail right now, conflicting users are unable to login.
This also restricts us from using case-insensitive login when preserving original case.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)