Lehel Boér created NIFI-8639:
--------------------------------
Summary: Add custom header authentication to ConnectWebsocket
Key: NIFI-8639
URL: https://issues.apache.org/jira/browse/NIFI-8639
Project: Apache NiFi
Issue Type: Improvement
Reporter: Lehel Boér
Assignee: Lehel Boér
Currently, NiFi websocket processors use basic - username, password -
authentication. We shall extend the ConnectWebSocket processor with cookie
based authentication. In case of cookie based authentication a cookie string
can be added to the http header and a session ID as a part of the target url.
The session string becomes invalid after some time, and will get changed, so
the processor shall handle it dynamically and reconnect to the websocket with
the new one. E.g.: session ID:
ws://sample_dummy_socket/icws/*session1234*/user_activity.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)