Hey guys,

Just a quick one to see if you have any ideas with regards to enabling access 
to NiFi’s REST API from a different domain?  I’m currently developing a 
simplified interface for the average user so that they can stop and start 
processes etc. and all was working really well until I needed to introduce 
certificates.  Applying certificate authentication to NiFi is relatively 
straight forward thanks to your documentation so all good there.

The environment I’m working with at the moment is hosting my Angular 
application on IIS and passing the API calls to NiFi via a URL rewrite, which 
was fine until I needed to use certificates.  I should note that the production 
environment is not IIS so for simplicity I’d like to solve the problem with 
NiFi accepting requests from other domains if possible.

I tried to update the Jetty server manually but it looks like NiFi blows this 
away every time it starts.  Is it possible to configure this somewhere so when 
NiFi refreshes it can accept requests from different domains?  Another 
alternative (which may not be supported) was to somehow deploy my Angular app 
to NiFi’s Jetty server but as NiFi refreshes its files on restart, it looks 
like this isn’t possible either.

Thanks in advance,

Terry Walsh

Reply via email to