You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Dheeraj Joshi (Jira)" <ji...@apache.org> on 2023/06/02 13:20:00 UTC

[jira] [Created] (NIFI-11632) Support authentication and authorization running Nifi on http inside service mesh

Dheeraj Joshi created NIFI-11632:
------------------------------------

             Summary: Support authentication and authorization running Nifi on http inside service mesh
                 Key: NIFI-11632
                 URL: https://issues.apache.org/jira/browse/NIFI-11632
             Project: Apache NiFi
          Issue Type: Improvement
    Affects Versions: 1.21.0
         Environment: Kubernetes with service mesh
            Reporter: Dheeraj Joshi


In service mesh deployments typically TLS is terminated at the envoy proxy and HTTP traffic is forwarded to the service. This eliminates the need for applications to handle TLS requirements

At present Nifi needs to be secure with HTTPS to perform the authentication and authorization. This is mainly due to various authentication methods supported in Nifi

When Nifi is deployed on a secured mesh Nifi could still run on HTTP while the HTTP is performed at the sidecar proxy

Hence, it is desired to enable authentication and authorization while Nifi is running  on HTTP 



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