<?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>topic Re: Importing credentails in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Importing-credentails/m-p/11934#M2449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinhaa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply. I was looking for import of credentials from a file , where we can enter the storage name and then the credentials so it can import from there to the WFA.&lt;/P&gt;&lt;P&gt;Your suggested method is really good , Will it work from character say ABC* ( ABCA to ABCZ ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2014 14:11:17 GMT</pubDate>
    <dc:creator>aselvan</dc:creator>
    <dc:date>2014-05-20T14:11:17Z</dc:date>
    <item>
      <title>Importing credentails</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Importing-credentails/m-p/11926#M2446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have around 200+ filers in the environment. Is there a way to import the credentials to the WFA rather than adding them one by up.&lt;/P&gt;&lt;P&gt;your help is much appreciated !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aravindhan Selvan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:35:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Importing-credentails/m-p/11926#M2446</guid>
      <dc:creator>aselvan</dc:creator>
      <dc:date>2025-06-05T05:35:57Z</dc:date>
    </item>
    <item>
      <title>Re: Importing credentails</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Importing-credentails/m-p/11929#M2447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Import-credentials from filers? Aravindan, it would be a severe security hole if an outside application like WFA can fetch login credentials from filers, wouldn't it? Netapp filers are very secure, so importing isn't possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a pattern in the IPs for a set of filers with common username/password, you can select Match:Pattern and have a single credential set for all of those.&lt;/P&gt;&lt;P&gt;e.g. Suppose your filer have ip address like: 10.20.30.1 to 10.20.30.200, then you can select&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match: Pattern&lt;/P&gt;&lt;P&gt;Type:Ontap&lt;/P&gt;&lt;P&gt;Ip: 10.20.30.*&lt;/P&gt;&lt;P&gt;User: &amp;lt;username&amp;gt;&lt;/P&gt;&lt;P&gt;Password: &amp;lt;password&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 12:55:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Importing-credentails/m-p/11929#M2447</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2014-05-15T12:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Importing credentails</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Importing-credentails/m-p/11934#M2449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinhaa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the reply. I was looking for import of credentials from a file , where we can enter the storage name and then the credentials so it can import from there to the WFA.&lt;/P&gt;&lt;P&gt;Your suggested method is really good , Will it work from character say ABC* ( ABCA to ABCZ ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 14:11:17 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Importing-credentails/m-p/11934#M2449</guid>
      <dc:creator>aselvan</dc:creator>
      <dc:date>2014-05-20T14:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Importing credentails</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Importing-credentails/m-p/11937#M2451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WFA can sure import anything from a file, but that will be treated as Data instead of credentials. In the sense that Credentials when saved in WFA DB will have encrypted passwords and only accessible to WFA apis. But when imported from a file, they all will be treated as a regular data with username/password combination available to be seen by any DB user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are okay with this, as this is your decision, then just decide what file type you need to keep your credentials into. I would suggest have them in .json or .xml, they can very easily be handled by Powershell. I'll give you a DataSourceType script to do this. Then you need to modify your commands to take credentials from Data tables instead WFA credential tables. Its easy. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.netapp.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Your suggested method is really good , Will it work from character say ABC* ( ABCA to ABCZ )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;--------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Yeah, it would.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 15:38:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Importing-credentails/m-p/11937#M2451</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2014-05-20T15:38:30Z</dc:date>
    </item>
  </channel>
</rss>

