[
https://issues.apache.org/jira/browse/NIFI-2561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422873#comment-15422873
]
ASF GitHub Bot commented on NIFI-2561:
--------------------------------------
GitHub user mcgilman opened a pull request:
https://github.com/apache/nifi/pull/873
Decoupling kerberos service and spnego principles and keytabs
NIFI-2561: - Decoupling kerberos service and spnego principles and keytabs.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcgilman/nifi 2561
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/873.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #873
----
commit 94d21c748b7b5372add9c601d40006b3fedec47c
Author: Matt Gilman <[email protected]>
Date: 2016-08-16T15:13:36Z
NIFI-2561: - Decoupling kerberos service and spnege principles and keytabs.
----
> Need to separate SPNEGO and service principals for Kerberos
> -----------------------------------------------------------
>
> Key: NIFI-2561
> URL: https://issues.apache.org/jira/browse/NIFI-2561
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Affects Versions: 1.0.0
> Reporter: Joseph Witt
> Assignee: Matt Gilman
> Fix For: 1.0.0
>
>
> Today we have a single principal used for interacting with NiFi via SPNEGO
> and when operating as a service. We should offer a way to specify/establish
> these principals separately such as
> nifi.kerberos.service.principal=nifi/hostname@REALM
> nifi.kerberos.service.keytab=path
> nifi.kerberos.spnego.principal=HTTP/hostname@REALM
> nifi.kerberos.spnego.keytab=path
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)