<?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 issue : want to hide/encrypted text password in Security</title>
    <link>https://community.splunk.com/t5/Security/issue-want-to-hide-encrypted-text-password/m-p/392160#M9600</link>
    <description>&lt;P&gt;Hi ,&lt;BR /&gt;
i have AD server configuration GUI page in my app where i am setting user_id , password, Group in data input .&lt;BR /&gt;
so after setting text password and saving page, i can see GUI  is showing text password , not encrypted password.&lt;BR /&gt;
What edits do I need to make in my configurations to hide passwords when i am configuring AD server password?&lt;BR /&gt;
here  is  file&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;app1.xml
======================================


      &amp;lt;endpoint name="data/inputs/app_reporting"&amp;gt;

       &amp;lt;header&amp;gt;AD Server Details&amp;lt;/header&amp;gt;
             &amp;lt;breadcrumb&amp;gt;
    &amp;lt;parent hidecurrent ="False"&amp;gt; data input stats &amp;lt;/parent&amp;gt;
    &amp;lt;name&amp;gt;AD Server Details&amp;lt;/name&amp;gt;


    &amp;lt;element name= 'sourceFields' type=" fieldset "&amp;gt;
      &amp;lt;view name="list"/&amp;gt;
      &amp;lt;view name="edit"/&amp;gt;
      &amp;lt;view name="create"/&amp;gt;

      &amp;lt;elements&amp;gt;
        &amp;lt;element name="name" label="AD or LDAP Configurations"&amp;gt;
          &amp;lt;view name="list"/&amp;gt;
             &amp;lt;view name="create"/&amp;gt; 
                   &amp;lt;key name="exampleText"&amp;gt;Configure this instance to monitor files and directories for AMP logs
                   &amp;lt;/key&amp;gt;
        &amp;lt;/element&amp;gt;

        &amp;lt;element name="servername" type="textfield" label="AD ServerName"&amp;gt;
          &amp;lt;view name="list"/&amp;gt;
          &amp;lt;view name="edit"/&amp;gt;
          &amp;lt;view name="create"/&amp;gt;
           &amp;lt;key name="exampleText"&amp;gt;Give AD Server to connect&amp;lt;/key&amp;gt;
        &amp;lt;/element&amp;gt;

    &amp;lt;element name="username" type="textfield" label="AD UserName"&amp;gt;
          &amp;lt;view name="list"/&amp;gt;
          &amp;lt;view name="edit"/&amp;gt;
          &amp;lt;view name="create"/&amp;gt;
          &amp;lt;key name="exampleText"&amp;gt;Give AD user to connect&amp;lt;/key&amp;gt;
        &amp;lt;/element&amp;gt;

        &amp;lt;element name="passcode" type="password" label="AD Password"&amp;gt;
          &amp;lt;view name="edit"/&amp;gt;
          &amp;lt;view name="create"/&amp;gt;
          &amp;lt;key name="exampleText"&amp;gt;Give AD user`s password to connect&amp;lt;/key&amp;gt;
        &amp;lt;/element&amp;gt;
        &amp;lt;element name="group" type="textfield" label="AD GroupName"&amp;gt;
                  &amp;lt;view name="list"/&amp;gt;
                  &amp;lt;view name="edit"/&amp;gt;
                  &amp;lt;view name="create"/&amp;gt;
                  &amp;lt;key name="exampleText"&amp;gt;Give AD group to connect&amp;lt;/key&amp;gt;
        &amp;lt;/element&amp;gt;

  &amp;lt;/elements&amp;gt;
&amp;lt;/element&amp;gt;
&amp;lt;element name="eai:acl.app" label="App"&amp;gt;
  &amp;lt;view name="list"/&amp;gt;
  &amp;lt;key name="processValueList"&amp;gt;"app_reporting"&amp;lt;/key&amp;gt;
&amp;lt;/element&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sat, 06 Apr 2019 04:50:33 GMT</pubDate>
    <dc:creator>pragycho</dc:creator>
    <dc:date>2019-04-06T04:50:33Z</dc:date>
    <item>
      <title>issue : want to hide/encrypted text password</title>
      <link>https://community.splunk.com/t5/Security/issue-want-to-hide-encrypted-text-password/m-p/392160#M9600</link>
      <description>&lt;P&gt;Hi ,&lt;BR /&gt;
i have AD server configuration GUI page in my app where i am setting user_id , password, Group in data input .&lt;BR /&gt;
so after setting text password and saving page, i can see GUI  is showing text password , not encrypted password.&lt;BR /&gt;
What edits do I need to make in my configurations to hide passwords when i am configuring AD server password?&lt;BR /&gt;
here  is  file&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;app1.xml
======================================


      &amp;lt;endpoint name="data/inputs/app_reporting"&amp;gt;

       &amp;lt;header&amp;gt;AD Server Details&amp;lt;/header&amp;gt;
             &amp;lt;breadcrumb&amp;gt;
    &amp;lt;parent hidecurrent ="False"&amp;gt; data input stats &amp;lt;/parent&amp;gt;
    &amp;lt;name&amp;gt;AD Server Details&amp;lt;/name&amp;gt;


    &amp;lt;element name= 'sourceFields' type=" fieldset "&amp;gt;
      &amp;lt;view name="list"/&amp;gt;
      &amp;lt;view name="edit"/&amp;gt;
      &amp;lt;view name="create"/&amp;gt;

      &amp;lt;elements&amp;gt;
        &amp;lt;element name="name" label="AD or LDAP Configurations"&amp;gt;
          &amp;lt;view name="list"/&amp;gt;
             &amp;lt;view name="create"/&amp;gt; 
                   &amp;lt;key name="exampleText"&amp;gt;Configure this instance to monitor files and directories for AMP logs
                   &amp;lt;/key&amp;gt;
        &amp;lt;/element&amp;gt;

        &amp;lt;element name="servername" type="textfield" label="AD ServerName"&amp;gt;
          &amp;lt;view name="list"/&amp;gt;
          &amp;lt;view name="edit"/&amp;gt;
          &amp;lt;view name="create"/&amp;gt;
           &amp;lt;key name="exampleText"&amp;gt;Give AD Server to connect&amp;lt;/key&amp;gt;
        &amp;lt;/element&amp;gt;

    &amp;lt;element name="username" type="textfield" label="AD UserName"&amp;gt;
          &amp;lt;view name="list"/&amp;gt;
          &amp;lt;view name="edit"/&amp;gt;
          &amp;lt;view name="create"/&amp;gt;
          &amp;lt;key name="exampleText"&amp;gt;Give AD user to connect&amp;lt;/key&amp;gt;
        &amp;lt;/element&amp;gt;

        &amp;lt;element name="passcode" type="password" label="AD Password"&amp;gt;
          &amp;lt;view name="edit"/&amp;gt;
          &amp;lt;view name="create"/&amp;gt;
          &amp;lt;key name="exampleText"&amp;gt;Give AD user`s password to connect&amp;lt;/key&amp;gt;
        &amp;lt;/element&amp;gt;
        &amp;lt;element name="group" type="textfield" label="AD GroupName"&amp;gt;
                  &amp;lt;view name="list"/&amp;gt;
                  &amp;lt;view name="edit"/&amp;gt;
                  &amp;lt;view name="create"/&amp;gt;
                  &amp;lt;key name="exampleText"&amp;gt;Give AD group to connect&amp;lt;/key&amp;gt;
        &amp;lt;/element&amp;gt;

  &amp;lt;/elements&amp;gt;
