Skip to content

peetkes/nifi-http-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 with NTLM authentication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages