Repository: ambari Updated Branches: refs/heads/trunk cb95f1c60 -> 6801758ff
AMBARI-8871. Incorrect configuration for Falcon Kerberos Descriptor spnego identity. (jaimin) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6801758f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6801758f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6801758f Branch: refs/heads/trunk Commit: 6801758fff3230d218ff46df36d6357a94e1dc18 Parents: cb95f1c Author: Jaimin Jetly <[email protected]> Authored: Mon Dec 22 16:58:12 2014 -0800 Committer: Jaimin Jetly <[email protected]> Committed: Mon Dec 22 16:58:22 2014 -0800 ---------------------------------------------------------------------- .../main/resources/stacks/HDP/2.2/services/FALCON/kerberos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6801758f/ambari-server/src/main/resources/stacks/HDP/2.2/services/FALCON/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.2/services/FALCON/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.2/services/FALCON/kerberos.json index 98e917a..827ce46 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.2/services/FALCON/kerberos.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.2/services/FALCON/kerberos.json @@ -49,10 +49,10 @@ "name": "/spnego", "principal": { "value": "HTTP/${host}@${realm}", - "configuration": "falcon-startup.properties/oozie.authentication.kerberos.principal" + "configuration": "falcon-startup.properties/*.falcon.http.authentication.kerberos.principal" }, "keytab": { - "configuration": "falcon-startup.properties/oozie.authentication.kerberos.keytab" + "configuration": "falcon-startup.properties/*.falcon.http.authentication.kerberos.keytab" } } ]
