GitHub user ijokarumawak opened a pull request:
https://github.com/apache/nifi/pull/497
NIFI-1857: HTTPS Site-to-Site
Hi,
I've squashed #423 with the latest master, to add proxy auth and better
connection management. However, I haven't done tests with the latest clustering
model which doesn't use NCM.
- Enable HTTP(S) for Site-to-Site communication
- Support HTTP Proxy in the middle of local and remote NiFi
- Support BASIC and DIGEST auth with Proxy Server
- Provide 2-phase style commit same as existing socket version
- [WIP] Test with the latest cluster env (without NCM) hasn't tested yet
Details are also written in [NiFi Feature
Proposals](https://cwiki.apache.org/confluence/x/v628Aw).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ijokarumawak/nifi nifi-1857-ss
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/497.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #497
----
commit a3ddb24bbffdba31df5861439bf3ab03fcfc7bc4
Author: Koji Kawamura <[email protected]>
Date: 2016-06-06T13:19:26Z
NIFI-1857: HTTPS Site-to-Site
- Enable HTTP(S) for Site-to-Site communication
- Support HTTP Proxy in the middle of local and remote NiFi
- Support BASIC and DIGEST auth with Proxy Server
- Provide 2-phase style commit same as existing socket version
- [WIP] Test with the latest cluster env (without NCM) hasn't tested yet
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---