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!

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...

Cultivate Your Career Growth with Fresh Splunk Training

Growth doesn’t just happen—it’s nurtured. Like tending a garden, developing your Splunk skills takes the right ...

Introducing a Smarter Way to Discover Apps on Splunkbase

We’re excited to announce the launch of a foundational enhancement to Splunkbase: App Tiering.  Because we’ve ...