You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Drew Mace (Jira)" <ji...@apache.org> on 2023/04/16 03:41:00 UTC

[jira] [Created] (NIFI-11452) Allow insecure calls in S3 processors

Drew Mace created NIFI-11452:
--------------------------------

             Summary: Allow insecure calls in S3 processors
                 Key: NIFI-11452
                 URL: https://issues.apache.org/jira/browse/NIFI-11452
             Project: Apache NiFi
          Issue Type: Improvement
    Affects Versions: 1.19.0
            Reporter: Drew Mace
             Fix For: 1.19.0


AWS S3 buckets are not just hosted by AWS proper, but other vendors expose their storage under the S3 protocol, such as NetApp.  In internal situations, companies may using internal CAs to sign the SSL certificate for those buckets.  AWS cli currently supports the use of the --no-verify-ssl flag to prevent verifying SSL certificates.

Implement a similar flag in the S3 processors to allow skipping SSL verification.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)