Member since
08-19-2024
32
Posts
8
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3359 | 08-22-2024 12:41 AM |
05-05-2026
11:10 AM
Hello I need to invoke a url which is protected by oauth2. I know to invoke simple apis but not with oauth2. How can we make a flow?
... View more
Labels:
- Labels:
-
Apache NiFi
04-06-2026
01:00 AM
I am working with Apache NiFi and trying to replicate a pattern that we had done in existing system. In existing system, we have multiple (around 10) email accounts, and we iterate over them using a loop, connecting to each mailbox, reading emails, and processing them. In NiFi, I have configured a ConsumePOP3 processor and it works fine for a single email account. However, I need to handle multiple email accounts in a scalable and maintainable way. We are not able to connect any processor or something before ConsumePOP3.
... View more
Labels:
- Labels:
-
Apache NiFi
10-14-2025
04:17 AM
Hello I need help how to make a flow which can handle 2 pieces of data from user. Let us consider a scenario-> User submits a form having some fields like name, age, address and also a file having something say a list of his hobbies(just for example). How do we process these together and return a response back? I have my flow like this HandleHttpRequest->ExecuteScript (Groovy)-> HandleHttpResponse I am able to do one logic only that either handle the json body say {"name":"Test Name","age":"25","address":"Test address"} or the file which gets sent. How to process both inside my Groovy Script?
... View more
Labels:
- Labels:
-
Apache NiFi
09-24-2025
11:29 PM
Thank you for your advise above. That really helped. Now one new thing I am observing is that I can't see Data provenance from admin or user accounts. So I right clicked on the process group->and clicked on the "Manage Access Policies"-> dropdown which was showing the "View the component"-> changed it to "View Provenance" and then added the users. But still I can't see the data provenance icon when I right click any processor to check. This is for both the admin or user accounts.
... View more
09-24-2025
03:48 AM
ok thank you I will check. But how to provide access to the Component Toolbar to the users who are not admin? I have overriden that option("which is visible in screenshot from the main question and you also discussed that in your answer above) from admin account and added this user but now that user can only go inside that processor group and things are no longer grey in the processor group but still that user can't bring new processor from the Component Toolbar as whole section is still grey. New Update: So now 5 mins later I went to the admin account again, right clicked on a certain processor-group and clicked on the "Manage Access Policies"-> dropdown which was showing the "View the component"-> changed it to "Modify the component". After this the user is able to bring new processors to that processor group. Is it correct approach? Do I need to provide any more accesses?
... View more
09-23-2025
05:24 AM
Hello I have configured certificate based authorization by using manager-authorizer in nifi.properties and then adding property name ="Initial Admin Identity" in <userGroupProvider> and <accessPolicyProvider> sections of authorizers.xml Now once I do that and import admin cert (which I specified in authorizers.xml) then I can access NiFi and I can bring comonents/processors from Component Toolbar. I can also add users from the Global Menu "Users" section or Add Policies. Issue I am experiencing is that the user I added can only view the processors groups and can't modify them. Apart from this the whole component toolbar is grayed out so not accessible. I went to my admin account and added that user in some Policies but this did not help. I saw in some article that we need to right click on certain processor group and then go to "Manage Access Policies" but surprisingly for my admin account the Add User icon is gray and not able to click it. I have added two photos one showing my user component toolbar being inaccessible and another one my admin cert logged in NiFi where I see Add User icon not accessible.(Note I can add user from Global Menu) How to resolve this? Can someone please advise. I want to provide access to users so that they can do their work in one processor group.
... View more
Labels:
- Labels:
-
Apache NiFi
09-16-2025
09:07 AM
We want to receive the soap request then do some processing and return a soap response. So we are a host or provider for that Soap Api.
... View more
09-16-2025
09:01 AM
Hello I want to know one thing. Let's say we have a flow having a Handlehttprequest then a ExecuteSql processor and then a HandleHttpResponse for example. Daily we receive say 1000 calls to this flow. So where does flowfiles get stored? I see in provenance many many flowfiles. So do they purge or all get accumulated. I have less space so wanted to know.
... View more
Labels:
- Labels:
-
Apache NiFi
08-18-2025
04:49 AM
Hello @MattWho Thank you for a detailed answer. I very much appreciate your time. My requirement is to have say 5 developers are there in my team then I want each to have their own unique userid and password. Currently I have single user setup. You have mentioned LDAP. I am not much aware of it. Is there any helpful article which can help me as a newbie. I again appreciate your much help to this community.
... View more
08-10-2025
03:53 AM
Hi @MattWho Is there any support for OIDC now?
... View more