Guys,
I just found out the password configured in passwords.conf file has not been hashed. Any resolution to that.
I'm using old version - 1.3.4 and I can see the latest version as from now is 1...
...hich in turn creates a customized copy of the /opt/splunk/etc/apps/Splunk_TA_aws/local/passwords.conf file. For this we retrieve the credentials via a credstash lookup. This we can do, but r...
...tored. Was expecting a passwords.conf to be created with the password encrypted, but am not seeing anything in: /opt/splunk/etc/apps/TA-ServiceNow-SecOps/default Or in /opt/splunk/etc/apps/TA-S...
...o apps local/passwords.conf file..
[credential:10.11.0.221:admin:]
password = $1$EncryptionPwd
Now, the issue is how to change the admin password if the entered password is wrong or it e...
I'm using splunk python sdk to store encrypt and store my password.
service.storage_passwords.create(secret_key,api_key)
However, the passwords.conf was not created in my local folder, i...
...o successfully store the external API credentials in a passwords.conf file.
When I invoke the scripts and API calls with the admin user, everything works perfectly without any issues. However, w...
...tool/API which can encrypt the password based on splunk.secret ?
eg. what I'm looking for is
=> supply passwords.conf and splunk.secret as inputs to the tool
=> run the api/tool so t...
...ater use. We post them to the storage/passwords endpoint. So the passwords will be encrypted in the password.conf.
Now if the deployer push this addon to the search heads, how can they decrypt t...
...ave found that passwords.conf does not work on a UF, as creating the file seems to do nothing and hitting the create endpoint of the UF API returns "Method not allowed" for POST and "Not Implemented" f...
...ring in the password that is encrypted from my password.conf file? I set this up in /local/password.conf of the search app.
curl -k -u user:encrypted_password https://localhost:8089/servicesNS/n...