[
https://issues.apache.org/jira/browse/AMBARI-20861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Levas updated AMBARI-20861:
----------------------------------
Description:
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.
was:
Update the Ambari REST API to allow for GET, POST, PUT, and DELETE operations
on the authentication sources related to an Ambari user account.
Add the following entry points:
* {{/api/v1/users/:USER_ID}}
** Get a user
** Modify a user
* * {{/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
* {{/api/v1/users/:USER_ID/sources}}
** List a user’s authentication sources
** Add a new authentication source for a user
* {{/api/v1/users/:USER_ID/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.
> 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
>
>
> 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)