GithubHelp home page GithubHelp logo

kevdoran / flowops Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 3.0 28 KB

Automated, repeatable tasks for NiFi data flow operations

Home Page: https://hub.docker.com/r/kevdoran/flowops/

License: Apache License 2.0

Dockerfile 27.48% Shell 72.52%

flowops's People

Contributors

kevdoran avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

flowops's Issues

docker compse is not picking up security information

Hi ,

Im having a hard time making the yaml file work. I followed your template to setup a secure TLS nifi instance but I keep getting the nifi instance on default HTTP port 8080. not sure what Im doing wrong. Can you please help? Here is my yml file:

version: "3.5"
services:
    nifi:
        image: apache/nifi:latest
        container_name: nifi
        restart: unless-stopped
        network_mode: bridge
        ports:
            - "8443:8443"
        volumes:
            - /certs:/opt/certs
  
        environment:
            NIFI_WEB_HTTPS_HOST: '0.0.0.0'
            NIFI_WEB_HTTPS_PORT: 8443
            KEYSTORE_PATH: '/opt/certs/keystore.jks'
            KEYSTORE_PASSWORD: 'KEYSTOREPASSWORD'
            KEYSTORE_TYPE: JKS
            KEY_PASSWORD: 'KEYSTOREPASSWORD'
            TRUSTSTORE_PATH: '/opt/certs/truststore.jks'
            TRUSTSTORE_PASSWORD: 'TRUSTSTOREPASSWORD'
            TRUSTSTORE_TYPE: JKS
            INITIAL_ADMIN_IDENTITY: 'CN=my_user, OU=NiFi'
      

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.