pepper-box icon indicating copy to clipboard operation
pepper-box copied to clipboard

unable to enter fields with "_" values

Open shushant31 opened this issue 5 years ago • 4 comments

Hi, This plugin is working fine for unsecured cluster. But when we try to test it with secured cluster i.e. Authentication with Kerberos Active Directory and Encryption with Truststore this plugin is not working. When I try to enter new value using "_" for ssl properties and click on save button. It automatically gets deleted. Please help us on this issue.

I'm using Jmeter 5.1 and Kafka 2.0

Thanks.

shushant31 avatar Jan 10 '20 11:01 shushant31

I can't add a custom property either, I need to pass a value to a custom library to cypher a message but it is omitted. Tried to add directly to jmx with no luck.

The only option is to modify the code and compile it, where can I add the property?

Thank you.

igaralv avatar May 04 '20 16:05 igaralv

I am also facing the same issue. I am trying to add below properties with values, but they are getting disappeared when saving the JMX:

_ssl.key.password _ssl.keystore.location _ssl.keystore.password _ssl.truststore.location _ssl.truststore.password

Any help here?

saddaguduru avatar Sep 28 '20 15:09 saddaguduru

I am also facing the same issue. I am trying to add below properties with values, but they are getting disappeared when saving the JMX:

_ssl.key.password _ssl.keystore.location _ssl.keystore.password _ssl.truststore.location _ssl.truststore.password

Any help here?

Just compile as instructed and then move the plugin to Jmeter, in the latest versions these parameters are already included, no need to add them manually.

yiskaneto avatar Sep 28 '20 15:09 yiskaneto

Thanks Escanoru for the info. I could build the "pepper-box-1.0.jar" from codebase "https://github.com/GSLabDev/pepper-box/tree/jmeter5.0_kafka1.1.0" by running below command. This new jar automatically adding all the above ssl keystore/truststore properties in JMeter

mvn clean install -Djmeter.version=5.0 -Dkafka.version=1.1.0

saddaguduru avatar Sep 28 '20 19:09 saddaguduru