[
https://issues.apache.org/jira/browse/AMBARI-23622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16444423#comment-16444423
]
Hudson commented on AMBARI-23622:
---------------------------------
SUCCESS: Integrated in Jenkins build Ambari-trunk-Commit #9087 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/9087/])
[AMBARI-23622] JWT cookie name and audiences not queried for during (rlevas:
[https://gitbox.apache.org/repos/asf?p=ambari.git&a=commit&h=7887a2f11312c9ac796c4a0c1946a2e89deeedab])
* (edit) ambari-server/src/main/python/ambari-server.py
* (edit) ambari-server/src/main/python/ambari_server/setupSso.py
> JWT cookie name and audiences not queried for during ambari-server setup-sso
> ----------------------------------------------------------------------------
>
> Key: AMBARI-23622
> URL: https://issues.apache.org/jira/browse/AMBARI-23622
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.7.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Critical
> Labels: pull-request-available
> Fix For: 2.7.0
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> JWT cookie name and audiences not queried for during ambari-server setup-sso
> Example:
> {noformat}
> [root@c7401 ~]# ambari-server setup-sso
> Using python /usr/bin/python
> Setting up SSO authentication properties...
> Enter Ambari Admin login: admin
> Enter Ambari Admin password:
> SSO is currently not configured
> Do you want to configure SSO authentication [y/n] (y)? y
> Provider URL
> (https://knox.example.com:8443/gateway/knoxsso/api/v1/websso):https://c7401.ambari.apache.org:8443/gateway/knoxsso/api/v1/websso
> Public Certificate PEM (empty line to finish input):
> MIICVTCCAb6gAwIBAgIILf1Tx+q3QEMwDQYJKoZIhvcNAQEFBQAwbTELMAkGA1UE
> ...
> 6crsjbE33yYbJ1mZCpLGtM7mCj0liitItA==
> Use SSO for all services [y/n] (n):
> Use SSO for AMBARI [y/n] (y):
> Use SSO for ATLAS [y/n] (y):
> Use SSO for RANGER [y/n] (y): n
> Ambari Server 'setup-sso' completed successfully.
> {noformat}
> The following queries are expected before setup is complete:
> {noformat}
> JWT Cookie name (hadoop-jwt):
> JWT audiences list (comma-separated), empty for any ():
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)