&amp;lt;/element&amp;gt;
&amp;lt;element name="eai:acl.app" label="App"&amp;gt;
  &amp;lt;view name="list"/&amp;gt;
  &amp;lt;key name="processValueList"&amp;gt;"app_reporting"&amp;lt;/key&amp;gt;
&amp;lt;/element&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 06 Apr 2019 04:50:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/issue-want-to-hide-encrypted-text-password/m-p/392160#M9600</guid>
      <dc:creator>pragycho</dc:creator>
      <dc:date>2019-04-06T04:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: issue : want to hide/encrypted text password</title>
      <link>https://community.splunk.com/t5/Security/issue-want-to-hide-encrypted-text-password/m-p/392161#M9601</link>
      <description>&lt;P&gt;Are you using the add-on-builder?  It has this built-in.  You can use it and see what code it generates and then just copy that out.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2019 15:02:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/issue-want-to-hide-encrypted-text-password/m-p/392161#M9601</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-04-07T15:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: issue : want to hide/encrypted text password</title>
      <link>https://community.splunk.com/t5/Security/issue-want-to-hide-encrypted-text-password/m-p/392162#M9602</link>
      <description>&lt;P&gt;yes , we are using app .&lt;BR /&gt;
please help me on how to generate  code and where we can get code ?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 04:39:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/issue-want-to-hide-encrypted-text-password/m-p/392162#M9602</guid>
      <dc:creator>pragycho</dc:creator>
      <dc:date>2019-04-08T04:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: issue : want to hide/encrypted text password</title>
      <link>https://community.splunk.com/t5/Security/issue-want-to-hide-encrypted-text-password/m-p/392163#M9603</link>
      <description>&lt;P&gt;Open your add-on in the Add-on builder, and in the setup page, use the 'password' text box for password.The user will need to have edit_storage capability . This will save the password in an encrypted form . &lt;A href="https://docs.splunk.com/Documentation/AddonBuilder/2.2.0/UserGuide/Createasetuppage"&gt;https://docs.splunk.com/Documentation/AddonBuilder/2.2.0/UserGuide/Createasetuppage&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 05:39:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/issue-want-to-hide-encrypted-text-password/m-p/392163#M9603</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2019-04-08T05:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: issue : want to hide/encrypted text password</title>
      <link>https://community.splunk.com/t5/Security/issue-want-to-hide-encrypted-text-password/m-p/392164#M9604</link>
      <description>&lt;P&gt;I am using our own APP which is created via splunk.&lt;BR /&gt;
1) can we modify Password through through "Add=on builder"&lt;BR /&gt;
2) if i want to add new setup page in Settings---&amp;gt;data inputs---&amp;gt; new page like UDP ,TCP ,Scripts.&lt;BR /&gt;
Is it possible to create through ADD-On builder?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 04:21:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/issue-want-to-hide-encrypted-text-password/m-p/392164#M9604</guid>
      <dc:creator>pragycho</dc:creator>
      <dc:date>2019-04-10T04:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: issue : want to hide/encrypted text password</title>
      <link>https://community.splunk.com/t5/Security/issue-want-to-hide-encrypted-text-password/m-p/392165#M9605</link>
      <description>&lt;P&gt;You can create your setup page on your own or use add-on builder and create your app/add-on &lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 10:12:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/issue-want-to-hide-encrypted-text-password/m-p/392165#M9605</guid>
      <dc:creator>lakshman239</dc:creator>
      <dc:date>2019-04-10T10:12:21Z</dc:date>
    </item>
  </channel>
</rss>

