AlexTitovWork / nifi-http-processor

NiFi InvokeHTTP processor without SAM and CA test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache NiFi InvokeHTTP processor with NTLM authentication

This project creates a copy of the standrad InvokHTTP processor but adds the ability to authenticate agains NTLM when you need to communicate with eg a SharePoint SOAP service.

To build the nar file execute the following command:

mvn clean install

If you need this to be created offline you can set your local maven repo and zip up that folder for distribution

mvn -Dmaven.repo.local=/your/local/mvn/repo clean install

This command downloads all dependencies into folder /your/local/mvn/repo You can zip up this folder for distribution if you cannot work in connected mode.

This project is inspired by stackoverflow

About

NiFi InvokeHTTP processor without SAM and CA test


Languages

Language:Java 100.0%