Member since
11-11-2020
13
Posts
2
Kudos Received
0
Solutions
12-26-2023
08:41 AM
Hi @MattWho thank you for your prompt response. I will try to add this onto Apache NIFI Jira as suggested. Thanks Ravi
... View more
12-22-2023
05:08 AM
Hi, We are currently working on scenario to connect to secured Rabbitmq server for consuming messages. We have used StandardSSLContextService for that purpose and configured both truststore and keystore properties. These certs are created specific to Rabbitmq connection. Everything is working fine as expected but the only issue we are facing is that when both keystore and truststore are expired and we need to update the certs currently the only way we see is to restart the server or controller service. But we would like to know if there is any other way the NIFI StandardSSLContextService can check if the cert is expired and if we provide a new keystore and truststore then it will reload the latest certs without the need for restarts. Any suggestions on this issue is greatly appreciated.
... View more
Labels:
- Labels:
-
Apache NiFi
08-10-2023
01:30 PM
Hi @MattWho, Thank you for your prompt response. The solution you have provided actually worked. thanks for your help!
... View more
08-10-2023
10:39 AM
Hi, Any suggestions on the above topic is greatly appreciated.
... View more
07-19-2023
07:12 AM
Hi Lorecrook5, Thank you for your reply. I have verified the OIDC configuration used for NIFI and toolkit. In case of NIFI I am able to login to UI using OIDC configuration without any issues. But when using toolkit commands especially when running "access-token" cli command from toolkit I am getting below error. "ERROR: Error executing command 'get-access-token' : Error performing login: Username/Password login not supported by this NiFi." So my question here is if there is any command or endpoint that NIFI provides to get the OIDC token which can be used as a bearer token to pass on to rest of the commands? Without the token we are not able to perform any operations using other commands. Appreciate your help on this. Thanks in advance.
... View more
06-21-2023
09:51 AM
Hi NIFI Team, We have currently installed NIFI with OIDC configuration which is working perfectly fine using the UI without any issues. But when using NIFI toolkit commands and providing Bearer token we are receiving ''Unauthorized error". Does NiFI provide any endpoint to get the OIDC Token separately which can then be used in the Toolkit commands? or please suggest if there is any other approach by which we can make a successful call to NIFI from Nifi Toolkit. Thanks in advance
... View more
Labels:
- Labels:
-
Apache NiFi
06-07-2023
04:07 PM
1 Kudo
Thank you Bryce. Appreciate your help in looking into this.
... View more
05-16-2023
03:59 PM
Hi Team, We are currently facing an issue in NIFI with OIDC as an authentication mechanism. Below is what we are seeing when NIFI URL redirects to OIDC(keycloak) url. OIDC works perfectly well with 1.20.0 version but when upgraded to 1.21.0 we are getting below error. ERROR: Unauthorized error="invalid_scope", error_description="Invalid scopes: openid address email web-origins profile user phone microprofile-jwt roles groups offline_access" Please suggest if there is any significant change made from 1.20.0 to 1.21.0 nifi oidc configuration which might have caused the issue. Appreciate your help in advance.
... View more
Labels:
- Labels:
-
Apache NiFi
09-01-2022
08:54 AM
Hi NIFI Team, We are fairly new to apache NIFI and planning to onboard it into our production environment soon. And we are actually in need of a dedicated professional from the Apache NIFI team who can support or troubleshoot in case of any issues. Please let us know where I can find the appropriate information for professional services provided by NIFI and its pricing. Thanks in advance!
... View more
Labels:
- Labels:
-
Apache NiFi
08-01-2022
03:13 PM
Hi Team, We are currently working on a project set up where we are using NIFI registry as a centralized location to store data and sync it from NIFI to Gitlab. When we try to commit the changes from NIFI to registry we do see the version flows getting reflected in the Registry Web UI but those version flows are not getting pushed to the upstream/remote branch in GitLab. <class>org.apache.nifi.registry.provider.flow.git.GitFlowPersistenceProvider</class> Above is the class that we are using for GitLab persistence in providers.xml configuration file. Any suggestions on this issue are greatly appreciated.
... View more
Labels:
- Labels:
-
NiFi Registry