Mugdha Varadkar created AMBARI-18019:
----------------------------------------
Summary: Referring component level identity is not working for
ranger-atlas-plugin
Key: AMBARI-18019
URL: https://issues.apache.org/jira/browse/AMBARI-18019
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.4.0
Reporter: Mugdha Varadkar
Assignee: Mugdha Varadkar
Priority: Blocker
Fix For: 2.4.0
In-order to support AMBARI-17902 changes for ranger-atlas plugin, trying to
accommodate below code in common-services/ATLAS/0.7.0.2.5/kerberos.json.
{noformat}
{
"name": "/ATLAS/ATLAS_SERVER/atlas",
"principal": {
"configuration":
"ranger-atlas-audit/xasecure.audit.jaas.Client.option.principal"
},
"keytab": {
"configuration":
"ranger-atlas-audit/xasecure.audit.jaas.Client.option.keyTab"
}
}
{noformat}
However these configs are not being available at ranger-atlas-audit.xml
This occurs because the Kerberos Descriptors does not allow using the same
identity name more than once.
After AMBARI-17993 fix this is made possible by using {{reference}} tag.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)