[GitHub] [nifi] s9514171 commented on pull request #4905: NIFI-8332 Service account impersonation support for GCP credential co…

2021-07-14 Thread GitBox
s9514171 commented on pull request #4905: URL: https://github.com/apache/nifi/pull/4905#issuecomment-880370626 Hi @pvillard31 sorry for ping you, does this pull request need any changes it's running on our servers for a while and runs well -- This is an automated message from the

[GitHub] [nifi] jfrazee commented on pull request #5216: NIFI-8783 Moved SingleUserAuthorizer Login Provider check

2021-07-14 Thread GitBox
jfrazee commented on pull request #5216: URL: https://github.com/apache/nifi/pull/5216#issuecomment-880301186 @bbende @exceptionfactory Thanks. After working through it, it's just a superficially similar thing -- any userGroupProvider present (uncommented) must have a valid configuration

[GitHub] [nifi] exceptionfactory commented on pull request #5216: NIFI-8783 Moved SingleUserAuthorizer Login Provider check

2021-07-14 Thread GitBox
exceptionfactory commented on pull request #5216: URL: https://github.com/apache/nifi/pull/5216#issuecomment-880294530 Thanks for the feedback @jfrazee. As @bbende mentioned, this particular check is specific to the `SingleUserAuthorizer`. The purpose is to prevent the

[GitHub] [nifi] github-actions[bot] commented on pull request #4856: NIFI-8275 Add NET_BIND_SERVICE capability to Java in Docker image

2021-07-14 Thread GitBox
github-actions[bot] commented on pull request #4856: URL: https://github.com/apache/nifi/pull/4856#issuecomment-880289292 We're marking this PR as stale due to lack of updates in the past few months. If after another couple of weeks the stale label has not been removed this PR will be

[GitHub] [nifi] bbende commented on pull request #5216: NIFI-8783 Moved SingleUserAuthorizer Login Provider check

2021-07-14 Thread GitBox
bbende commented on pull request #5216: URL: https://github.com/apache/nifi/pull/5216#issuecomment-880259482 @jfrazee this issue was specially for single-user-group authorizer because it was doing a check to ensure that it can only be used with the single-user-group login identity

[GitHub] [nifi] jfrazee commented on pull request #5216: NIFI-8783 Moved SingleUserAuthorizer Login Provider check

2021-07-14 Thread GitBox
jfrazee commented on pull request #5216: URL: https://github.com/apache/nifi/pull/5216#issuecomment-880252565 @exceptionfactory There was a thread in Slack where someone noted similar behavior for the AzureGraphUserGroupProvider so I also checked the LdapUserGroupProvider and all will try

[GitHub] [nifi] simonbence commented on a change in pull request #4948: NIFI-8273 Adding Scripted Record processors

2021-07-14 Thread GitBox
simonbence commented on a change in pull request #4948: URL: https://github.com/apache/nifi/pull/4948#discussion_r669899338 ## File path: nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/src/main/java/org/apache/nifi/processors/script/ScriptedPartitionRecord.java

[jira] [Commented] (NIFI-8742) Unable to view FlowFile Content in cluster mode

2021-07-14 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17380815#comment-17380815 ] Matt Burgess commented on NIFI-8742: I wasn't able to reproduce this on the latest main branch

[jira] [Updated] (NIFI-8783) SingleUserAuthorizer fails start up when not used

2021-07-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8783: --- Status: Patch Available (was: Open) > SingleUserAuthorizer fails start up when not used >

[jira] [Updated] (NIFI-8782) Add Rate-Limiting for Access Token Requests

