[
https://issues.apache.org/jira/browse/AMBARI-14192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15049610#comment-15049610
]
Robert Levas commented on AMBARI-14192:
---------------------------------------
[~u39kun], I am not sure how that is related, but I will take a look.
> Enforce granular role-based access control for service functions
> ----------------------------------------------------------------
>
> Key: AMBARI-14192
> URL: https://issues.apache.org/jira/browse/AMBARI-14192
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Critical
> Labels: rbac
> Fix For: 2.4.0
>
> Attachments: AMBARI-14192_trunk_01.patch, AMBARI-14192_trunk_02.patch
>
>
> Enforce granular role-based access control for service functions:
> || || Cluster\\User || Service\\Operator || Service\\Administrator ||
> Cluster\\Operator || Cluster\\Administrator || Administrator ||
> |Start/Stop/Restart Service | |(+)|(+)|(+)|(+)|(+)|
> |Decommission/recommission | |(+)|(+)|(+)|(+)|(+)|
> |Run service checks | |(+)|(+)|(+)|(+)|(+)|
> |Turn on/off maintenance mode | |(+)|(+)|(+)|(+)|(+)|
> |Perform service-specific tasks| |(+)|(+)|(+)|(+)|(+)|
> |Move to another host | | |(+)|(+)|(+)|(+)|
> |Enable HA | | |(+)|(+)|(+)|(+)|
> |Add Service to cluster | | | | |(+)|(+)|
> |Install components | | | |(+)|(+)|(+)|
> |Modify service configurations | | |(+)|(+)|(+)|(+)|
> |Set service users and groups | | | | | |(+)|
> Entry points affected:
> * GET /api/v1/clusters/:cluster_name/services
> * GET /api/v1/clusters/:cluster_name/services/:service_name
> * POST /api/v1/clusters/:cluster_name/services/:service_name
> * PUT /api/v1/clusters/:cluster_name/services/:service_name
> * DELETE /api/v1/clusters/:cluster_name/services/:service_name
> * GET /api/v1/clusters/:cluster_name/services/:service_name/components
> * GET
> /api/v1/clusters/:cluster_name/services/:service_name/components/:component_name
> * POST
> /api/v1/clusters/:cluster_name/services/:service_name/components/:component_name
> * PUT
> /api/v1/clusters/:cluster_name/services/:service_name/components/:component_name
> * DELETE
> /api/v1/clusters/:cluster_name/services/:service_name/components/:component_name
> * POST /api/v1/clusters/:cluster_name/hosts
> * POST /api/v1/clusters/:cluster_name/requests
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)