On 9 July 2010 20:56, black gaff <[email protected]> wrote: > > I've created a script that does Oracle SQL requests, using the JDBC > Connection Configuration config element. > > In the config element are fields for UserName and Password. The Password > field is not masked, so if I share this file with anyone on my team, they > can see my password. > > Is there a way to mask this password, similar to the way passwords are > masked using HTTP Authorization Manager?
Which stores its passwords in plain text in the JMX file, so you don't gain much. > I know I could pass the login credentials in with a CSV file, but I was > hoping for something more contained. Is there a way to access the value of a > Password stored in HTTP Authorization Manager by referencing it's variable > name? If so, how? No point, see above. Best to pass in the password as a command-line variable referenced with the __P() function. > Much thanks, Joe > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Any-way-to-mask-JDBC-login-credentials-tp1045689p1045689.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

