<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: NIFI Can I have more than one admin user ? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/NIFI-Can-I-have-more-than-one-admin-user/m-p/375395#M242436</link>
    <description>&lt;P&gt;I appreciate the comprehensive response, Thanks .&lt;/P&gt;</description>
    <pubDate>Sun, 20 Aug 2023 08:06:33 GMT</pubDate>
    <dc:creator>edim2525</dc:creator>
    <dc:date>2023-08-20T08:06:33Z</dc:date>
    <item>
      <title>NIFI Can I have more than one admin user ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-Can-I-have-more-than-one-admin-user/m-p/375260#M242358</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Is there a way to have more than one Admin user in NIFI ?&lt;BR /&gt;How do you manage users/nodes,only with one user ?&lt;/P&gt;&lt;P&gt;I want additional NIFI user that will&amp;nbsp;add users and authorize them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edi&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 12:56:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-Can-I-have-more-than-one-admin-user/m-p/375260#M242358</guid>
      <dc:creator>edim2525</dc:creator>
      <dc:date>2023-08-16T12:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI Can I have more than one admin user ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-Can-I-have-more-than-one-admin-user/m-p/375330#M242399</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/106502"&gt;@edim2525&lt;/a&gt;, you can create multiple users which will have admin rights. To do that, have a look here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/td-p/339127" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/No-show-Users-and-Policies-in-Global-Menu/td-p/339127&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.cloudera.com/t5/Support-Questions/How-to-set-passwords-for-multiple-users-in-Apache-Nifi/td-p/367110" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/How-to-set-passwords-for-multiple-users-in-Apache-Nifi/td-p/367110&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user_authentication" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#user_authentication&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 13:31:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-Can-I-have-more-than-one-admin-user/m-p/375330#M242399</guid>
      <dc:creator>cotopaul</dc:creator>
      <dc:date>2023-08-17T13:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI Can I have more than one admin user ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-Can-I-have-more-than-one-admin-user/m-p/375335#M242402</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/106502"&gt;@edim2525&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Just to add to what&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103151"&gt;@cotopaul&lt;/a&gt;&amp;nbsp;already shared:&lt;BR /&gt;&lt;BR /&gt;Out-of-the-box NiFi install sets users up with a single user authorizer and single user login provider.&amp;nbsp; &amp;nbsp;These provider are not designed for production use, but where designed to allow for an easy out-of-the-box secure install of NiFi.&amp;nbsp; This default provider allows for only a single user with full unmanaged access to NiFi. See links provided by&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/103151"&gt;@cotopaul&lt;/a&gt;&amp;nbsp;for more info there.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Reconfiguring your out-of-the-box NiFi configuration to instead use a &lt;A href="https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#standardmanagedauthorizer" target="_self"&gt;managed authorizer&lt;/A&gt;&amp;nbsp;would then give you the ability to create various levels of authorization for different authenticated users.&amp;nbsp; The managed authorizer used a file-access-policy-provider and file-user-group-provider to create and seed the users.xml and authorizations.xml files upon first startup.&amp;nbsp; After these files exist, those two providers will not modify them via any config changes you make within the providers.&amp;nbsp; The initial user identity and initial admin defined in those providers will seed those files with the required authorization policies for that authenticated user to perform admin type actions (such as authorizing additional authenticated users against various NiFi policies.&amp;nbsp; NiFi does NOT have the ability to managed local users, this means that user authentication must be handled via an external method.&amp;nbsp; &amp;nbsp;The most commonly used method for user authentication are Mutual TLS using clientAuth certificate, ldap-provider (allowing user authentication via. uses ldap username and password), and kerberos based authentication (via Spnego or Kerberos-provider login provider).&lt;BR /&gt;&lt;BR /&gt;Once your NiFi is setup to support multi-user authentication and authorization, your "initial admin" will have ability to define additional user authorizations including those authorization your initial admin was pre-configured with.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;If you found that the provided solution(s) assisted you with your query, please take a moment to login and click&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;Accept as Solution&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;below each response that helped.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;Matt&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 16:37:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-Can-I-have-more-than-one-admin-user/m-p/375335#M242402</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2023-08-17T16:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: NIFI Can I have more than one admin user ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/NIFI-Can-I-have-more-than-one-admin-user/m-p/375395#M242436</link>
      <description>&lt;P&gt;I appreciate the comprehensive response, Thanks .&lt;/P&gt;</description>
      <pubDate>Sun, 20 Aug 2023 08:06:33 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/NIFI-Can-I-have-more-than-one-admin-user/m-p/375395#M242436</guid>
      <dc:creator>edim2525</dc:creator>
      <dc:date>2023-08-20T08:06:33Z</dc:date>
    </item>
  </channel>
</rss>

