Re: Issue with Secured NiFi on kubernetes using Helm charts

2020-07-28 Thread Atul Wankhade
Thanks a million Sushil finally was able to get it up and running(With SSL). You just made my day, even though it's night time now :). After the tweaks you suggested, it worked all fine. Thanks again, Atul On Mon, Jul 27, 2020 at 11:49 PM Atul Wankhade wrote: > That's awesome, sure will t

Re: Issue with Secured NiFi on kubernetes using Helm charts

2020-07-27 Thread Atul Wankhade
i/values.yaml#L57-L64 > > There are helpful READMEs in project home as well as in the chart > directory. > FYI, this is not a production code, use at your own risk. > > Let me know if you have any questions. > > Thanks > Sushil Kumar > > On Mon, Jul 27, 2020

Re: Issue with Secured NiFi on kubernetes using Helm charts

2020-07-27 Thread Atul Wankhade
1 9766545790 On Sun, Jul 26, 2020 at 11:57 PM Sushil Kumar wrote: > Hello Atul > > I wrote the chart myself. > Cert generation pattern was similar to what you are trying. > I ran the server as a separate container, and generated client certs in > init-container. > > Thank

Re: Issue with Secured NiFi on kubernetes using Helm charts

2020-07-26 Thread Atul Wankhade
likely to be causing you a problem here. >> >> >> Cheers, >> >> Chris Sampson >> >> On Fri, 24 Jul 2020, 15:05 Atul Wankhade, >> wrote: >> >>> Chris I am trying what you have suggested, while passing the init >>> container para

Re: Issue with Secured NiFi on kubernetes using Helm charts

2020-07-24 Thread Atul Wankhade
ame: nifi-ca-cs namespace: nifi labels: app: nifi-ca spec: ports: - port: 8443 name: ca-client-port targetPort: 8443 selector: app: nifi-ca On Fri, Jul 24, 2020 at 10:13 AM Atul Wankhade wrote: > Hi Andy, > > Sorry for the confusion, Nifi is running insid

Re: Issue with Secured NiFi on kubernetes using Helm charts

2020-07-23 Thread Atul Wankhade
1]: > https://nifi.apache.org/docs/nifi-docs/html/toolkit-guide.html#client-server > [2]: https://kubernetes.io/docs/concepts/storage/volumes/#emptydir > [3]: https://github.com/jetstack/cert-manager > > > *Chris Sampson* > IT Consultant > chris.samp...@naimuri.com

Re: Issue with Secured NiFi on kubernetes using Helm charts

2020-07-23 Thread Atul Wankhade
t; *alopresto.apa...@gmail.com * > He/Him > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > On Jul 20, 2020, at 11:58 PM, Atul Wankhade > wrote: > > Hi All, > I am trying to install NiFi with SSL on Kubernetes using Helm(cetic/nifi), > Below

Issue with Secured NiFi on kubernetes using Helm charts

2020-07-21 Thread Atul Wankhade
-07-17 11:04:25,204 INFO [Thread-1] org.apache.nifi.NiFi Initiating shutdown of Jetty web server... 2020-07-17 11:04:25,214 INFO [Thread-1] o.eclipse.jetty.server.AbstractConnector Stopped ServerConnector@700f518a{SSL,[ssl, http/1.1]}{0.0.0.0:8443} 2020-07-17 11:04:25,214 INFO [Thread-1] org.eclipse.jetty.server.session node0 Stopped scavenging Any help to resolve this is appreciated. Atul Wankhade