Security

Password field for Modular Input using Python SDK

stephenho
Path Finder

Hi All,

I'm trying to write a python app that requires a username and a password. I've written most of it up using the Python SDK and now that I'm getting into the nitty gritty, I want to encrypt and hide the password value for security purposes.

http://dev.splunk.com/view/SP-CAAAER3

I've used the above URL as a guide, but when I did a search on password fields, I found this article instead.

http://docs.splunk.com/Documentation/Splunk/6.0/AdvancedDev/ModInputsExample

In the second link, it creates a password field using the XML scheme, but I can't find an equivalent for the python code.

I took a look in the (I'm not at my devel pc at the moment) splunklib/modularinput folder and I believe in the arguments module, there is only templates for string, number and float, eg data_type_number, data_type_string, etc.

Is there a way I can code this in Python in a way Splunk will understand or will I need to change my scheme to incorporate the xml?

Thanks in advance.

shaskell_splunk
Splunk Employee
Splunk Employee

You need to create a custom Splunk manager page for your modular input to hide the password and add a password confirmation field.

http://docs.splunk.com/Documentation/Splunk/6.2.1/AdvancedDev/ModInputsCustomizeUI

When you create an element for your password field, use type="password". Make sure that you only set this for 'edit' and 'create' views, not 'list', so the password isn't displayed when the modular input is listed.

Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...