Hi

I'm trying to deploy Nifi in Kubernetes with authentcation.

In Kubernetes, it is possible (and recommended in my organization) to
have SSL managed by cluster at edge route level. Which means request
seen by Nifi are http ones.

According to nifi documentation, it seems to imply no authentication is
possible in this case.

However, in our context, the X-Forwarded-Proto header is set (see
https://en.wikipedia.org/wiki/List_of_HTTP_header_fields#Common_non-standard_request_fields),
which could be used to enable authentication in HTTP.

So is it possible to do that ? And if so, how ?

Reply via email to