Pradeep created NIFI-7161:
-----------------------------
Summary: Issue with token replication in the cluster.
Key: NIFI-7161
URL: https://issues.apache.org/jira/browse/NIFI-7161
Project: Apache NiFi
Issue Type: Bug
Components: Security
Affects Versions: 1.10.0
Reporter: Pradeep
*Scenario :* A cluster has been setup using the three node of the nifi. LDAP
has been been configured. The token has been generated and used to access the
api. In addition, the load balancer has been integrated with cluster with
round-robin algorithm.
*Problem :* While reusing the token with subsequent api call, it get failed.
Due to invalid token.
*Observation :* The load balancer using the round-robin algorithm where the
subsequent call has been forwarded the other nifi node in the cluster. Hence,
the token valid in the one nifi node is not valid to other node in the cluster.
*Logs : _"_*_Unable to validate the access token."_
--
This message was sent by Atlassian Jira
(v8.3.4#803005)