BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
340 / 1048 · Module 8 — Configuration and Security← prev⊞ allnext →

8.55Modern configuration architecture

A good mental model:

                  SOURCE CONTROL
                       │
              Mule application code
                       │
                       ↓
                    ARTIFACT
                       │
          ┌────────────┼────────────┐
          ↓            ↓            ↓
         DEV           QA          PROD
          │            │            │
     dev config    qa config    prod config
          │            │            │
    dev secrets    qa secrets    prod secrets
          │            │            │
    SF Sandbox     SF Sandbox    SF Production

The artifact remains the same.

That picture is worth remembering.