BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
21 / 81 · Module 8 — Configuration and Security · filtered: interview← prev⊞ allnext →

8.11Important nuance: encryption isn't magic

MuleSoft's documentation makes an important point: decrypted values necessarily exist in application memory at runtime, so someone with sufficiently privileged OS/JVM access may be able to see them.

So security is not:

encrypted file
→ problem solved

You still need:

least privilege
deployment access controls
secret rotation
restricted logs
restricted Runtime Manager access