Member since
12-21-2022
3
Posts
0
Kudos Received
0
Solutions
11-06-2023
06:28 AM
@MattWho Thanks for the response. We are using Nifi 1.21.0 version and we are using it internally in our application. Hence, we are currently planning to have Single-User-Authorizer as of now. In future, we will go for authentication provider. Is there any way to change that 8hours expiration time? And what is the time of expiration I get from the api - /access/token/expiration?. The token is not getting expired with the time we get from that api.
... View more
11-05-2023
09:54 PM
Hi, We are trying to authenticate Nifi with single-user-authorizer using the auto-generated username and password itself. We thought of changing the token expiration time. But, we couldn't find any configuration for token expiration for this default authentication. There is an api which gives the expiation time of the token but the token is still active even after the expiration time we got from the api. Is there any configuration to change the duration of active token? Or Is there a way to get the actual token expiration time? Where can I find the document for working of token expiration for nifi default authentication?
... View more
Labels:
- Labels:
-
Apache NiFi
12-21-2022
04:47 AM
We are looking to invoke any https API urls from Nifi using InvokeHTTP processor. Configuration Done: Invokehttp Processor: SSL Context Service: Tried configuring the Java certs file for the Truststore filename. Exception: Processor throws exception saying, InvokeHTTP Routing to Failure due to exception: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target ↳ causes: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target ↳ causes: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Any help will be much appreciated
... View more
Labels:
- Labels:
-
Apache NiFi