Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.6.0
Description
When SPNEGO is enabled (`ambari-server setup-kerberos`), the SSO (`ambari-server setup-sso`) redirect no longer works.
How to reproduce:
- Enable SSO `ambari-server setup-sso`
- `ambari-server restart`
- Visit Ambari and notice that you are redirected to the SSO system (i.e. Knox)
- Enable SPNEGO `ambari-server setup-kerberos`
- `ambari-server restart`
- Visit Ambari and notice that you are NOT redirected to the SSO system (i.e. Knox)
seano, This is an odd scenario - 2 SSO authentication method active for Ambari at the same time.
Is there really a use case to support this, or should Ambari proactively disallow this?