Repository: ambari Updated Branches: refs/heads/branch-2.4 c7bceb1b9 -> 24b653d0f
BUG-60090 - atlas.authentication.principal should be set to atlas/[email protected] Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/24b653d0 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/24b653d0 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/24b653d0 Branch: refs/heads/branch-2.4 Commit: 24b653d0f53579689915da48c147792c1843146e Parents: c7bceb1 Author: tbeerbower <[email protected]> Authored: Tue Jun 14 21:20:31 2016 -0400 Committer: tbeerbower <[email protected]> Committed: Tue Jun 14 21:21:41 2016 -0400 ---------------------------------------------------------------------- .../resources/stacks/HDP/2.5/services/ATLAS/kerberos.json | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/24b653d0/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/kerberos.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/kerberos.json index 78ad6ea..35addc4 100644 --- a/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/kerberos.json +++ b/ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/kerberos.json @@ -45,6 +45,15 @@ } }, { + "name": "/ATLAS/ATLAS_SERVER/atlas", + "principal": { + "configuration": "application-properties/atlas.authentication.principal" + }, + "keytab": { + "configuration": "application-properties/atlas.authentication.keytab" + } + }, + { "name": "/spnego", "principal": { "value": "HTTP/_HOST@${realm}",
