<?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 SSL - Insufficient Permissions : Untrusted proxy in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/347382#M235144</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Sorry did not notice your reply.&lt;/P&gt;&lt;P&gt;nifi-users.log :&lt;/P&gt;&lt;P&gt;nifi-user_2022-06-03.log:2022-06-03 16:33:07,833 WARN [NiFi Web Server-19] o.a.n.w.s.NiFiAuthenticationFilter Authentication Failed x.x.x.x GET &lt;A href="https://in0d5nif1-adm.mydomain.com:9091/nifi-api/flow/current-user" target="_blank" rel="noopener"&gt;https://nif1-adm.mydomain.com:9091/nifi-api/flow/current-user&lt;/A&gt; [Untrusted proxy CN=nif1-adm.mydomain.com, OU=NIFI]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried with the 3 members of the cluster, resulting in the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Keystore :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;keytool -v -list -keystore keystore.jks
Enter keystore password:
Keystore type: JKS
Keystore provider: SUN

Your keystore contains 1 entry

Alias name: nifi-key
Creation date: Jul 12, 2022
Entry type: PrivateKeyEntry
Certificate chain length: 2
Certificate[1]:
Owner: CN=nif1-adm.mydomain.com, OU=NIFI
Issuer: CN=amb1.mydomain.com, OU=NIFI&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jul 2022 12:38:01 GMT</pubDate>
    <dc:creator>VinceSailor</dc:creator>
    <dc:date>2022-07-12T12:38:01Z</dc:date>
    <item>
      <title>Nifi SSL - Insufficient Permissions : Untrusted proxy</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/346224#M234806</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm upgrading a Nifi cluster (managed by ambri) to v1.15.3, therefore I have to secure it and activate ssl. I followed the installation steps from the official documentations, generated certificates (using Ambari Certificate Authority), and configured the Node Identities in Ambari. Still I have the "Untrusted proxy" error when I try to reach Nifi web interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my configuration :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Nifi hosts as declared in Ambari :&lt;UL&gt;&lt;LI&gt;nif1.mydomain.com&lt;/LI&gt;&lt;LI&gt;nif2.mydomain.com&lt;/LI&gt;&lt;LI&gt;nif3.mydomain.com&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;I'm accessing them (ssh &amp;amp; https) using other FQDNs, which I used to generate the certificates :&lt;UL&gt;&lt;LI&gt;nif1-adm.mydomain.com&lt;/LI&gt;&lt;LI&gt;nif2-adm.mydomain.com&lt;/LI&gt;&lt;LI&gt;nif3-adm.mydomain.com&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;authorizers.xml&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;authorizers&amp;gt;


            &amp;lt;userGroupProvider&amp;gt;
            &amp;lt;identifier&amp;gt;file-user-group-provider&amp;lt;/identifier&amp;gt;
            &amp;lt;class&amp;gt;org.apache.nifi.authorization.FileUserGroupProvider&amp;lt;/class&amp;gt;
            &amp;lt;property name="Users File"&amp;gt;./conf/users.xml&amp;lt;/property&amp;gt;
            &amp;lt;property name="Legacy Authorized Users File" /&amp;gt;
            &amp;lt;property name="Initial User Identity 0"&amp;gt;CN=admin, OU=NIFI&amp;lt;/property&amp;gt;

&amp;lt;property name="Initial User Identity 1"&amp;gt;CN=nif1-adm.mydomain.com, OU=NIFI&amp;lt;/property&amp;gt;
&amp;lt;property name="Initial User Identity 2"&amp;gt;CN=nif2-adm.mydomain.com, OU=NIFI&amp;lt;/property&amp;gt;
&amp;lt;property name="Initial User Identity 3"&amp;gt;CN=nif3-adm.mydomain.com, OU=NIFI&amp;lt;/property&amp;gt;
            &amp;lt;/userGroupProvider&amp;gt;

            &amp;lt;accessPolicyProvider&amp;gt;
            &amp;lt;identifier&amp;gt;file-access-policy-provider&amp;lt;/identifier&amp;gt;
            &amp;lt;class&amp;gt;org.apache.nifi.authorization.FileAccessPolicyProvider&amp;lt;/class&amp;gt;
            &amp;lt;property name="User Group Provider"&amp;gt;file-user-group-provider&amp;lt;/property&amp;gt;
            &amp;lt;property name="Authorizations File"&amp;gt;./conf/authorizations.xml&amp;lt;/property&amp;gt;
            &amp;lt;property name="Initial Admin Identity"&amp;gt;CN=admin, OU=NIFI&amp;lt;/property&amp;gt;
            &amp;lt;property name="Legacy Authorized Users File" /&amp;gt;

