You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/05/31 13:15:00 UTC

[jira] [Commented] (NIFI-11604) AbstractKerberosUser should check if ticket is renewable

    [ https://issues.apache.org/jira/browse/NIFI-11604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17727956#comment-17727956 ] 

ASF subversion and git services commented on NIFI-11604:
--------------------------------------------------------

Commit 5f5bf48d7429b2123c00f99834b14cac2d40e3f6 in nifi's branch refs/heads/support/nifi-1.x from Bryan Bende
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=5f5bf48d74 ]

NIFI-11604 Improve handling of non-renewable tickets in AbstractKerberosUser

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #7301.


> AbstractKerberosUser should check if ticket is renewable
> --------------------------------------------------------
>
>                 Key: NIFI-11604
>                 URL: https://issues.apache.org/jira/browse/NIFI-11604
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Bryan Bende
>            Assignee: Bryan Bende
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently the checkTgtAndRelogin method assumes all tickets are renewable and will attempt to call refresh() on the KerberosTicket when reaching > 80% of the ticket lifetime. If the ticket is not renewable the refresh will fail and it will do a full logout/login, same as if the ticket was no longer renewable, but it could be handled more gracefully by not even calling refresh when knowing it won't work.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)