Member since
02-27-2025
3
Posts
0
Kudos Received
0
Solutions
03-02-2025
01:59 AM
@Shelton - Also if you suggest the best way to set up CICD pipelines for 1.28 version considering we have GIT in place. How can I move my code and parameter context in higher environments. We have different set of nifi and nifi registry for each environmenet and we plan to maintain separate dev, qa and prod branches in same git repo. We want to set up GitHub Action workflows for the same. We have just adopted Nifi and are trying to figure out the best way to set up automated cicd pipelines for each environment considering all flows and parameter context are being taken care of.
... View more
03-02-2025
01:51 AM
Thank You @Shelton for your revert. Will give this this a try and confirm back. Could you also please suggest the values to be passed in providers.xml file. Also, we are going to use EFS as our external volume and mount the same here. So do we add the same for keys instead of local. Lastly, I am using my personal user and email id for git configuration as of now. What is the best way suggested. I see that you have mentioned below user name and email for configuration. Is that a default user or we create a service user with same name. Please suggest git config --global user.name "NiFi Registry" git config --global user.email "nifi-registry@example.com"
... View more
02-27-2025
02:01 AM
Hi All, We have installed Nifi and Nifi Registry 1.28 on an AWS ECS instance running on Fargate. The installation seems to be working fine, and both the applications can communicate with each other. We now wanted to set up Git Integration for Nifi Registry using ssh authentication. Can someone please help with detailed steps, article or content with this. We did try multiple options, but this is not successful. Since our Nifi instance is on ECS Fargate, we tried cloning the repo using Docker Image and SSH key which was successful. However, when we pass the details in the providers.xml file, the instance doesn't come up. Can someone please help with the exact steps and what properties and values to be passed in providers.xml file when using ssh authentication. @steven-matison @MattWho : Your guidance and help will be much appreciated!!!
... View more
Labels:
- Labels:
-
Apache NiFi
-
NiFi Registry