&amp;lt;property name="Node Identity 1"&amp;gt;CN=nif1-adm.mydomain.com, OU=NIFI&amp;lt;/property&amp;gt;
&amp;lt;property name="Node Identity 2"&amp;gt;CN=nif2-adm.mydomain.com, OU=NIFI&amp;lt;/property&amp;gt;
&amp;lt;property name="Node Identity 3"&amp;gt;CN=nif3-adm.mydomain.com, OU=NIFI&amp;lt;/property&amp;gt;
            &amp;lt;/accessPolicyProvider&amp;gt;

            &amp;lt;authorizer&amp;gt;
            &amp;lt;identifier&amp;gt;file-provider&amp;lt;/identifier&amp;gt;
            &amp;lt;class&amp;gt;org.apache.nifi.authorization.StandardManagedAuthorizer&amp;lt;/class&amp;gt;
            &amp;lt;property name="Access Policy Provider"&amp;gt;file-access-policy-provider&amp;lt;/property&amp;gt;

            &amp;lt;/authorizer&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;users.xml&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;
&amp;lt;tenants&amp;gt;
    &amp;lt;groups/&amp;gt;
    &amp;lt;users&amp;gt;
        &amp;lt;user identifier="7b93594a-ab1f-3a6e-acfc-37b3297e142e" identity="CN=nif2-adm.mydomain.com, OU=NIFI"/&amp;gt;
        &amp;lt;user identifier="47c717db-75da-3d54-8ab3-1731497291c7" identity="CN=admin, OU=NIFI"/&amp;gt;
        &amp;lt;user identifier="af25d6b7-7c85-302d-9e7a-6323c0954fe2" identity="CN=nif3-adm.mydomain.com, OU=NIFI"/&amp;gt;
        &amp;lt;user identifier="b6942adc-1981-3c0e-b18a-a4e434ae5c85" identity="CN=nif1-adm.mydomain.com, OU=NIFI"/&amp;gt;
    &amp;lt;/users&amp;gt;
&amp;lt;/tenants&amp;gt;

