Re: AccessApi CreateDownloadToken deprecated

2023-01-23 Thread Daniel Chaffelson
Thanks David, that makes good sense and I just couldn't find the relevant Jira for myself earlier. On Mon, Jan 23, 2023 at 2:24 PM David Handermann < exceptionfact...@apache.org> wrote: > Hi Dan, > > NiFi 1.15.0 included the removal of One-Time Password Authentication as > described in NIFI-8931

Re: AccessApi CreateDownloadToken deprecated

2023-01-23 Thread David Handermann
Hi Dan, NiFi 1.15.0 included the removal of One-Time Password Authentication as described in NIFI-8931 [1]. Depending on the authentication strategy configured, the Access Token REST API can be used to create a Bearer Token that can be used for a longer duration. Configuring and authorizing X.509

AccessApi CreateDownloadToken deprecated

2023-01-23 Thread Daniel Chaffelson
Hi folks, A user has created an Issue ticket[1] on NiPyAPI after upgrading NiFi from 1.12 to 1.16. It seems that sometime in this window the AccessApi has had the CreateDownloadToken function deprecated. This function appears to have issued a one-time auth token to download flowfile content, and I