Robert Levas created AMBARI-23622:
-------------------------------------
Summary: 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
Fix For: 2.7.0
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)