Apache Knox
To enable authentication via Apache Knox the following properties must be configured in nifi.properties.
Property Name | Description |
---|---|
|
Optional. A comma separate listed of allowed audiences. If set, the audience in the token must be present in this listing. The audience that is populated in the token can be configured in Knox. |
|
The URL for the Apache Knox login page. |
|
The path to the Apache Knox public key that will be used to verify the signatures of the authentication tokens in the HTTP Cookie. |
|
The name of the HTTP Cookie that Apache Knox will generate after successful login. |