Apache NIFI REST API (jwt) access via Apache Knox gateway
问题 I am looking for resources to configure Apache KNOXTOKEN service to access Apache NIFI REST API. I already have KNOXSSO configured, and am able to access the NIFI UI through it. However, I could not find resources to make NIFI REST services securely accessible via Curl and JWT. Pointers appreciated. 回答1: Minor tweak to the other suggestion here... When integrating with KnoxSSO, NiFi accepts the Knox JWT token in a cookie. By default, I believe this cookie is named hadoop-jwt . If you're