I have configured the security plugin and generated the encrypted passwords in properties file.
I have created one security property configuration, where I have given the properties file name, key name and I am passing the key from command line. Still it is showing unable to process that key.
Security Property configuration
Run As configuration
Error while doing test connection
If I give a global property and set the value of key there directly, it works and when passing from command line, it fails.
But when I executed the code, it is working properly, is it since the key is provided at runtime, it worked when executing the code, but not able to test the connection in the connector?
Hi @Sai Gochhayat ,
Yup. You are correct. That is runtime arguement, it will be passed when the mule runtime is started.