You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Robert Levas (JIRA)" <ji...@apache.org> on 2018/07/30 15:25:00 UTC

[jira] [Created] (AMBARI-24383) A NPE occurs if a Kerberos identity descriptor is missing a Keytab specification

Robert Levas created AMBARI-24383:
-------------------------------------

             Summary: A NPE occurs if a Kerberos identity descriptor is missing a Keytab specification
                 Key: AMBARI-24383
                 URL: https://issues.apache.org/jira/browse/AMBARI-24383
             Project: Ambari
          Issue Type: Bug
          Components: ambari-server
    Affects Versions: 2.7.1
            Reporter: Robert Levas
            Assignee: Robert Levas
             Fix For: 2.7.1


A NPE occurs if a Kerberos identity descriptor is missing a Keytab specification.  For example, if the Kerberos identity descriptor is as follows:

{code}
{
  "name": "druid",
  "principal": {
    "value": "druid_124@${realm}",
    "type": "user"
  }
}
{code}

Note: This is technically an unexpected Kerberos identity specification since the identity will be unusable. However Ambari should not encounter a NPE because of it. 




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)