Security

Connect to the queues using JMS

ankithreddy777
Contributor

I have scenario where my password for connect to the queue has "=" embeded in it.
Ex: Password = "axd=jkf" .

Which giving the JNDI properties saperated by the comma delimiter.

Solace_JMS_VPN=sysvpn*,* Solace_JMS_SSL_Truststorepassword=axd=jkf, Solace_JMS_SSL_Keystore.......

Splunk facing some conflicts to detect = in password. May I know how to resolve this issue

Tags (1)
0 Karma

newbie2tech
Communicator

Try escaping it using \

Solace_JMS_VPN=sysvpn*,* Solace_JMS_SSL_Truststorepassword=axd=jkf, Solace_JMS_SSL_Keystore

OR

Solace_JMS_VPN=sysvpn*,* Solace_JMS_SSL_Truststorepassword=axd=\jkf, Solace_JMS_SSL_Keystore

0 Karma
Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...