Replies: 4 comments 2 replies
-
Hi @jusch23, thank you for the input.
We will investigate and update here accordingly. Sorry for the troubles! Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi @jusch23, Regarding question 2: Your user should be the admin user. You can add other users and policies and grant yourself access to whatever you need. Starting with an empty canvas (where you can not do alot): Right click the canvas and select You can now create a policy for your user (e.g. view/modify component), this should support autocomplete: And same for modify component: Then you should be able to create processors, process groups etc.: You can e.g. revoke your rights to view / modify a (sub) process group as well. This should be sufficient for testing. It will get more user friendly with OPA/Ranger integrationen hopefully. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I think I ran into the same issue where my ldap bind user does not have admin permissions. Was there any solution around this? |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am currently trying to configure LDAP authentication for apache nifi (using active directory as ldap directory). The basic configuration works and I can login with my personal user, who is not authorized to see anything (as expected).
However, the create-reporting-task job fails using ldap authentication, getting log output similar to this (example ldap bind user:
"CN=myldapbinduser,OU=myou1,OU=my users,OU=myou2,DC=mycompany,DC=de"
):The CN of the ldap bind user does contain whitespaces and I wonder if this is considered in the container command building process?
So I need some help regarding the following two questions:
-u $(...)
should be-u "$(...)"
to ensure that the python script does get a single argument.Thanks a lot for any help :)
Beta Was this translation helpful? Give feedback.
All reactions