<?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: pass workflow executing user credentials to workflow in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/pass-workflow-executing-user-credentials-to-workflow/m-p/66371#M13808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thorsten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about if you will have credentials set in WFA for those machines in the first place? Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to create a table in the playground database (A section usable for users where you can create tables&lt;/P&gt;&lt;P&gt;with information, like user/pass) and in the workflow create a command to pull the information from the table and use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a way to get the currently connected user name in a command.&lt;/P&gt;&lt;P&gt;Just look at "Send Email" command for reference. Not sure if that's something useful for you, but it can be a key to pull&lt;/P&gt;&lt;P&gt;the password from the playground table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does those options make any sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Sep 2013 13:54:33 GMT</pubDate>
    <dc:creator>yaronh</dc:creator>
    <dc:date>2013-09-19T13:54:33Z</dc:date>
    <item>
      <title>pass workflow executing user credentials to workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/pass-workflow-executing-user-credentials-to-workflow/m-p/66368#M13805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use the credentials of the workflow executor to be used within a workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background is that I want to create a workflow connecting to linux servers and create a set of directories to mount nfs shares etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to create credentials for every server and also not to add credentials for a service user having access to all servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I would like to make security dependent on the user executing the workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the two ways could be to either get the credentials of the user logged in&lt;/P&gt;&lt;P&gt;or to request another user/password entry upon workflow execution, but there the password should be hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do this or do you have a better idea to solve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards &lt;/P&gt;&lt;P&gt;Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:56:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/pass-workflow-executing-user-credentials-to-workflow/m-p/66368#M13805</guid>
      <dc:creator>THORSTEN_KRAUSE</dc:creator>
      <dc:date>2025-06-05T05:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: pass workflow executing user credentials to workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/pass-workflow-executing-user-credentials-to-workflow/m-p/66371#M13808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thorsten,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about if you will have credentials set in WFA for those machines in the first place? Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to create a table in the playground database (A section usable for users where you can create tables&lt;/P&gt;&lt;P&gt;with information, like user/pass) and in the workflow create a command to pull the information from the table and use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's a way to get the currently connected user name in a command.&lt;/P&gt;&lt;P&gt;Just look at "Send Email" command for reference. Not sure if that's something useful for you, but it can be a key to pull&lt;/P&gt;&lt;P&gt;the password from the playground table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does those options make any sense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 13:54:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/pass-workflow-executing-user-credentials-to-workflow/m-p/66371#M13808</guid>
      <dc:creator>yaronh</dc:creator>
      <dc:date>2013-09-19T13:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: pass workflow executing user credentials to workflow</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/pass-workflow-executing-user-credentials-to-workflow/m-p/66376#M13812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Yaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately it's not possible because we got several hundreds of servers,&lt;/P&gt;&lt;P&gt;also storing the entries in plaintext is not our desired way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "Send Mail" command was a good hint, &lt;/P&gt;&lt;P&gt;I think this helps a lot to get at least the user executing the workflow identified and tracked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully password fields find their way into WFA in one of the next versions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets, Thorsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 11:22:08 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/pass-workflow-executing-user-credentials-to-workflow/m-p/66376#M13812</guid>
      <dc:creator>THORSTEN_KRAUSE</dc:creator>
      <dc:date>2013-10-01T11:22:08Z</dc:date>
    </item>
  </channel>
</rss>

