You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by ijokarumawak <gi...@git.apache.org> on 2018/05/16 04:56:12 UTC

[GitHub] nifi issue #2094: NIFI-4198 *ElasticsearchHttp processors do not expose Prox...

Github user ijokarumawak commented on the issue:

    https://github.com/apache/nifi/pull/2094
  
    @mattyb149 I was able to use a Proxy server with basic authentication without issue. I wonder if your Nginx can be used as a forward proxy. Nginx is generally used as a reverse proxy which resides on the server side and routes incoming client requests into backend server applications. While forward proxy tends to be in the client side network to go through company firewall ... etc.
    https://stackoverflow.com/questions/46060028/how-to-use-nginx-as-forward-proxy-for-any-requested-location
    
    @arunma The code LGTM, except, I believe the proxy username/password property descriptor should support variable registry EL. I'm going to add EL support and merge this. Thanks!


---