<?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: Store and retrieve password for alert python script in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/613961#M10757</link>
    <description>&lt;P&gt;Is it possible to share working link for guidance?or any other reference would be much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Sep 2022 16:10:40 GMT</pubDate>
    <dc:creator>splunker2117</dc:creator>
    <dc:date>2022-09-21T16:10:40Z</dc:date>
    <item>
      <title>How to store and retrieve password for alert python script?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/185854#M2477</link>
      <description>&lt;P&gt;I need to call a 3rd party Rest API in alert action python script. I am looking for a way to store and retrieve user name and password for the 3rd party APIs. The app setup seems to work for script data inputs only - I tried and could not get it work for alerts. What is the best option here?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 16:32:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/185854#M2477</guid>
      <dc:creator>Dev999</dc:creator>
      <dc:date>2022-09-21T16:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Store and retrieve password for alert python script</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/185855#M2478</link>
      <description>&lt;P&gt;George covers this pretty well at &lt;A href="http://www.georgestarcher.com/splunk-alert-scripts-automating-control"&gt;http://www.georgestarcher.com/splunk-alert-scripts-automating-control&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Jun 2014 23:27:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/185855#M2478</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2014-06-02T23:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Store and retrieve password for alert python script</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/185856#M2479</link>
      <description>&lt;P&gt;Thanks.  Good to know someone already made it work.  I followed the same script input doc.  I will try to figure out what my problem is and update this.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 19:47:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/185856#M2479</guid>
      <dc:creator>Dev999</dc:creator>
      <dc:date>2014-06-03T19:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Store and retrieve password for alert python script</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/185857#M2480</link>
      <description>&lt;P&gt;Did not realize the "sessionKey=" was a part of the sessionKey.  Once removed the first 11 characters all worked. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2014 20:53:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/185857#M2480</guid>
      <dc:creator>Dev999</dc:creator>
      <dc:date>2014-06-03T20:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Store and retrieve password for alert python script</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/185858#M2481</link>
      <description>&lt;P&gt;Not so fast! with Splunk 6.1.1, sessionKey must be urldecoded.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 02:24:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/185858#M2481</guid>
      <dc:creator>Dev999</dc:creator>
      <dc:date>2014-06-04T02:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Store and retrieve password for alert python script</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/185859#M2482</link>
      <description>&lt;P&gt;Thanks. I've updated the code to handle that now.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2014 23:43:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/185859#M2482</guid>
      <dc:creator>starcher</dc:creator>
      <dc:date>2014-07-24T23:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Store and retrieve password for alert python script</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/613961#M10757</link>
      <description>&lt;P&gt;Is it possible to share working link for guidance?or any other reference would be much appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2022 16:10:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-store-and-retrieve-password-for-alert-python-script/m-p/613961#M10757</guid>
      <dc:creator>splunker2117</dc:creator>
      <dc:date>2022-09-21T16:10:40Z</dc:date>
    </item>
  </channel>
</rss>

