Pedro Oliveira created NIFI-14147:
-------------------------------------
Summary: add support for JWT TOKEN to JettyWebSocketClient
controller
Key: NIFI-14147
URL: https://issues.apache.org/jira/browse/NIFI-14147
Project: Apache NiFi
Issue Type: Improvement
Components: Extensions
Reporter: Pedro Oliveira
Add support to JettyWebSocketClient Controller to use a JWT token when when
communicating with a server.
The token should be generated using a JWT Payload stored in a file.
To create the token it is necessary to add the following 3 properties:
"JWT Payload File Path" - Path of JWT Payload file
"JWT Signature Algorithm" - JWT Signature Algorithm to use
"JWT Secret Key" - JWT Secret Key to use
If these properties are defined the token will generated and sent in the HTTP
Authentication/Authorization Header of the HTTP requests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)