Skip to content

Secure username and password. #71

@saibimajdi

Description

@saibimajdi

Hello,

I'm trying to create an HTML page that connects to Splunk Enterprise and execute a search query. This page will be accessible publically for end users.
Hince, I'm looking for a way to secure my Splunk credentials. I there a way to that? Like API Key or encrypted credentials.

Is there another way instead of this one?

svc = new splunkjs.Service(http, { scheme: 'http', host: 'localhost', username: 'admin', password: 'changeme' });

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions