[
https://issues.apache.org/jira/browse/AMBARI-23311?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417036#comment-16417036
]
Hudson commented on AMBARI-23311:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #8925 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/8925/])
[AMBARI-23311] Use Ambari CLI to specify which services should be setup
(m.magyar3:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=a8c5ce20444d4cfc88419b84b328ef2f298e3aed])
* (edit) ambari-server/src/test/python/TestAmbariServer.py
* (edit) ambari-server/src/test/python/TestServerUtils.py
* (edit) ambari-server/src/main/python/ambari_server/serverUtils.py
* (edit) ambari-server/src/main/python/ambari_server/setupSecurity.py
* (edit) ambari-server/src/main/python/ambari-server.py
* (edit) ambari-server/src/test/python/TestSetupSso.py
* (edit) ambari-server/src/main/python/ambari_server/setupSso.py
> Use Ambari CLI to specify which services should be setup for SSO integration
> ----------------------------------------------------------------------------
>
> Key: AMBARI-23311
> URL: https://issues.apache.org/jira/browse/AMBARI-23311
> Project: Ambari
> Issue Type: Task
> Components: ambari-server
> Affects Versions: 2.7.0
> Reporter: Sandor Molnar
> Assignee: Sandor Molnar
> Priority: Major
> Labels: pull-request-available, security, sso
> Fix For: 2.7.0
>
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> Use Ambari CLI to specify which services should be setup for SSO integration.
> {noformat:title=Example}
> # ambari-server setup-sso
> Using python /usr/bin/python
> Setting up SSO authentication properties...
> Do you want to configure SSO authentication [y/n] (y)?y
> Enter Ambari Admin login: admin
> Enter Ambari Admin password: admin
> Provider URL [URL] (http://example.com):http://knox.ambari.apache.org:8080
> Public Certificate pem (stored) (empty line to finish input):
> AAAAB3NzaC1yc2EAAAADAQABAAABAQD....
> Use SSO for all services [y/n] (y)? n
> Use SSO for Ambari [y/n] (y)? y
> Use SSO for HDFS [y/n] (y)? y
> Use SSO for YARN [y/n] (y)? y
> ...
> Use SSO for ZOOKEEPER [y/n] (y)? n
> Do you want to configure advanced properties [y/n] (n) ?
> Ambari Server 'setup-sso' completed successfully.
> {noformat}
> NOTE: this will require obtaining an Ambari administrator username and
> password to GET, PUT, and POST to the Ambari REST API.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)