&lt;/LI-CODE&gt;&lt;P&gt;authorizations.xml&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&amp;gt;
&amp;lt;authorizations&amp;gt;
    &amp;lt;policies&amp;gt;
        &amp;lt;policy identifier="f99bccd1-a30e-3e4a-98a2-dbc708edc67f" resource="/flow" action="R"&amp;gt;
            &amp;lt;user identifier="47c717db-75da-3d54-8ab3-1731497291c7"/&amp;gt;
        &amp;lt;/policy&amp;gt;
        &amp;lt;policy identifier="260562db-2b2b-390b-8145-b5d7c772f16c" resource="/data/process-groups/296adb65-017d-10                                                                                                                            00-9a99-58089f2f0766" action="R"&amp;gt;
            &amp;lt;user identifier="47c717db-75da-3d54-8ab3-1731497291c7"/&amp;gt;
            &amp;lt;user identifier="7b93594a-ab1f-3a6e-acfc-37b3297e142e"/&amp;gt;
            &amp;lt;user identifier="af25d6b7-7c85-302d-9e7a-6323c0954fe2"/&amp;gt;
            &amp;lt;user identifier="b6942adc-1981-3c0e-b18a-a4e434ae5c85"/&amp;gt;
        &amp;lt;/policy&amp;gt;
        &amp;lt;policy identifier="b77d6f8f-ceb3-3131-8973-9cc5c6ccb566" resource="/data/process-groups/296adb65-017d-10                                                                                                                            00-9a99-58089f2f0766" action="W"&amp;gt;
            &amp;lt;user identifier="47c717db-75da-3d54-8ab3-1731497291c7"/&amp;gt;
            &amp;lt;user identifier="7b93594a-ab1f-3a6e-acfc-37b3297e142e"/&amp;gt;
            &amp;lt;user identifier="af25d6b7-7c85-302d-9e7a-6323c0954fe2"/&amp;gt;
            &amp;lt;user identifier="b6942adc-1981-3c0e-b18a-a4e434ae5c85"/&amp;gt;
        &amp;lt;/policy&amp;gt;
        &amp;lt;policy identifier="d9966a39-db8d-3533-b6e5-c4e18045f1d0" resource="/process-groups/296adb65-017d-1000-9a                                                                                                                            99-58089f2f0766" action="R"&amp;gt;
            &amp;lt;user identifier="47c717db-75da-3d54-8ab3-1731497291c7"/&amp;gt;
        &amp;lt;/policy&amp;gt;
        &amp;lt;policy identifier="68a09709-f44f-3b57-912d-96295e1574bf" resource="/process-groups/296adb65-017d-1000-9a                                                                                                                            99-58089f2f0766" action="W"&amp;gt;
            &amp;lt;user identifier="47c717db-75da-3d54-8ab3-1731497291c7"/&amp;gt;
        &amp;lt;/policy&amp;gt;
        &amp;lt;policy identifier="b8775bd4-704a-34c6-987b-84f2daf7a515" resource="/restricted-components" action="W"&amp;gt;
            &amp;lt;user identifier="47c717db-75da-3d54-8ab3-1731497291c7"/&amp;gt;
        &amp;lt;/policy&amp;gt;
        &amp;lt;policy identifier="627410be-1717-35b4-a06f-e9362b89e0b7" resource="/tenants" action="R"&amp;gt;
            &amp;lt;user identifier="47c717db-75da-3d54-8ab3-1731497291c7"/&amp;gt;
        &amp;lt;/policy&amp;gt;
        &amp;lt;policy identifier="15e4e0bd-cb28-34fd-8587-f8d15162cba5" resource="/tenants" action="W"&amp;gt;
            &amp;lt;user identifier="47c717db-75da-3d54-8ab3-1731497291c7"/&amp;gt;
        &amp;lt;/policy&amp;gt;
        &amp;lt;policy identifier="ff96062a-fa99-36dc-9942-0f6442ae7212" resource="/policies" action="R"&amp;gt;
            &amp;lt;user identifier="47c717db-75da-3d54-8ab3-1731497291c7"/&amp;gt;
        &amp;lt;/policy&amp;gt;
        &amp;lt;policy identifier="ad99ea98-3af6-3561-ae27-5bf09e1d969d" resource="/policies" action="W"&amp;gt;
            &amp;lt;user identifier="47c717db-75da-3d54-8ab3-1731497291c7"/&amp;gt;
        &amp;lt;/policy&amp;gt;
        &amp;lt;policy identifier="2e1015cb-0fed-3005-8e0d-722311f21a03" resource="/controller" action="R"&amp;gt;
            &amp;lt;user identifier="47c717db-75da-3d54-8ab3-1731497291c7"/&amp;gt;
        &amp;lt;/policy&amp;gt;
        &amp;lt;policy identifier="c6322e6c-4cc1-3bcc-91b3-2ed2111674cf" resource="/controller" action="W"&amp;gt;
            &amp;lt;user identifier="47c717db-75da-3d54-8ab3-1731497291c7"/&amp;gt;
        &amp;lt;/policy&amp;gt;
        &amp;lt;policy identifier="287edf48-da72-359b-8f61-da5d4c45a270" resource="/proxy" action="W"&amp;gt;
            &amp;lt;user identifier="7b93594a-ab1f-3a6e-acfc-37b3297e142e"/&amp;gt;
            &amp;lt;user identifier="af25d6b7-7c85-302d-9e7a-6323c0954fe2"/&amp;gt;
            &amp;lt;user identifier="b6942adc-1981-3c0e-b18a-a4e434ae5c85"/&amp;gt;
        &amp;lt;/policy&amp;gt;
    &amp;lt;/policies&amp;gt;
