10:50 Where's the terminal? Nevermind I see it in the text transcript of this Also, I had to take out all the \'s & put everything on 1 command line
@alvincabayan56702 ай бұрын
I followed everything and all works except the part where in the Cloudhub the environment variable secure.key is still not hidden. Any one can help?
@ros_tom94732 жыл бұрын
hi, when i use downloads in cmd it tells me invalid arguments.. :/
@SandroOli Жыл бұрын
i'm receiving the same error... i don't know what to do
@kevingurr2352 жыл бұрын
For the 9:58 section about Cmd if getting Invalid arguments , here is the command without / gaps or new lines, works now. java -cp secure-properties-tool.jar com.mulesoft.tools.SecurePropertiesTool string encrypt Blowfish CBC MyMuleSoftKey "myUsernameLocal"
@nahuelbonader99822 жыл бұрын
It seems that in the new version the environment variables configured in for the runtime must be in uppercase otherwise it does not recognize them
@CodeNClouds3 жыл бұрын
Is this similar to encrypting using the Mule Properties Editor plugin? It seems that the order of videos in the playlist Tutorials are in reverse. It would be easier if the order is changed.
@pavanmallangi62432 жыл бұрын
If I supply wrong secure.Key from properties , what will happen ?
@guddeep Жыл бұрын
I'm facing this issue while deploying to cloud hub-- redeploying to cloud hub 2.0 is not supported in this version of anypoint studio. please deploy through the browser or update to a newer version if available
@tomm3822 жыл бұрын
The version (7.12.1) I'm on doesn't seem to accept `secure.key`, I had to use `secure_key`
@ricben1973 Жыл бұрын
Hi, the app is deployed and running correctly in Anypoint center, but whe i try to invoke the app I receive 502 - Bad Gateway. I don't know what to do....thanks
@ricben1973 Жыл бұрын
Now it works....the problem was the missing property "secure.key" in the deployed app :)
@alexandrek47232 жыл бұрын
I'm getting this error message with error server 500 in Postman. Any advices please? "Exception while executing p("secure::example.username") cause: org.mule.encryption.exception.MuleEncryptionException: Could not encrypt or decrypt the data. Trace: at callFunction (Unknown) at Mule::p (line: 172, column: 5) at ++ (line: 3, column: 17) at ++ (line: 3, column: 14) at main (line: 4, column: 1)" evaluating expression: "output application/java --- "Username: " ++ Mule::p("secure::example.username") ++ " - " ++ "Password: " ++ Mule::p("secure::example.password")".
@mulesoftvids2 жыл бұрын
You need to double-check that your property is encrypted properly
@dineshar46342 жыл бұрын
Exception while executing p("secure::example.username") cause: org.mule.encryption.exception.MuleEncryptionException: Could not encrypt or decrypt the data. Trace: at callFunction (Unknown) at Mule::p (line: 172, column: 5) at ++ (line: 1, column: 45) at ++ (line: 1, column: 42) at main (line: 1, column: 81)" evaluating expression: "output application/java --- "Username: " ++ Mule::p("secure::example.username") ++ " - " ++ "Password: " ++ Mule::p("secure::example.password")". I am getting this error while testing in postman. After encrypting the local.secure.properties file and dev.secure.properties file
@josesanguino5352 жыл бұрын
Most likely the encryption key you are using is not correct, please try to verify it again
@AriadyPutra Жыл бұрын
What works for me is by setting the secure.key at VM Arguments by appending -Dsecure.key=TheKey instead of adding an Environment Variable