Re: How to manage security artifacts from a custom processor

2022-07-06 Thread Mike Thomsen
> However, where/how do I install the certificates I'll be given for use? The JDK keytool can be used to create the JKS artifacts you need. On Tue, Jul 5, 2022 at 11:33 PM Russell Bateman wrote: > > I appreciate the responses. I will try out the canonical > /StandardSSLContextService/ first

Re: How to manage security artifacts from a custom processor

2022-07-05 Thread Russell Bateman
I appreciate the responses. I will try out the canonical /StandardSSLContextService/ first (since that's what I am using with Kafka), then imitate the other sample depending. However, where/how do I install the certificates I'll be given for use? I would expect something for certain

Re: How to manage security artifacts from a custom processor

2022-07-05 Thread Mike Thomsen
> > > > > From: Russell Bateman > Reply: dev@nifi.apache.org > Date: July 5, 2022 at 18:30:46 > To: NiFi Developers List > Subject: How to manage security artifacts from a custom processor > > From a custom processor, I intend to interface with a third-party >

Re: How to manage security artifacts from a custom processor

2022-07-05 Thread Otto Fowler
@nifi.apache.org Date: July 5, 2022 at 18:30:46 To: NiFi Developers List Subject: How to manage security artifacts from a custom processor >From a custom processor, I intend to interface with a third-party br/>servicee (via simple HTTP client), however, I would need as I understand br//>it to a)

How to manage security artifacts from a custom processor

2022-07-05 Thread Russell Bateman
From a custom processor, I intend to interface with a third-party service (via simple HTTP client), however, I would need as I understand it to a) maintain a private key by which I can identify myself to that third-party service and b) maintain a trusted-store certificate by which I