&amp;lt;/authorizations&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;My 3 hosts have the /proxy Write permission, still I face the error message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect an issue with the mismatch between hostnames in Ambari and hostnames in Nifi, but can't find a workaround.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your support.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vincent.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 10:15:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/346224#M234806</guid>
      <dc:creator>VinceSailor</dc:creator>
      <dc:date>2022-06-23T10:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi SSL - Insufficient Permissions : Untrusted proxy</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/346322#M234837</link>
      <description>&lt;P&gt;Can you check in nifi-users.xml the authorization error? This will show us the principal which is trying to connect. It should be the owner of the certificate store into keystore.jks. Make sure that matches with the principals that are created into users.xml&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 20:44:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/346322#M234837</guid>
      <dc:creator>gtorres</dc:creator>
      <dc:date>2022-06-24T20:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi SSL - Insufficient Permissions : Untrusted proxy</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/346323#M234838</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/98735"&gt;@VinceSailor&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please share the full "untrusted proxy" message?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;André&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jun 2022 04:29:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/346323#M234838</guid>
      <dc:creator>araujo</dc:creator>
      <dc:date>2022-06-25T04:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi SSL - Insufficient Permissions : Untrusted proxy</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/346475#M234883</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/98735"&gt;@VinceSailor&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Check your nifi.properties file for an identity mapping pattern that contains a Java regex that matches on your DNs.&amp;nbsp; If one does match, the corresponding value is returned and passed to authorizer.&lt;BR /&gt;&lt;BR /&gt;so it might be possible your authorizer is only getting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;nif1-adm.mydomain.com&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;instead of:&lt;/P&gt;&lt;PRE&gt;CN=nif1-adm.mydomain.com, OU=NIFI&lt;/PRE&gt;&lt;P&gt;Thus resulting in your untrusted proxy exception.&lt;BR /&gt;That untrusted proxy error should include the exact identity string the authorizer was passed.&lt;BR /&gt;&lt;BR /&gt;If you found this response assisted with your query, please take a moment to login and click on "&lt;STRONG&gt;Accept as Solution&lt;/STRONG&gt;" below this post.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 18:12:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/346475#M234883</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2022-06-28T18:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi SSL - Insufficient Permissions : Untrusted proxy</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/347382#M235144</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Sorry did not notice your reply.&lt;/P&gt;&lt;P&gt;nifi-users.log :&lt;/P&gt;&lt;P&gt;nifi-user_2022-06-03.log:2022-06-03 16:33:07,833 WARN [NiFi Web Server-19] o.a.n.w.s.NiFiAuthenticationFilter Authentication Failed x.x.x.x GET &lt;A href="https://in0d5nif1-adm.mydomain.com:9091/nifi-api/flow/current-user" target="_blank" rel="noopener"&gt;https://nif1-adm.mydomain.com:9091/nifi-api/flow/current-user&lt;/A&gt; [Untrusted proxy CN=nif1-adm.mydomain.com, OU=NIFI]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried with the 3 members of the cluster, resulting in the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Keystore :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;keytool -v -list -keystore keystore.jks
Enter keystore password:
Keystore type: JKS
Keystore provider: SUN

Your keystore contains 1 entry

Alias name: nifi-key
Creation date: Jul 12, 2022
Entry type: PrivateKeyEntry
Certificate chain length: 2
Certificate[1]:
Owner: CN=nif1-adm.mydomain.com, OU=NIFI
Issuer: CN=amb1.mydomain.com, OU=NIFI&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks !&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 12:38:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/347382#M235144</guid>
      <dc:creator>VinceSailor</dc:creator>
      <dc:date>2022-07-12T12:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi SSL - Insufficient Permissions : Untrusted proxy</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/347408#M235151</link>
      <description>&lt;P&gt;Hello André,&lt;/P&gt;&lt;P&gt;Below is the error log :&lt;/P&gt;&lt;P&gt;nifi-user_2022-06-03.log:2022-06-03 16:33:07,833 WARN [NiFi Web Server-19] o.a.n.w.s.NiFiAuthenticationFilter Authentication Failed 10.97.225.179 GET &lt;A href="https://in0d5nif1-adm.mydomain.com:9091/nifi-api/flow/current-user" target="_blank" rel="noopener"&gt;https://nif1-adm.mydomain.com:9091/nifi-api/flow/current-user&lt;/A&gt; [Untrusted proxy CN=nif1-adm.mydomain.com, OU=NIFI]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached the screenshot :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nifi_untrusted_proxy.png" style="width: 640px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/34850iDD34A8C3916F49D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="nifi_untrusted_proxy.png" alt="nifi_untrusted_proxy.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 12:36:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/347408#M235151</guid>
      <dc:creator>VinceSailor</dc:creator>
      <dc:date>2022-07-12T12:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi SSL - Insufficient Permissions : Untrusted proxy</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/347485#M235185</link>
      <description>&lt;P&gt;Hello Matt,&lt;/P&gt;&lt;P&gt;Thank you ! this solved the error (now I'm facing another one, but will figure it out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ). For further reference I had to configure those 3 lines in nifi.properties :&lt;/P&gt;&lt;P&gt;nifi.security.identity.mapping.pattern.dn=^CN=(.*?), OU=(.*?)&lt;BR /&gt;nifi.security.identity.mapping.transform.dn=NONE&lt;BR /&gt;nifi.security.identity.mapping.value.dn=$1@$2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Vince.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 12:16:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Nifi-SSL-Insufficient-Permissions-Untrusted-proxy/m-p/347485#M235185</guid>
      <dc:creator>VinceSailor</dc:creator>
      <dc:date>2022-07-13T12:16:46Z</dc:date>
    </item>
  </channel>
</rss>

