Member since
11-21-2022
2
Posts
0
Kudos Received
0
Solutions
03-01-2023
09:44 AM
1 Kudo
@bmoisson @Sumit6620 When you authenticate via NiFi, there is both a client JWT token generated and a server side key generated on the node on which the authentication was performed. That Client JWT token can then be used to perform calls to rest-api endpoints on that node only for which that client is authorized. When you are obtaining your JWT token from an external authentication endpoint, NiFi won't have the server side token need to validate that token and thus rejects that token. You can find the various methods of authentication that can be configured in Apache NiFi here: https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user_authentication If you found that the provided solution(s) assisted you with your query, please take a moment to login and click Accept as Solution below each response that helped. Thank you, Matt
... View more
11-21-2022
12:15 AM
Hi, I am using the PublishKafka processor in nifi to publish JSON data in Kafka. I want to set Kafka Server and topic name details from attribute values. I am not able to do this. Its giving "no resolvable bootstrap urls given in bootstrap.servers " error. Only hardcoded values of the Kafka server and the topic name is working. I am getting the below error.
... View more
Labels:
- Labels:
-
Apache NiFi