2021-07-14 Thread Nathan Gough (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nathan Gough updated NIFI-8782: --- Fix Version/s: 1.15.0 Resolution: Fixed Status: Resolved (was: Patch Available) >

[jira] [Commented] (NIFI-8782) Add Rate-Limiting for Access Token Requests

2021-07-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17380798#comment-17380798 ] ASF subversion and git services commented on NIFI-8782: --- Commit

[GitHub] [nifi] thenatog closed pull request #5215: NIFI-8782 Added Rate-Limiting for Access Token Requests

2021-07-14 Thread GitBox
thenatog closed pull request #5215: URL: https://github.com/apache/nifi/pull/5215 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi] thenatog commented on pull request #5215: NIFI-8782 Added Rate-Limiting for Access Token Requests

2021-07-14 Thread GitBox
thenatog commented on pull request #5215: URL: https://github.com/apache/nifi/pull/5215#issuecomment-880108460 +1 Tested this and got a HTTP 429 when sending too many requests in 1 second. Checked that other contexts were not affected by the changes, and the code changes look good to me,

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669807702 ## File path: nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/pom.xml ## @@ -75,6 +75,13 @@ language governing permissions and limitations

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669807125 ## File path:

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669806838 ## File path: nifi-docs/src/main/asciidoc/toolkit-guide.adoc ## @@ -699,6 +719,39 @@ for each phase (old vs. new), and any combination is

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669806075 ## File path: nifi-docs/src/main/asciidoc/toolkit-guide.adoc ## @@ -504,6 +504,26 @@ This protection scheme uses HashiCorp Vault's Transit Secrets

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669804912 ## File path: nifi-docs/src/main/asciidoc/toolkit-guide.adoc ## @@ -504,6 +504,26 @@ This protection scheme uses HashiCorp Vault's Transit Secrets

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669804229 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/StandardSensitivePropertyProviderFactory.java

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669803749 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/SensitivePropertyProvider.java ## @@ -56,4

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669800473 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669800300 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669799880 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669798868 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669797862 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669797245 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669797080 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669796600 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669794639 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669794527 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669794244 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] exceptionfactory opened a new pull request #5216: NIFI-8783 Moved SingleUserAuthorizer Login Provider check

2021-07-14 Thread GitBox
exceptionfactory opened a new pull request #5216: URL: https://github.com/apache/nifi/pull/5216 Description of PR NIFI-8783 Moves the check for `SingleUserLoginIdentityProvider` from `setProperties()` to `initialize()` in `SingleUserAuthorizer`. This approach allows the

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669793563 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669790392 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[jira] [Updated] (NIFI-8783) SingleUserAuthorizer fails start up when not used

2021-07-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8783: --- Affects Version/s: 1.15.0 1.14.0 > SingleUserAuthorizer fails start up

[jira] [Commented] (NIFI-8754) CSVReader with InferSchema ignoring 1st non header row, even with necessary properties set

2021-07-14 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17380743#comment-17380743 ] Matt Burgess commented on NIFI-8754: The docs kind of mention that if you have a header line, the

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669789260 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669789032 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[jira] [Assigned] (NIFI-8783) SingleUserAuthorizer fails start up when not used

2021-07-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann reassigned NIFI-8783: -- Assignee: David Handermann > SingleUserAuthorizer fails start up when not used >

[jira] [Resolved] (NIFI-6042) Inferring schema from CSV produces fields in wrong order

2021-07-14 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Burgess resolved NIFI-6042. Resolution: Fixed I can't reproduce this with the latest NiFi, there were some changes made from

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669788160 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669787168 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669786483 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669786171 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669785906 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669784757 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669784671 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669783961 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669783200 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669781688 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AWSSensitivePropertyProvider.java ## @@ -0,0

[GitHub] [nifi] emiliosetiadarma commented on a change in pull request #5202: NIFI-6325 Added AWS Sensitive Property Provider

2021-07-14 Thread GitBox
emiliosetiadarma commented on a change in pull request #5202: URL: https://github.com/apache/nifi/pull/5202#discussion_r669780912 ## File path: nifi-commons/nifi-sensitive-property-provider/src/main/java/org/apache/nifi/properties/AESSensitivePropertyProvider.java ## @@

[jira] [Created] (NIFI-8784) The Docker start script variable NIFI_WEB_PROXY_HOST is ignored when using single user authorization

