Giter VIP home page Giter VIP logo

Comments (6)

dimitri995 avatar dimitri995 commented on August 30, 2024

Hello,

I try this configuration and it doesn't work too.

Have you found a solution ?

from charts.

lfreinag avatar lfreinag commented on August 30, 2024

I have the same problem. Any solutions yet?

from charts.

NechiHeni avatar NechiHeni commented on August 30, 2024

anyone found a solution?

from charts.

lfreinag avatar lfreinag commented on August 30, 2024

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! 🙌

from charts.

dimitri995 avatar dimitri995 commented on August 30, 2024

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

from charts.

dimitri995 avatar dimitri995 commented on August 30, 2024

Hi all,

Sorry for the late of my response. This is my actual config for Registry and it's working fine.

registry:
    ## If true, install the Nifi registry
    enabled: true
    url: ""
    port: 18080
    flowProvider:
      git:
        enabled: true
        url: https://#####################/nifi-flow-preview.git
        remote: origin
        user: ###
        password: ##########
        # The secret name can be used to supply your own SSH key:
        # 1. Generate a SSH key named identity:
        #      ssh-keygen -q -N "" -f ./identity
        # 2. Create a Kubernetes secret:
        #      kubectl -n nifi-registry create secret generic nifi-registry-git-deploy --from-file=./identity
        # 3. Don't check these key files into your Git repository! Once you've created
        #    the Kubernetes secret, Delete the private key:
        #      rm ./identity
        # 4. Add ./identity.pub as a deployment key with write access in your Git repo
        # 5. Set the secret name (default: nifi-registry-git-deploy) below
        secretName:
        # Global Git configuration See https://git-scm.com/docs/git-config for more details.
        config:
          enabled: false
          secretName: ""
          data: ""
          # data: |
          #   [credential "https://github.com"]
          #           username = foo
      postgres:
        enabled: false
        driverURL: https://jdbc.postgresql.org/download/
        fileName: postgresql-42.2.6.jar
        driverClass: org.postgresql.Driver
        url: jdbc:postgresql://localhost/nifireg
        username: nifitest
        password: nifitest
        ## Add values for the nifi-registry here
        ## ref: https://github.com/dysnix/charts/blob/main/dysnix/nifi-registry/values.yaml

Regards

from charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.