<?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: How to save sensitive data (JWT token) in add-on which splunk cloud would allow in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550018#M9843</link>
    <description>&lt;P&gt;It is not static. It needs to be used for each poll. It will need to be updated when it expires. About every 15mins. Is there anyway the endpoint you mentioned can be written?&lt;/P&gt;</description>
    <pubDate>Fri, 30 Apr 2021 14:01:11 GMT</pubDate>
    <dc:creator>cool_cat</dc:creator>
    <dc:date>2021-04-30T14:01:11Z</dc:date>
    <item>
      <title>How to save sensitive data (JWT token) in add-on which splunk cloud would allow</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/549982#M9841</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am just learning Splunk because the need for applying our addon to be cloud vetted ( therefore I really don't know much splunk development yet, but need to get this done soon) . It is an addon to connect to our server and pulling in logs. Each pull would have to auth first, therefore we save token locally so only need auth once for certain interval ( lifetime of the token). But that won't do for cloud based addon. (Vetting report says "&amp;nbsp;&lt;SPAN&gt;Storing authentication token in checkpoint which is not allowed in Splunk cloud. Please don't store such sensitive information")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any other way I can save token for addon functionality purpose? . I heard mentioning of&amp;nbsp;storage/passwords endpoint, is that only for user credential or it can be used for saving application token as well?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance! I searched whole day, still not clear the direction.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 10:26:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/549982#M9841</guid>
      <dc:creator>cool_cat</dc:creator>
      <dc:date>2021-04-30T10:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to save sensitive data (JWT token) in add-on which splunk cloud would allow</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550017#M9842</link>
      <description>&lt;P&gt;If token is static then you can use storage/passwords endpoint to store token and in your script read token from same endpoint.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 13:58:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550017#M9842</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2021-04-30T13:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to save sensitive data (JWT token) in add-on which splunk cloud would allow</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550018#M9843</link>
      <description>&lt;P&gt;It is not static. It needs to be used for each poll. It will need to be updated when it expires. About every 15mins. Is there anyway the endpoint you mentioned can be written?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 14:01:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550018#M9843</guid>
      <dc:creator>cool_cat</dc:creator>
      <dc:date>2021-04-30T14:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to save sensitive data (JWT token) in add-on which splunk cloud would allow</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550020#M9844</link>
      <description>&lt;P&gt;Yes you can update the token on storage/passwords endpoint but you need to code that in your script.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 14:02:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550020#M9844</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2021-04-30T14:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to save sensitive data (JWT token) in add-on which splunk cloud would allow</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550021#M9845</link>
      <description>&lt;P&gt;That is good to know! Is there any chance you can point me some sample code on how to achieve that? I am really just start to learn splunk development.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 14:05:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550021#M9845</guid>
      <dc:creator>cool_cat</dc:creator>
      <dc:date>2021-04-30T14:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to save sensitive data (JWT token) in add-on which splunk cloud would allow</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550024#M9846</link>
      <description>&lt;P&gt;Have a look at code in &lt;A href="https://github.com/splunk/TA-VaultSync/tree/master/bin" target="_blank"&gt;https://github.com/splunk/TA-VaultSync/tree/master/bin&lt;/A&gt; , you'll get idea.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 14:07:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550024#M9846</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2021-04-30T14:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to save sensitive data (JWT token) in add-on which splunk cloud would allow</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550025#M9847</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 14:08:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550025#M9847</guid>
      <dc:creator>cool_cat</dc:creator>
      <dc:date>2021-04-30T14:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to save sensitive data (JWT token) in add-on which splunk cloud would allow</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550026#M9848</link>
      <description>&lt;P&gt;You're welcome!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 14:09:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-save-sensitive-data-JWT-token-in-add-on-which-splunk/m-p/550026#M9848</guid>
      <dc:creator>harsmarvania57</dc:creator>
      <dc:date>2021-04-30T14:09:56Z</dc:date>
    </item>
  </channel>
</rss>

