This is an automated email from the ASF dual-hosted git repository.
rlevas pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 768ee9a [AMBARI-23433] Remove unnecessary properties from the Ranger
SSO configuration updates via the stack advisor
768ee9a is described below
commit 768ee9a2035d8ba6061e16c44b371afbf9209276
Author: Robert Levas <[email protected]>
AuthorDate: Tue Apr 3 16:15:44 2018 -0400
[AMBARI-23433] Remove unnecessary properties from the Ranger SSO
configuration updates via the stack advisor
---
.../src/main/resources/stacks/HDP/2.6/services/stack_advisor.py | 1 -
1 file changed, 1 deletion(-)
diff --git
a/ambari-server/src/main/resources/stacks/HDP/2.6/services/stack_advisor.py
b/ambari-server/src/main/resources/stacks/HDP/2.6/services/stack_advisor.py
index 7c9527c..7cffa1d 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/stack_advisor.py
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/stack_advisor.py
@@ -576,7 +576,6 @@ class HDP26StackAdvisor(HDP25StackAdvisor):
if ambari_sso_details:
putRangerAdminSiteProperty('ranger.sso.providerurl',
ambari_sso_details.get_jwt_provider_url())
putRangerAdminSiteProperty('ranger.sso.publicKey',
ambari_sso_details.get_jwt_public_key(False, True))
- putRangerAdminSiteProperty('ranger.sso.cookiename',
ambari_sso_details.get_jwt_cookie_name())
putRangerAdminSiteProperty('ranger.sso.browser.useragent',
'Mozilla,chrome')
# If SSO should be disabled for this service
--
To stop receiving notification emails like this one, please contact
[email protected].