When starting Mule runtime, you must pass your secret key, using the anypoint.platform.encryption_key property: $MULE_HOME/bin/mule start -M-Danypoint.platform.encryption_key=MyEncryptionKey1 ✓ Copied Mule runtime uses the encryption key passed in the anypoint.platform.encryption_key propert...
You can create a policy that supports encryption by passing the-DencryptionSupported=trueproperty. SeeCustom Policy Encryption for more information. After running the command, the project’s directory will have a structure similar to: my-custom-policy/ ├── my-custom-policy.yaml ├── mule-ar...
property key="action" value="UsernameToken Timestamp Encrypt"/> <cxf:property key="decryptionPropFile" value="wssecurity.properties"/> <cxf:property key="passwordCallbackClass" value="com.mulesoft.mule.example.security.PasswordCallback"/> </cxf:ws-config> </cxf:ws-security> </cxf:jaxws-...
RSA Encryption Choose if you want to use RSA encryption. Name Enter a name for this connector to reference it later. User Enter the Siebel username to be used. Password Enter the corresponding Siebel password. Server Enter the server IP address of your Siebel instance. Port Enter the port nu...
When you have a queue encrypted, the messages are stored encrypted but they are decrypted when they are read. Encryption and decryption are automatic and transparent to the final user. There’s no option to disable the automatic decryption. If you need to encrypt the message so that the paylo...
You can set this property only if the Use Secure Hash field is false. HTTP Response Attributes Configures HTTP response attributes for the configuration. Show FieldTypeDescriptionDefault ValueRequired Status Code Number HTTP status code of the response. x Headers Object Map of HTTP headers in the...
When copying an application containing safely hidden application properties, pass the properties in the copy command using the --property flag. For information about safely hidden application properties, see Safely Hide Application Properties. runtime-mgr:cloudhub-application:delete > runtime-mgr:cloud...
To enable the non-blocking processing strategy, set this as a property in the <flow> element that contains the HTTP connector. Note that not all Mule components support the non-blocking processing strategy, if there are any unsupported components in a flow, they cause the flow to fall back ...