[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526640002 ## File path: libminifi/src/FlowController.cpp ## @@ -70,60 +71,33 @@ namespace apache { namespace nifi { namespace minifi { -#define

[GitHub] [nifi] exceptionfactory commented on pull request #4659: NIFI-7870 - Added an allow list for static resources so that they can…

2020-11-18 Thread GitBox
exceptionfactory commented on pull request #4659: URL: https://github.com/apache/nifi/pull/4659#issuecomment-730102313 Concurring with @bbende that maintaining a static list of allowed files seems very brittle. At minimum, using a much smaller set of regular expression patterns would be

[GitHub] [nifi] phuthientran commented on pull request #4426: Nifi 1.11.4 fix corrupt flow.xml.gz and add thread priority

2020-11-18 Thread GitBox
phuthientran commented on pull request #4426: URL: https://github.com/apache/nifi/pull/4426#issuecomment-730039682 @joewitt , I'm the developer who implemented this fix and other fixes and improvements for our company, Zapata Technology. We'd to contribute those to the NiFi project but

[GitHub] [nifi] thenatog commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
thenatog commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526498722 ## File path: nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/util/CertificateUtils.java ## @@ -160,26 +180,33 @@ public static

[GitHub] [nifi] thenatog commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
thenatog commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526497429 ## File path: nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/util/CertificateUtils.java ## @@ -120,12 +123,29 @@ return

[GitHub] [nifi] NissimShiman commented on pull request #4563: NIFI-7738 Reverse Provenance Query

2020-11-18 Thread GitBox
NissimShiman commented on pull request #4563: URL: https://github.com/apache/nifi/pull/4563#issuecomment-729984996 @markobean Thank you for catching that! I made the fix for that as well as for when accessing Provenance from a queue. I also tested to make sure that this functionality

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526434800 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisStandalone.java ## @@ -0,0 +1,664

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526434425 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisStandalone.java ## @@ -0,0 +1,664

[jira] [Updated] (NIFI-8024) EncryptedFileSystemRepository EOFException on null ContentClaim

2020-11-18 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8024: --- Status: Patch Available (was: In Progress) > EncryptedFileSystemRepository EOFException on

[GitHub] [nifi] exceptionfactory opened a new pull request #4674: NIFI-8024 Added null claim check to EncryptedFileSystemRepository.read()

2020-11-18 Thread GitBox
exceptionfactory opened a new pull request #4674: URL: https://github.com/apache/nifi/pull/4674 Description of PR NIFI-8024 Added check for null ContentClaim in EncryptedFileSystemRepository.read() to avoid EOFException in following method implementation. The standard

[jira] [Updated] (NIFI-7771) Infinite loop on WebUI when node stopped in cluster

2020-11-18 Thread M Tien (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] M Tien updated NIFI-7771: - Fix Version/s: 1.13.0 Resolution: Fixed Status: Resolved (was: Patch Available) > Infinite

[jira] [Updated] (NIFI-8019) SSL Enabled Protocol test failures when TLSv1 and TLSv1.1 disabled in java.security

2020-11-18 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8019: --- Status: Patch Available (was: In Progress) > SSL Enabled Protocol test failures when TLSv1

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
exceptionfactory commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r525504215 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisStandalone.java ## @@ -0,0

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
exceptionfactory commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526397819 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisStandalone.java ## @@ -0,0

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526395590 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisStandalone.java ## @@ -0,0 +1,664

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526395590 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisStandalone.java ## @@ -0,0 +1,664

[GitHub] [nifi] exceptionfactory commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
exceptionfactory commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526395136 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisStandalone.java ## @@ -0,0

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526393927 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisStandalone.java ## @@ -0,0 +1,664

[GitHub] [nifi] NissimShiman commented on a change in pull request #4627: NIFI-7225 FetchSFTP processor routing to not.found error given when P…

2020-11-18 Thread GitBox
NissimShiman commented on a change in pull request #4627: URL: https://github.com/apache/nifi/pull/4627#discussion_r526382460 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@

[jira] [Commented] (NIFI-7771) Infinite loop on WebUI when node stopped in cluster

2020-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17234975#comment-17234975 ] ASF subversion and git services commented on NIFI-7771: --- Commit

[GitHub] [nifi] thenatog closed pull request #4496: NIFI-7771: Infinite loop on WebUI when node stopped in cluster (PB1)

2020-11-18 Thread GitBox
thenatog closed pull request #4496: URL: https://github.com/apache/nifi/pull/4496 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526380294 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisStandalone.java ## @@ -0,0 +1,664

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526380294 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisStandalone.java ## @@ -0,0 +1,664

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526376869 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisStandalone.java ## @@ -0,0 +1,664

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526376795 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisStandalone.java ## @@ -0,0 +1,664

[GitHub] [nifi] NissimShiman commented on a change in pull request #4627: NIFI-7225 FetchSFTP processor routing to not.found error given when P…

2020-11-18 Thread GitBox
NissimShiman commented on a change in pull request #4627: URL: https://github.com/apache/nifi/pull/4627#discussion_r526375351 ## File path: nifi-commons/nifi-utils/src/main/java/org/apache/nifi/processor/util/StandardValidators.java ## @@ -503,6 +503,7 @@ public

[GitHub] [nifi] thenatog commented on pull request #4496: NIFI-7771: Infinite loop on WebUI when node stopped in cluster (PB1)

2020-11-18 Thread GitBox
thenatog commented on pull request #4496: URL: https://github.com/apache/nifi/pull/4496#issuecomment-729907790 I reviewed this with mtien-apache and verified that the authentication loop when using OIDC and a load balancer is now gone with this change. +1 will merge.

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526359408 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisStandalone.java ## @@ -0,0 +1,664

[jira] [Assigned] (NIFI-8016) Hive connection pool dynamic properties cannot be used

2020-11-18 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess reassigned NIFI-8016: -- Assignee: Matt Burgess > Hive connection pool dynamic properties cannot be used >

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526352181 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisCommandLine.java ## @@ -0,0 +1,68

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526352018 ## File path: nifi-toolkit/nifi-toolkit-tls/src/main/java/org/apache/nifi/toolkit/tls/diagnosis/TlsToolkitGetDiagnosisCommandLine.java ## @@ -0,0 +1,68

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526351831 ## File path: nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/util/CertificateUtils.java ## @@ -160,26 +180,33 @@ public static

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526351267 ## File path: nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/util/CertificateUtils.java ## @@ -160,26 +180,33 @@ public static

[GitHub] [nifi] markap14 commented on pull request #4669: NIFI-7897: Refactored NiFi Stateless to make use of existing NiFi classes

2020-11-18 Thread GitBox
markap14 commented on pull request #4669: URL: https://github.com/apache/nifi/pull/4669#issuecomment-729893072 Thanks for the review @exceptionfactory. Rebased against main, since there were conflicts and pushed a new update.

[jira] [Assigned] (NIFI-8027) Allow semicolons in SQL Pre-Query and SQL Post-Query statements

2020-11-18 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy reassigned NIFI-8027: - Assignee: Tamas Palfy > Allow semicolons in SQL Pre-Query and SQL Post-Query statements >

[jira] [Updated] (NIFI-8027) Allow semicolons in SQL Pre-Query and SQL Post-Query statements

2020-11-18 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-8027: -- Description: Certain session-wide settings require complex statements that contain semicolons.

[jira] [Updated] (NIFI-8027) Allow semicolons in SQL Pre-Query and SQL Post-Query statements

2020-11-18 Thread Tamas Palfy (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tamas Palfy updated NIFI-8027: -- Summary: Allow semicolons in SQL Pre-Query and SQL Post-Query statements (was: Allow semicolons in SQL

[jira] [Created] (NIFI-8027) Allow semicolons in SQL Pre-Query statements

2020-11-18 Thread Tamas Palfy (Jira)
Tamas Palfy created NIFI-8027: - Summary: Allow semicolons in SQL Pre-Query statements Key: NIFI-8027 URL: https://issues.apache.org/jira/browse/NIFI-8027 Project: Apache NiFi Issue Type:

[GitHub] [nifi] thenatog commented on pull request #4659: NIFI-7870 - Added an allow list for static resources so that they can…

2020-11-18 Thread GitBox
thenatog commented on pull request #4659: URL: https://github.com/apache/nifi/pull/4659#issuecomment-729875887 I think the plan here was that, for the bundled advanced UIs, they could exist in this list and be granted anonymous access. For custom advanced UIs that the community may

[GitHub] [nifi] VedaKadam commented on a change in pull request #4670: NIFI-7673 Standalone diagnosis mode verifies independent node

2020-11-18 Thread GitBox
VedaKadam commented on a change in pull request #4670: URL: https://github.com/apache/nifi/pull/4670#discussion_r526327787 ## File path: nifi-commons/nifi-security-utils/src/main/java/org/apache/nifi/security/util/CertificateUtils.java ## @@ -120,12 +123,29 @@ return

[GitHub] [nifi] markap14 commented on a change in pull request #4669: NIFI-7897: Refactored NiFi Stateless to make use of existing NiFi classes

2020-11-18 Thread GitBox
markap14 commented on a change in pull request #4669: URL: https://github.com/apache/nifi/pull/4669#discussion_r526309665 ## File path: nifi-system-tests/nifi-stateless-system-test-suite/src/test/java/org/apache/nifi/stateless/StatelessSystemIT.java ## @@ -0,0 +1,143 @@ +/* +

[jira] [Updated] (NIFI-8024) EncryptedFileSystemRepository EOFException on null ContentClaim

2020-11-18 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8024: --- Description: The following thread on the NiFi Users list describes issues with the

[GitHub] [nifi] markap14 commented on a change in pull request #4669: NIFI-7897: Refactored NiFi Stateless to make use of existing NiFi classes

2020-11-18 Thread GitBox
markap14 commented on a change in pull request #4669: URL: https://github.com/apache/nifi/pull/4669#discussion_r526306927 ## File path:

[GitHub] [nifi] markap14 commented on a change in pull request #4669: NIFI-7897: Refactored NiFi Stateless to make use of existing NiFi classes

2020-11-18 Thread GitBox
markap14 commented on a change in pull request #4669: URL: https://github.com/apache/nifi/pull/4669#discussion_r526305234 ## File path:

[jira] [Commented] (NIFI-7888) Support authentication via SAML

2020-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17234865#comment-17234865 ] ASF subversion and git services commented on NIFI-7888: --- Commit

[GitHub] [nifi] markap14 commented on a change in pull request #4669: NIFI-7897: Refactored NiFi Stateless to make use of existing NiFi classes

2020-11-18 Thread GitBox
markap14 commented on a change in pull request #4669: URL: https://github.com/apache/nifi/pull/4669#discussion_r526297144 ## File path:

[jira] [Updated] (NIFI-7888) Support authentication via SAML

2020-11-18 Thread Matt Gilman (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7888?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Gilman updated NIFI-7888: -- Resolution: Fixed Status: Resolved (was: Patch Available) > Support authentication via SAML >

[GitHub] [nifi] asfgit closed pull request #4614: NIFI-7888 Add support for SAML authentication

2020-11-18 Thread GitBox
asfgit closed pull request #4614: URL: https://github.com/apache/nifi/pull/4614 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
fgerlits commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526284846 ## File path: libminifi/src/FlowController.cpp ## @@ -70,60 +71,33 @@ namespace apache { namespace nifi { namespace minifi { -#define

[GitHub] [nifi] markap14 commented on a change in pull request #4669: NIFI-7897: Refactored NiFi Stateless to make use of existing NiFi classes

2020-11-18 Thread GitBox
markap14 commented on a change in pull request #4669: URL: https://github.com/apache/nifi/pull/4669#discussion_r526296217 ## File path:

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
fgerlits commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526286184 ## File path: libminifi/src/c2/C2Agent.cpp ## @@ -873,6 +664,161 @@ void C2Agent::update_agent() { } } +utils::TaskRescheduleInfo

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
fgerlits commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526284846 ## File path: libminifi/src/FlowController.cpp ## @@ -70,60 +71,33 @@ namespace apache { namespace nifi { namespace minifi { -#define

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
fgerlits commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526273379 ## File path: libminifi/include/utils/StringView.h ## @@ -0,0 +1,122 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or

[GitHub] [nifi] exceptionfactory opened a new pull request #4673: NIFI-8019 Added TlsPlatform to provide runtime default TLS Protocols

2020-11-18 Thread GitBox
exceptionfactory opened a new pull request #4673: URL: https://github.com/apache/nifi/pull/4673 Description of PR NIFI-8019 Added TlsPlatform utility class and updated multiple unit tests to use the getDefaultProtocols() and getLatestProtocol() methods. Fedora 33 introduced a

[GitHub] [nifi] Chaffelson commented on a change in pull request #4656: NIFI-7995 add null check before validating ParameterContexts

2020-11-18 Thread GitBox
Chaffelson commented on a change in pull request #4656: URL: https://github.com/apache/nifi/pull/4656#discussion_r526250463 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ParameterContextResource.java

[jira] [Created] (NIFI-8026) PutMongoRecord cannot handle deeply nested JSON documents.

2020-11-18 Thread Rostislav Nedelchev (Jira)
Rostislav Nedelchev created NIFI-8026: - Summary: PutMongoRecord cannot handle deeply nested JSON documents. Key: NIFI-8026 URL: https://issues.apache.org/jira/browse/NIFI-8026 Project: Apache NiFi

[jira] [Updated] (NIFI-8024) EncryptedFileSystemRepository EOFException on null ContentClaim

2020-11-18 Thread Gardella Juan Pablo (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gardella Juan Pablo updated NIFI-8024: -- Description: _emphasized text_The following thread on the NiFi Users list describes

[jira] [Commented] (NIFI-7823) Retrieve groups from OIDC token using KeyClock

2020-11-18 Thread Bryan Bende (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17234781#comment-17234781 ] Bryan Bende commented on NIFI-7823: --- In NIFI-7888, I implemented an approach for obtaining groups from a

[jira] [Created] (NIFI-8025) Refactor AccessResource

2020-11-18 Thread Bryan Bende (Jira)
Bryan Bende created NIFI-8025: - Summary: Refactor AccessResource Key: NIFI-8025 URL: https://issues.apache.org/jira/browse/NIFI-8025 Project: Apache NiFi Issue Type: Improvement

[GitHub] [nifi] bbende commented on pull request #4614: NIFI-7888 Add support for SAML authentication

2020-11-18 Thread GitBox
bbende commented on pull request #4614: URL: https://github.com/apache/nifi/pull/4614#issuecomment-729789232 Thanks @mcgilman ! @thenatog I pushed up another commit that makes SHA-256 the default when no value is provided in nifi.properties for the signature or digest algorithms.

[GitHub] [nifi] mcgilman commented on pull request #4614: NIFI-7888 Add support for SAML authentication

2020-11-18 Thread GitBox
mcgilman commented on pull request #4614: URL: https://github.com/apache/nifi/pull/4614#issuecomment-729777424 @bbende Thanks again for the PR! My earlier concerns have been addressed and things look good. Was able to verify the functionality. I am a +1 once the comments from @thenatog

[jira] [Created] (NIFI-8024) EncryptedFileSystemRepository EOFException on null ContentClaim

2020-11-18 Thread David Handermann (Jira)
David Handermann created NIFI-8024: -- Summary: EncryptedFileSystemRepository EOFException on null ContentClaim Key: NIFI-8024 URL: https://issues.apache.org/jira/browse/NIFI-8024 Project: Apache NiFi

[jira] [Resolved] (NIFI-8021) Allow ConsumeKafka processors to use static partition mapping

2020-11-18 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-8021. -- Fix Version/s: 1.13.0 Resolution: Fixed > Allow ConsumeKafka processors to use static

[jira] [Commented] (NIFI-8021) Allow ConsumeKafka processors to use static partition mapping

2020-11-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17234697#comment-17234697 ] ASF subversion and git services commented on NIFI-8021: --- Commit

[GitHub] [nifi] asfgit closed pull request #4672: NIFI-8021: Provide the ability to pin partitions to particular hosts …

2020-11-18 Thread GitBox
asfgit closed pull request #4672: URL: https://github.com/apache/nifi/pull/4672 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[jira] [Created] (MINIFICPP-1410) Add permissions property support for Putfile processor

2020-11-18 Thread Gabor Gyimesi (Jira)
Gabor Gyimesi created MINIFICPP-1410: Summary: Add permissions property support for Putfile processor Key: MINIFICPP-1410 URL: https://issues.apache.org/jira/browse/MINIFICPP-1410 Project: Apache

[jira] [Created] (MINIFICPP-1409) Add default credential provider chain support to AWS authentication

2020-11-18 Thread Gabor Gyimesi (Jira)
Gabor Gyimesi created MINIFICPP-1409: Summary: Add default credential provider chain support to AWS authentication Key: MINIFICPP-1409 URL: https://issues.apache.org/jira/browse/MINIFICPP-1409

[GitHub] [nifi] pvillard31 commented on a change in pull request #4672: NIFI-8021: Provide the ability to pin partitions to particular hosts …

2020-11-18 Thread GitBox
pvillard31 commented on a change in pull request #4672: URL: https://github.com/apache/nifi/pull/4672#discussion_r526136155 ## File path:

[jira] [Commented] (NIFI-8014) ExecuteSQLRecord chrashes if no resultset

2020-11-18 Thread Jira
[ https://issues.apache.org/jira/browse/NIFI-8014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17234678#comment-17234678 ] Michal Šunka commented on NIFI-8014: Hello, The configurations details are in the printscreen. Are

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on pull request #931: MINIFICPP-1390 Create DeleteS3Object processor

2020-11-18 Thread GitBox
adamdebreceni commented on pull request #931: URL: https://github.com/apache/nifi-minifi-cpp/pull/931#issuecomment-729712780 wrapping the object id in quotes when logging might improve readability of the log message (might be beneficial for the bucket id as well) (here "one" is the object

[GitHub] [nifi] bbende commented on a change in pull request #4614: NIFI-7888 Add support for SAML authentication

2020-11-18 Thread GitBox
bbende commented on a change in pull request #4614: URL: https://github.com/apache/nifi/pull/4614#discussion_r526123591 ## File path:

[GitHub] [nifi] bbende commented on a change in pull request #4614: NIFI-7888 Add support for SAML authentication

2020-11-18 Thread GitBox
bbende commented on a change in pull request #4614: URL: https://github.com/apache/nifi/pull/4614#discussion_r526122608 ## File path:

[GitHub] [nifi] bbende commented on a change in pull request #4614: NIFI-7888 Add support for SAML authentication

2020-11-18 Thread GitBox
bbende commented on a change in pull request #4614: URL: https://github.com/apache/nifi/pull/4614#discussion_r526121348 ## File path:

[GitHub] [nifi] bbende commented on a change in pull request #4614: NIFI-7888 Add support for SAML authentication

2020-11-18 Thread GitBox
bbende commented on a change in pull request #4614: URL: https://github.com/apache/nifi/pull/4614#discussion_r526120650 ## File path: nifi-docs/src/main/asciidoc/administration-guide.adoc ## @@ -375,12 +375,32 @@ JSON Web Key (JWK) provided through the jwks_uri in the

[jira] [Created] (NIFI-8023) Test failure after NIFI-7996 commit if system default TZ is CET

2020-11-18 Thread Denes Arvay (Jira)
Denes Arvay created NIFI-8023: - Summary: Test failure after NIFI-7996 commit if system default TZ is CET Key: NIFI-8023 URL: https://issues.apache.org/jira/browse/NIFI-8023 Project: Apache NiFi

[GitHub] [nifi] ottobackwards commented on a change in pull request #4656: NIFI-7995 add null check before validating ParameterContexts

2020-11-18 Thread GitBox
ottobackwards commented on a change in pull request #4656: URL: https://github.com/apache/nifi/pull/4656#discussion_r526088956 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ParameterContextResource.java

[GitHub] [nifi] ottobackwards commented on a change in pull request #4656: NIFI-7995 add null check before validating ParameterContexts

2020-11-18 Thread GitBox
ottobackwards commented on a change in pull request #4656: URL: https://github.com/apache/nifi/pull/4656#discussion_r526061624 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ParameterContextResource.java

[GitHub] [nifi] ottobackwards commented on a change in pull request #4656: NIFI-7995 add null check before validating ParameterContexts

2020-11-18 Thread GitBox
ottobackwards commented on a change in pull request #4656: URL: https://github.com/apache/nifi/pull/4656#discussion_r526061414 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/web/api/ParameterContextResource.java

[jira] [Assigned] (NIFI-6242) PutFileTransfer generating incorrect provenance events

2020-11-18 Thread Tim Smith (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Smith reassigned NIFI-6242: --- Assignee: Tim Smith > PutFileTransfer generating incorrect provenance events >

[jira] [Assigned] (NIFI-5629) GetFile becomes slow listing vast directories

2020-11-18 Thread Tim Smith (Jira)
[ https://issues.apache.org/jira/browse/NIFI-5629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Smith reassigned NIFI-5629: --- Assignee: Tim Smith > GetFile becomes slow listing vast directories >

[jira] [Assigned] (NIFI-7991) Flow Configuration History displays "annotation data not found/available" from "Advanced" changes.

2020-11-18 Thread Tim Smith (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Smith reassigned NIFI-7991: --- Assignee: Tim Smith > Flow Configuration History displays "annotation data not found/available" >

[jira] [Assigned] (NIFI-7225) FetchSFTP processor: "routing to not.found" error given when Private Key Path property is invalid

2020-11-18 Thread Tim Smith (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Smith reassigned NIFI-7225: --- Assignee: Tim Smith > FetchSFTP processor: "routing to not.found" error given when Private Key Path

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526036252 ## File path: libminifi/src/c2/C2Agent.cpp ## @@ -873,6 +664,161 @@ void C2Agent::update_agent() { } } +utils::TaskRescheduleInfo

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526035745 ## File path: libminifi/src/c2/C2Agent.cpp ## @@ -873,6 +664,161 @@ void C2Agent::update_agent() { } } +utils::TaskRescheduleInfo

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526034411 ## File path: libminifi/include/utils/file/PathUtils.h ## @@ -62,6 +70,21 @@ inline bool isAbsolutePath(const char* const path) noexcept {

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526033553 ## File path: libminifi/src/FlowController.cpp ## @@ -70,60 +71,33 @@ namespace apache { namespace nifi { namespace minifi { -#define

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526030865 ## File path: libminifi/include/utils/file/PathUtils.h ## @@ -17,12 +17,20 @@ #ifndef LIBMINIFI_INCLUDE_UTILS_FILE_PATHUTILS_H_ #define

[GitHub] [nifi-minifi-cpp] fgerlits commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
fgerlits commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r525961588 ## File path: libminifi/include/utils/file/PathUtils.h ## @@ -17,12 +17,20 @@ #ifndef LIBMINIFI_INCLUDE_UTILS_FILE_PATHUTILS_H_ #define

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526011840 ## File path: libminifi/include/utils/StringView.h ## @@ -0,0 +1,122 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526004650 ## File path: libminifi/include/utils/StringUtils.h ## @@ -149,6 +150,17 @@ class StringUtils { return std::equal(endString.rbegin(),

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526004415 ## File path: encrypt-config/ArgParser.cpp ## @@ -0,0 +1,192 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526004228 ## File path: encrypt-config/ArgParser.cpp ## @@ -0,0 +1,192 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more +

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526003991 ## File path: encrypt-config/EncryptConfig.cpp ## @@ -90,33 +122,44 @@ std::string EncryptConfig::propertiesFilePath() const {

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526003406 ## File path: encrypt-config/EncryptConfig.cpp ## @@ -42,40 +42,72 @@ namespace nifi { namespace minifi { namespace encrypt_config {

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r526002968 ## File path: extensions/http-curl/tests/C2ConfigEncryption.cpp ## @@ -0,0 +1,56 @@ +/** + * + * Licensed to the Apache Software Foundation

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #938: MINIFICPP-1408 thrown objects should be derived from std::exception

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #938: URL: https://github.com/apache/nifi-minifi-cpp/pull/938#discussion_r525899629 ## File path: extensions/sftp/client/SFTPClient.h ## @@ -49,6 +50,12 @@ enum class SFTPError : uint8_t { SFTP_ERROR_UNEXPECTED };

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #937: MINIFICPP-1402 - Encrypt flow configuration and change encryption key

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #937: URL: https://github.com/apache/nifi-minifi-cpp/pull/937#discussion_r525902713 ## File path: encrypt-config/EncryptConfig.cpp ## @@ -42,40 +42,72 @@ namespace nifi { namespace minifi { namespace encrypt_config {

[GitHub] [nifi-minifi-cpp] adamdebreceni commented on a change in pull request #938: MINIFICPP-1408 thrown objects should be derived from std::exception

2020-11-18 Thread GitBox
adamdebreceni commented on a change in pull request #938: URL: https://github.com/apache/nifi-minifi-cpp/pull/938#discussion_r525899629 ## File path: extensions/sftp/client/SFTPClient.h ## @@ -49,6 +50,12 @@ enum class SFTPError : uint8_t { SFTP_ERROR_UNEXPECTED };

[jira] [Commented] (NIFI-7771) Infinite loop on WebUI when node stopped in cluster

2020-11-18 Thread humpfhumpf (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17234356#comment-17234356 ] humpfhumpf commented on NIFI-7771: -- thx [~mtien] for your confirmation, and +1. > Infinite loop on WebUI