Mark Payne created NIFI-1309:
--------------------------------
Summary: Site-to-Site not automatically requesting an account
Key: NIFI-1309
URL: https://issues.apache.org/jira/browse/NIFI-1309
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Mark Payne
Fix For: 0.4.1
When a new Remote Process Group is added to the graph, if the system does not
have an account on the remote instance, and site-to-site is secure, NiFi should
automatically request a new account. This does not appear to be happening.
Instead, we see log messages indicating that an attempt was made to the wrong
URL:
2015-12-18 16:26:05,223 INFO [NiFi Web Server-58]
o.a.n.w.a.config.NotFoundExceptionMapper com.sun.jersey.api.NotFoundException:
null for uri: https://<hostname>:<port>/nifi-api//controller/users. Returning
Not Found response.
The /nifi-api//controller/users should be /nifi-api/controller/users
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)