Repository: ambari Updated Branches: refs/heads/trunk b13eca9a5 -> b5f5ce510
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/b5f5ce51 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b5f5ce51 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b5f5ce51 Branch: refs/heads/trunk Commit: b5f5ce510a86dc9bacba9700b3719d3b840f2c22 Parents: b13eca9 Author: tbeerbower <[email protected]> Authored: Tue Jun 14 21:20:31 2016 -0400 Committer: tbeerbower <[email protected]> Committed: Tue Jun 14 21:20:40 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/b5f5ce51/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}",
