<?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 securing secrets when using Nifi PutIceberg Processor in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/securing-secrets-when-using-Nifi-PutIceberg-Processor/m-p/386388#M246027</link>
    <description>&lt;P&gt;I use the PutIcebergProcessor to write data to my data lake. Therefore I need to specify a HiveCatalogService. This Service needs HadoopConfigurationResources. This parameter is a path to an xml file containing the credentials to the S3 where the Iceberg files are stored.&lt;/P&gt;&lt;P&gt;My Problem with this, that some content of this file is supposed to be secret to the users interacting with the nifi ui. However, as soon as a UI user knows this path, he can simply use ExecuteProcess Processor to retrieve those information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to keep those information safe?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reference:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://nifi.apache.org/documentation/nifi-2.0.0-M2/components/org.apache.nifi/nifi-iceberg-services-nar/2.0.0-M2/org.apache.nifi.services.iceberg.HiveCatalogService/index.html" target="_self"&gt;HiveCatalogService&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://nifi.apache.org/documentation/nifi-2.0.0-M2/components/org.apache.nifi/nifi-iceberg-processors-nar/2.0.0-M2/org.apache.nifi.processors.iceberg.PutIceberg/index.html" target="_self"&gt;PutIceberg&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
    <pubDate>Thu, 11 Apr 2024 06:54:19 GMT</pubDate>
    <dc:creator>jnk32</dc:creator>
    <dc:date>2024-04-11T06:54:19Z</dc:date>
    <item>
      <title>securing secrets when using Nifi PutIceberg Processor</title>
      <link>https://community.cloudera.com/t5/Support-Questions/securing-secrets-when-using-Nifi-PutIceberg-Processor/m-p/386388#M246027</link>
      <description>&lt;P&gt;I use the PutIcebergProcessor to write data to my data lake. Therefore I need to specify a HiveCatalogService. This Service needs HadoopConfigurationResources. This parameter is a path to an xml file containing the credentials to the S3 where the Iceberg files are stored.&lt;/P&gt;&lt;P&gt;My Problem with this, that some content of this file is supposed to be secret to the users interacting with the nifi ui. However, as soon as a UI user knows this path, he can simply use ExecuteProcess Processor to retrieve those information.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to keep those information safe?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Reference:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://nifi.apache.org/documentation/nifi-2.0.0-M2/components/org.apache.nifi/nifi-iceberg-services-nar/2.0.0-M2/org.apache.nifi.services.iceberg.HiveCatalogService/index.html" target="_self"&gt;HiveCatalogService&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://nifi.apache.org/documentation/nifi-2.0.0-M2/components/org.apache.nifi/nifi-iceberg-processors-nar/2.0.0-M2/org.apache.nifi.processors.iceberg.PutIceberg/index.html" target="_self"&gt;PutIceberg&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Thu, 11 Apr 2024 06:54:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/securing-secrets-when-using-Nifi-PutIceberg-Processor/m-p/386388#M246027</guid>
      <dc:creator>jnk32</dc:creator>
      <dc:date>2024-04-11T06:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: securing secrets when using Nifi PutIceberg Processor</title>
      <link>https://community.cloudera.com/t5/Support-Questions/securing-secrets-when-using-Nifi-PutIceberg-Processor/m-p/386565#M246076</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ExecuteProcessor is a restricted type of processor that prevents the user from using it and reading anything from the NiFi filesystem path. you can stop users from accessing processors that are&amp;nbsp;restricted, Please refer to the following link to know more.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Community-Articles/NiFi-Restricted-Components-Policy-Descriptions/ta-p/249157" target="_blank"&gt;https://community.cloudera.com/t5/Community-Articles/NiFi-Restricted-Components-Policy-Descriptions/ta-p/249157&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 13:08:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/securing-secrets-when-using-Nifi-PutIceberg-Processor/m-p/386565#M246076</guid>
      <dc:creator>ckumar</dc:creator>
      <dc:date>2024-04-15T13:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: securing secrets when using Nifi PutIceberg Processor</title>
      <link>https://community.cloudera.com/t5/Support-Questions/securing-secrets-when-using-Nifi-PutIceberg-Processor/m-p/386637#M246094</link>
      <description>&lt;P&gt;I agree with ckumar's point and there is one more thing you could do if it makes you feel safer.&lt;BR /&gt;You could put the&amp;nbsp;&lt;SPAN&gt;HadoopConfigurationResources file path string into a sensitive parameter and refer to the that parameter (using #{paramname}) in the&amp;nbsp;HiveCatalogService property.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 02:33:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/securing-secrets-when-using-Nifi-PutIceberg-Processor/m-p/386637#M246094</guid>
      <dc:creator>Jim_Steinebrey</dc:creator>
      <dc:date>2024-04-16T02:33:06Z</dc:date>
    </item>
  </channel>
</rss>

