- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Nifi autherization using Ldap
- Labels:
-
Apache NiFi
Created 01-30-2018 01:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi team ,
In our environment we are using Nifi 1.2.0 in HDF 3. We used Ambari for installation and configuration . We are not installed Nifi CA Certificate authority . We integrated Nifi with AD .
In this scenario how can we create a Initial Admin Identity . Due to this we are not able to login to Nifi UI
Regards
Laiju
Created 01-30-2018 03:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can set the Initial Admin identity to the identity of one of your LDAP users.
The value will be dependent on how you have configured NiFi's LDAP login-identity-provider.
<property name="Identity Strategy">USE_DN</property>
If Identity Strategy is USE_DN, then the Initial Admin value should be the full DN from LDAP.
If Identity Strategy is USE_USERNAME, then the Initial Admin value should be just the username.
You may also need to shutdown NiFi, and manually remove /var/lib/nifi/conf/users.xml and /var/lib/nifi/conf/authorizations.xml from each node, because NiFi only makes use of the Initial Admin when there are no other users/groups/policies defined.
Created 01-30-2018 03:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can set the Initial Admin identity to the identity of one of your LDAP users.
The value will be dependent on how you have configured NiFi's LDAP login-identity-provider.
<property name="Identity Strategy">USE_DN</property>
If Identity Strategy is USE_DN, then the Initial Admin value should be the full DN from LDAP.
If Identity Strategy is USE_USERNAME, then the Initial Admin value should be just the username.
You may also need to shutdown NiFi, and manually remove /var/lib/nifi/conf/users.xml and /var/lib/nifi/conf/authorizations.xml from each node, because NiFi only makes use of the Initial Admin when there are no other users/groups/policies defined.
Created 02-01-2018 10:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Bryan ,
Thanks a lot for your help . It worked perfectly .
