Freedom9339 commented on PR #8505: URL: https://github.com/apache/nifi/pull/8505#issuecomment-2004127985
@exceptionfactory Thank you for the review. The SSL_CONTEXT_SERVICE property lives in AbstractAWSProcessor and can be used by any processor that uses it. The SSL context is added to the client here: https://github.com/apache/nifi/blob/129130fc0966fee6dfcf8fa514841ebc07045579/nifi-nar-bundles/nifi-aws-bundle/nifi-aws-abstract-processors/src/main/java/org/apache/nifi/processors/aws/v2/AbstractAwsProcessor.java#L318C9-L326C10 I have tested this using a custom truststore and keystore and the processors do use them when it is set. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
