BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
5 / 18 · Module 8 — Configuration and Security · filtered: cheatsheet← prev⊞ allnext →

8.36What belongs in Git?

Generally safe:

Mule XML
DataWeave
property names
non-secret defaults
example configuration
MUnit tests
API specifications

Usually not:

client secrets
passwords
private keys
decryption keys
production tokens

Encrypted secret values may be versioned depending on organizational design, but the decryption key must remain separately protected.