Repository: ambari Updated Branches: refs/heads/branch-2.4 bd5dccaa6 -> 60e6e44cd refs/heads/trunk 3ac13b5c7 -> 30dae30e6
AMBARI-17854. Config changes for Ranger HA in kerberos env(Mugdha Varadkar via gautam) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/30dae30e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/30dae30e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/30dae30e Branch: refs/heads/trunk Commit: 30dae30e67219ad127114aa731bf490cfd78ec4a Parents: 3ac13b5 Author: Gautam Borad <[email protected]> Authored: Fri Jul 22 14:22:26 2016 +0530 Committer: Gautam Borad <[email protected]> Committed: Fri Jul 22 20:20:31 2016 +0530 ---------------------------------------------------------------------- .../RANGER/0.6.0/configuration/ranger-admin-site.xml | 2 +- .../src/main/resources/common-services/RANGER/0.6.0/kerberos.json | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/30dae30e/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/ranger-admin-site.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/ranger-admin-site.xml b/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/ranger-admin-site.xml index 477df7a..eacf541 100644 --- a/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/ranger-admin-site.xml +++ b/ambari-server/src/main/resources/common-services/RANGER/0.6.0/configuration/ranger-admin-site.xml @@ -69,7 +69,7 @@ </property> <property> <name>ranger.spnego.kerberos.principal</name> - <value/> + <value>*</value> <description/> <value-attributes> <empty-value-valid>true</empty-value-valid> http://git-wip-us.apache.org/repos/asf/ambari/blob/30dae30e/ambari-server/src/main/resources/common-services/RANGER/0.6.0/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/RANGER/0.6.0/kerberos.json b/ambari-server/src/main/resources/common-services/RANGER/0.6.0/kerberos.json index 94c681d..ffebb11 100644 --- a/ambari-server/src/main/resources/common-services/RANGER/0.6.0/kerberos.json +++ b/ambari-server/src/main/resources/common-services/RANGER/0.6.0/kerberos.json @@ -56,9 +56,6 @@ }, { "name": "/spnego", - "principal": { - "configuration": "ranger-admin-site/ranger.spnego.kerberos.principal" - }, "keytab": { "configuration": "ranger-admin-site/ranger.spnego.kerberos.keytab" }
