Member since
08-19-2024
40
Posts
8
Kudos Received
1
Solution
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3561 | 08-22-2024 12:41 AM |
06-03-2026
11:57 PM
Hello it seems templates which existed in NiFi 1 is removed in NiFi 2.8.0 How to import the flow definition to the new instance? Earlier we were able to move nif flow to new instances of NiFi using templates. Any screenshot will be helpful for NiFi 2. Currently I can only download flow definition by right clicking a process group. Some article suggested Registry. Do we have any other approach like nifi 1 where we used to browse and upload.
... View more
Labels:
- Labels:
-
Apache NiFi
05-28-2026
10:35 PM
Thank you @steven-matison for suggesting possible solutions. Could you please elaborate as I am new to these terms. I used to have my apis in Java/Spring Boot secured via OIdc/Oauth2 or even Basic for test apis earlier. We used to have libraries in Spring Boot to configure OIDC.
... View more
05-27-2026
01:29 AM
Hello can we secure our apis in nifi? Suppose we create nifi flow which utilises HandleHttpRequest for exposing an api. How to secure this? Is it possible to have Oauth2/Oidc?
... View more
Labels:
- Labels:
-
Apache NiFi
05-27-2026
01:26 AM
hello in the logs above I don't see any log which describes LogAttribute (the screenshot you have posted above says it is a LogAttribute processor) being started or stopped. Also anyway to know which user did this
... View more
05-26-2026
09:51 AM
Hello we have single user based NiFi but in reality around 15 to 20 people use that instance. How to know who added a process group or stopped a processor and at which point of time was that processor stopped? Do we have any IP getting recorded or anything like that? Is it possible in NiFi having OIDC/Oauth2 based authentication that which user added/removed something?
... View more
Labels:
- Labels:
-
Apache NiFi
05-12-2026
05:22 AM
Hello Thank you for your detailed steps. What all should discovery url (https://idp.company.com/.well-known/openid-configuration) generally return in the response?
... View more
05-11-2026
08:32 AM
Hello I need help to setup oidc based login mechanism for NiFi. I came across this article https://docs.cloudera.com/cfm-operator/2.10.0/configure-nifi-cr/topics/cfm-op-configure-nifi-cr-oidc-auth.html but I want to know how to do it for some provider other than Keycloak. I have an internal provider. Also when I read this article I saw some terms like Discovery url and "The clientID and clientSecret fields are provided to NiFi in a Kubernetes secret. Create that secret with the following command: kubectl create secret generic oidc-client-secret --from-literal=clientID=[***YOUR CLIENT ID***] --from-literal=clientSecret=[***YOUR CLIENT SECRET***] I am quite new to these terms and wanted to know how to do it in NiFi. Is kubernetes required? I have installed both NiFi 1.23 and NiFi 2.8 on a simple machine.
... View more
Labels:
- Labels:
-
Apache NiFi
05-07-2026
05:00 AM
Thank you @MattWho
... View more
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