[
https://issues.apache.org/jira/browse/AMBARI-20861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Levas updated AMBARI-20861:
----------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
Committed to branch-feature-AMBARI-20859
{noformat}
commit 317905e40e0b4b384809ad7d900a09d97827f599
Author: Robert Levas <[email protected]>
Date: Wed Jul 19 08:41:36 2017 -0400
{norformat}
> BE: Extend Ambari REST API to Support User Account Management Improvements
> --------------------------------------------------------------------------
>
> Key: AMBARI-20861
> URL: https://issues.apache.org/jira/browse/AMBARI-20861
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Affects Versions: 3.0.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Labels: rest_api, security
> Fix For: 3.0.0
>
> Attachments: AMBARI-20861_branch-feature-AMBARI-20859_01.patch,
> AMBARI-20861_branch-feature-AMBARI-20859_02.patch,
> AMBARI-20861_branch-feature-AMBARI-20859_04.patch,
> AMBARI-20861_branch-feature-AMBARI-20859_05.patch
>
>
> Update the Ambari REST API to allow for GET, POST, PUT, and DELETE operations
> on the authentication sources related to an Ambari user account.
> * * {{/api/v1/users/:USERNAME/sources}}
> ** List a user’s authentication sources
> ** Add a new authentication source for a user
> * {{/api/v1/users/:USERNAME/sources/:SOURCE_ID}}
> ** Get details on a specific authentication source for a user
> ** Modify details for a specific authentication source for a user
> Update the following entry points, ensuring backwards compatibility where
> possible:
> * {{/api/v1/users}}
> ** List all users
> ** Add a new user
> ** Backward compatibility: Set password should create or update the
> appropriate user_authentication record.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)