-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nifi-registry not able Intregrate with Gitlab #253
Comments
Hello, I try this configuration and it doesn't work too. Have you found a solution ? |
I have the same problem. Any solutions yet? |
anyone found a solution? |
I managed to integrate this with the user and a HTTP access token as password. I am using bit bucket but it might be the same issue with Gitlab. Hope it helps! 🙌 |
Hi, Now it's working fine. Can you verify if you try to commit your flow version from NiFi, if you kill your NiFi pod, take a look if there is a push on your gitlab repo. If it doesn't work, try to uncomment some properties below gitlab. I can't access what I did now. I will paste my config when I will have access |
Hi all, Sorry for the late of my response. This is my actual config for Registry and it's working fine.
Regards |
file:
enabled: true
# -- the path in the running pod where the git repo will be cloned into
# either absolute or relative to the container working directory, which is NIFI_REGISTRY_HOME
# If you elect to use a non-default location, you must also update the property associated.
storageDirectory:
flowProvider:
git:
enabled: true
# Repository to be cloned at pod startup
url:
# Sets NIFI_REGISTRY_GIT_REMOTE for update_flow_provider.sh
remote: origin
# Sets NIFI_REGISTRY_GIT_USER for update_flow_provider.sh
user:
# Sets NIFI_REGISTRY_GIT_PASSWORD for update_flow_provider.sh
password:
I use this configuration in the nifi registry to connect with gitlab but it's not work
In the storage directory add the repo name with ./
In the URL section add the repo https URL
Add the Username and Password .In the Password section add the token of our gitlab
Please suggest a way to integrate the nifi-registry with gitlab
The text was updated successfully, but these errors were encountered: