Member since
06-16-2020
7
Posts
0
Kudos Received
0
Solutions
01-20-2023
07:21 AM
I am trying to use kerberos authentication to hit a CM REST API endpoint. It keeps responding back with 401 Unauthorized and all the examples I have seen uses basic auth. Does anyone know if this possible and give an example of how it could be done?
... View more
Labels:
- Labels:
-
Cloudera Manager
12-13-2022
07:11 AM
Every minute there is an annoying ranger audit log in our current cluster where anonymous is trying to access the /flow. The client IP address is the same address as the NiFi node itself so it seems like the server itself is trying to access /flow but can't. Has anyone seen this before?
... View more
Labels:
- Labels:
-
Apache NiFi
-
NiFi Registry
11-21-2022
01:51 PM
Where can I see a list of all the processors that will load NiFi's content into memory?
... View more
Labels:
- Labels:
-
Apache NiFi
11-10-2022
09:20 AM
I understand NiFi stores its FlowFile attributes in memory and large attributes are not recommended because it takes up space in the JVM. What I am having trouble grasping is the consequences. Can someone explain different use cases what could happen and also, how long those attributes are stored in memory for?
... View more
Labels:
- Labels:
-
Apache NiFi
10-26-2022
08:37 AM
I am using the importPoliciesFromFile API call but see it deletes and creates the policies. Will this cause any impact on authorization if someone hits the api at the same time or is this API synchronous? By synchronous I mean, does it stop all other code execution and user interaction until the call returns?
... View more
Labels:
10-18-2022
09:07 AM
Hello, I am trying to replicate ranger policies from one instance of ranger to another. I know there is an api call called - /plugins/policies/importPoliciesFromFile I found that's good for the initial migration of all of them but when it comes to the inserts, updates, and deletes after that what's the best way to handle that? If I use the same call, it will overwrite the previous policies which isn't what I want.
... View more
Labels:
- Labels:
-
Apache Ranger