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:28:00 UTC

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

     [ https://issues.apache.org/jira/browse/AMBARI-24383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Levas updated AMBARI-24383:
----------------------------------
    Reporter: Denis Tarasyuk  (was: Robert Levas)

> 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: Denis Tarasyuk
>            Assignee: Robert Levas
>            Priority: Major
>              Labels: kerberos
>             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)