2021-07-14 Thread Joey Frazee (Jira)
Joey Frazee created NIFI-8784: - Summary: The Docker start script variable NIFI_WEB_PROXY_HOST is ignored when using single user authorization Key: NIFI-8784 URL: https://issues.apache.org/jira/browse/NIFI-8784

[jira] [Commented] (NIFI-8754) CSVReader with InferSchema ignoring 1st non header row, even with necessary properties set

2021-07-14 Thread Matt Burgess (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17380678#comment-17380678 ] Matt Burgess commented on NIFI-8754: Not sure when/if this behavior changed, but IMO this is the

[jira] [Resolved] (MINIFICPP-1605) Renewing AWS credentials not working when using instance profiles

2021-07-14 Thread Gabor Gyimesi (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1605?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gabor Gyimesi resolved MINIFICPP-1605. -- Resolution: Fixed > Renewing AWS credentials not working when using instance

[jira] [Commented] (NIFI-8767) Conduct 1.14.0 Release

2021-07-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17380661#comment-17380661 ] ASF subversion and git services commented on NIFI-8767: --- Commit 1891541 from Joe

[GitHub] [nifi] thenatog commented on pull request #5215: NIFI-8782 Added Rate-Limiting for Access Token Requests

2021-07-14 Thread GitBox
thenatog commented on pull request #5215: URL: https://github.com/apache/nifi/pull/5215#issuecomment-879955721 Reviewing -- 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 specific comment.

[jira] [Commented] (NIFI-8767) Conduct 1.14.0 Release

2021-07-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17380648#comment-17380648 ] ASF subversion and git services commented on NIFI-8767: --- Commit

[jira] [Commented] (NIFI-8767) Conduct 1.14.0 Release

2021-07-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17380650#comment-17380650 ] ASF subversion and git services commented on NIFI-8767: --- Commit

[jira] [Commented] (NIFI-8767) Conduct 1.14.0 Release

2021-07-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17380649#comment-17380649 ] ASF subversion and git services commented on NIFI-8767: --- Commit

[jira] [Created] (NIFI-8783) SingleUserAuthorizer fails start up when not used

2021-07-14 Thread Bryan Bende (Jira)
Bryan Bende created NIFI-8783: - Summary: SingleUserAuthorizer fails start up when not used Key: NIFI-8783 URL: https://issues.apache.org/jira/browse/NIFI-8783 Project: Apache NiFi Issue Type:

[jira] [Updated] (NIFI-8782) Add Rate-Limiting for Access Token Requests

2021-07-14 Thread David Handermann (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Handermann updated NIFI-8782: --- Status: Patch Available (was: Open) > Add Rate-Limiting for Access Token Requests >

[GitHub] [nifi] exceptionfactory opened a new pull request #5215: NIFI-8782 Added Rate-Limiting for Access Token Requests

2021-07-14 Thread GitBox
exceptionfactory opened a new pull request #5215: URL: https://github.com/apache/nifi/pull/5215 Description of PR NIFI-8782 Adds a new NiFi configuration property named `nifi.web.max.access.token.requests.per.second` to support rate-limiting for HTTP Access Token requests to

[GitHub] [nifi-minifi-cpp] arpadboda closed pull request #1130: MINIFICPP-1605 Always refresh AWS credentials through default credentials chain

2021-07-14 Thread GitBox
arpadboda closed pull request #1130: URL: https://github.com/apache/nifi-minifi-cpp/pull/1130 -- 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 specific comment. To unsubscribe, e-mail:

[GitHub] [nifi-minifi-cpp] fgerlits opened a new pull request #1131: MINIFICPP-1606 Fix the reading of large flow files

2021-07-14 Thread GitBox
fgerlits opened a new pull request #1131: URL: https://github.com/apache/nifi-minifi-cpp/pull/1131 https://issues.apache.org/jira/browse/MINIFICPP-1606 Since `ProcessSession::read()` returns the size of the flow file, and its return type was `int`, we still couldn't handle flow