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

2018-05-16 Thread arunma
Github user arunma commented on the issue:

https://github.com/apache/nifi/pull/2094
  
Thanks a lot @ijokarumawak and @mattyb149  Greatly appreciate it. 


---


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

2018-05-15 Thread ijokarumawak
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!


---


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

2018-03-26 Thread mattyb149
Github user mattyb149 commented on the issue:

https://github.com/apache/nifi/pull/2094
  
The code LGTM, but I am getting a 401 Unauthorized when trying to use my 
nginx proxy (with authentication). I put a debugger inside the 
proxyAuthenticator callback but it never gets called. I verified the proxy 
requires auth by using the browser to hit the proxy endpoint, it asks for 
user/pass then takes me to the base ES endpoint ("You know, for search"). I can 
hit other endpoints as well (individual docs, etc.) Any pointers on what I'm 
doing wrong?


---


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

2018-03-25 Thread arunma
Github user arunma commented on the issue:

https://github.com/apache/nifi/pull/2094
  
@mattyb149 Sorry to bother you. Whom do I bother to have this patch merged?


---


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

2017-10-10 Thread mattyb149
Github user mattyb149 commented on the issue:

https://github.com/apache/nifi/pull/2094
  
Do you mind rebasing against the latest master due to merge conflicts? 
Please and thanks!


---