helm-nifi
helm-nifi copied to clipboard
Helm Chart for Apache Nifi
**Describe the bug** When I started celtic/nifi with replicationCount=# > 1, get error "Readiness probe failed: dial tcp 172.17.0.6:8080: connect: connection refused" and pods restarting itself over and over again....
**Describe the bug** `ca.enabled` causes issues when nifi pods need to restart **Version of Helm and Kubernetes**: n/a **What happened**: When enabling in the values.yml: ``` ca: enabled: true ```...
Hi, I am having from time to time the error: `Unable to validate the access token.` After crating the LB i´ve alrady changed the config to enable sticky session: ```...
STEPS TO REPRODUCE: 1. create a 2 replica cluster 2. randomly disconnect one of the nodes (on the cluster menu) 3. refresh the page until you see "Disconnected" on the...
Hi, I have a secured Nifi cluster and I am trying to set new Parameter context using Nifi CLI on any one of the Nifi nodes. No matter what common...
**Describe the bug** Can't login when accessing via nginx ingress (can login via localhost). I have my own ssl certificate in my ingress url so I guess it's related. **Version...
**Describe the bug** A clear and concise description of what the bug is. The result of "kubectl logs [pod name] user-log" RROR [NiFi Web Server-377] o.a.nifi.web.api.config.ThrowableMapper An unexpected error has...
#### What this PR does / why we need it: This adds the ability to configure the User and Group search scope for LDAP based authentication. #### Which issue this...
**Describe the bug** Using Helm NiFi v1.1.1, I deployed nifi in cluster mode with 3 nodes. I configured NiFi to use keycloak for user authentication. All certificated are generated and...