[
https://issues.apache.org/jira/browse/AMBARI-22699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16311630#comment-16311630
]
Hudson commented on AMBARI-22699:
---------------------------------
FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #8573 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8573/])
AMBARI-22699. Update FE to initiate regenerate keytab file operations
(aantonenko:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=c088e59ebcf099b01603d883dce7700d44cabc68])
* (edit) ambari-web/app/messages.js
* (edit) ambari-web/test/utils/date/timezone_test.js
* (edit) ambari-web/app/models/host_component.js
* (edit) ambari-web/app/utils/ajax/ajax.js
* (edit) ambari-web/app/views/main/host/details.js
* (edit) ambari-web/app/views/main/service/item.js
* (edit) ambari-web/app/controllers/main/host/details.js
* (edit) ambari-web/app/controllers/main/service/item.js
> Update FE to initiate regenerate keytab file operations for a service and a
> host
> --------------------------------------------------------------------------------
>
> Key: AMBARI-22699
> URL: https://issues.apache.org/jira/browse/AMBARI-22699
> Project: Ambari
> Issue Type: Bug
> Components: ambari-web
> Affects Versions: 3.0.0
> Reporter: Antonenko Alexander
> Assignee: Antonenko Alexander
> Fix For: 3.0.0
>
> Attachments: AMBARI-22699.patch
>
>
> Update FE to initiate regenerate keytab file operations for a service and a
> host.
> An option needs to be added to the Actions menu of a service to regenerate
> all keytab file for that service. The Ambari REST API call to initiate this
> is:
> {code}
> PUT
> /api/v1/clusters/CLUSTERNAME?regenerate_keytabs=all®enerate_components=SERVICENAME:*
> {
> "Clusters": {
> "security_type" : "KERBEROS"
> }
> }
> {code}
> NOTE: CLUSTERNAME and SERVICENAME need to be replaced with the appropriate
> values.
> An option needs to be added to the Host Actions menu of a host to regenerate
> all keytab file for that host. The Ambari REST API call to initiate this is:
> {code}
> PUT
> /api/v1/clusters/CLUSTERNAME?regenerate_keytabs=all®enerate_hosts=HOSTNAME:*
> {
> "Clusters": {
> "security_type" : "KERBEROS"
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)