Created 11-15-2016 07:27 AM
Hi All,
How to create Users in NIFI by default it has Administrator.
Thanks
Iyappan
Created on 11-15-2016 02:09 PM - edited 08-19-2019 05:07 AM
Adding new users to a secured NiFI 0.x / HDF 1.x version of NiFi can be done directly via the NIFi UI.
I am assuming you have already secured your NiFi and manually added the initial admin to the authorized-users.xml file.
Adding new users is pretty easy. Simply have the new user attempt to access the https web address for your nifi 0.7 install. After authenticating successfully (Done via client certs, ldap, etc), they will see a screen telling them they are not authorized for access and giving them the opportunity to request access. Once they request access, the "Admin" user who does have access to the UI will need need to go into the users UI by clicking on the below Icon which can be found in the upper right corner of the NiFi UI:
From within that UI you will see all existing users and any pending authorization users.
Simply click on the pencil icon to the right of any pending users to authorize them for 1 or more of the available user roles (Administrator, Dataflow Manger, Read Only, or Provenance).
The administration-guide included with your install can give you more details on each of the roles and what privileges each grants to the users.
Thanks,
Matt
Created 11-15-2016 07:29 AM
look for Configuring Users & Access Policies in https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html
Created 11-15-2016 10:19 AM
Created 11-15-2016 01:53 PM
@Iyappan Gopalakrishnan The link here references an administration-guide for NIFI 1.x baseline. The NIFI 0.x baseline is very different. I suggest reading the administration-guide that was bundled with your download version for more accurate information on adding and setting up new users.
Thanks,
Matt
Created on 11-15-2016 02:09 PM - edited 08-19-2019 05:07 AM
Adding new users to a secured NiFI 0.x / HDF 1.x version of NiFi can be done directly via the NIFi UI.
I am assuming you have already secured your NiFi and manually added the initial admin to the authorized-users.xml file.
Adding new users is pretty easy. Simply have the new user attempt to access the https web address for your nifi 0.7 install. After authenticating successfully (Done via client certs, ldap, etc), they will see a screen telling them they are not authorized for access and giving them the opportunity to request access. Once they request access, the "Admin" user who does have access to the UI will need need to go into the users UI by clicking on the below Icon which can be found in the upper right corner of the NiFi UI:
From within that UI you will see all existing users and any pending authorization users.
Simply click on the pencil icon to the right of any pending users to authorize them for 1 or more of the available user roles (Administrator, Dataflow Manger, Read Only, or Provenance).
The administration-guide included with your install can give you more details on each of the roles and what privileges each grants to the users.
Thanks,
Matt