<?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 How to Store User User Password with setup page in Security</title>
    <link>https://community.splunk.com/t5/Security/How-to-Store-User-User-Password-with-setup-page/m-p/557826#M12352</link>
    <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;I have the need to store encrypted password used in a python script.&lt;/P&gt;&lt;P&gt;I've created the app with its setup.xml page and the app is deployed on a search head cluster.&lt;/P&gt;&lt;P&gt;The problem is that under Manage Apps I cannot see "Set Up" button and if I click on "Launch App" I get 404 - not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my setup.xml file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;setup&amp;gt;
  &amp;lt;block title="New Crdential" endpoint="storage/passwords" entity="_new"&amp;gt;
    &amp;lt;input field="name"&amp;gt;
      &amp;lt;label&amp;gt;Username&amp;lt;/label&amp;gt;
      &amp;lt;type&amp;gt;text&amp;lt;/type&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input field="password"&amp;gt;
      &amp;lt;label&amp;gt;Password&amp;lt;/label&amp;gt;
      &amp;lt;type&amp;gt;password&amp;lt;/type&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/block&amp;gt;
&amp;lt;/setup&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my app.conf file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[install]
is_configured = 0

[ui]
is_visible = 1
label = my app

[launcher]
author = Marta Benedetti
description = my app
version = 1.0.0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Marta&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jun 2021 14:32:08 GMT</pubDate>
    <dc:creator>martaBenedetti</dc:creator>
    <dc:date>2021-06-30T14:32:08Z</dc:date>
    <item>
      <title>How to Store User User Password with setup page</title>
      <link>https://community.splunk.com/t5/Security/How-to-Store-User-User-Password-with-setup-page/m-p/557826#M12352</link>
      <description>&lt;P&gt;Hi community,&lt;/P&gt;&lt;P&gt;I have the need to store encrypted password used in a python script.&lt;/P&gt;&lt;P&gt;I've created the app with its setup.xml page and the app is deployed on a search head cluster.&lt;/P&gt;&lt;P&gt;The problem is that under Manage Apps I cannot see "Set Up" button and if I click on "Launch App" I get 404 - not found.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my setup.xml file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;setup&amp;gt;
  &amp;lt;block title="New Crdential" endpoint="storage/passwords" entity="_new"&amp;gt;
    &amp;lt;input field="name"&amp;gt;
      &amp;lt;label&amp;gt;Username&amp;lt;/label&amp;gt;
      &amp;lt;type&amp;gt;text&amp;lt;/type&amp;gt;
    &amp;lt;/input&amp;gt;
    &amp;lt;input field="password"&amp;gt;
      &amp;lt;label&amp;gt;Password&amp;lt;/label&amp;gt;
      &amp;lt;type&amp;gt;password&amp;lt;/type&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/block&amp;gt;
&amp;lt;/setup&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my app.conf file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[install]
is_configured = 0

[ui]
is_visible = 1
label = my app

[launcher]
author = Marta Benedetti
description = my app
version = 1.0.0&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Marta&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 14:32:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-Store-User-User-Password-with-setup-page/m-p/557826#M12352</guid>
      <dc:creator>martaBenedetti</dc:creator>
      <dc:date>2021-06-30T14:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to Store User User Password with setup page</title>
      <link>https://community.splunk.com/t5/Security/How-to-Store-User-User-Password-with-setup-page/m-p/557830#M12353</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234029"&gt;@martaBenedetti&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To enable&amp;nbsp;&lt;SPAN&gt;Set Up link in manage apps, in your Search Head Cluster Click on Settings -&amp;gt;&amp;nbsp;&lt;STRONG&gt;Show All Settings &lt;/STRONG&gt;then after try.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;KV&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 14:54:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-Store-User-User-Password-with-setup-page/m-p/557830#M12353</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-06-30T14:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to Store User User Password with setup page</title>
      <link>https://community.splunk.com/t5/Security/How-to-Store-User-User-Password-with-setup-page/m-p/557844#M12354</link>
      <description>&lt;P&gt;Thanks a lot kamlesh!!! Never though about it, you made my day &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 15:22:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-Store-User-User-Password-with-setup-page/m-p/557844#M12354</guid>
      <dc:creator>martaBenedetti</dc:creator>
      <dc:date>2021-06-30T15:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Store User User Password with setup page</title>
      <link>https://community.splunk.com/t5/Security/How-to-Store-User-User-Password-with-setup-page/m-p/557847#M12355</link>
      <description>&lt;P&gt;Glad to help you&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/234029"&gt;@martaBenedetti&lt;/a&gt;&amp;nbsp; &amp;nbsp;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 15:26:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-to-Store-User-User-Password-with-setup-page/m-p/557847#M12355</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-06-30T15:26:56Z</dc:date>
    </item>
  </channel>
</rss>

