What a repository gives you
One source of truth
A rule has one definition and a version history. Every workspace running it is
running a known version, not a copy that someone edited in place.
Deployment you control
Choose which workspaces a repository covers, deploy a rule to some or all of them,
and roll back to an earlier version.
Drift detection
Scan a workspace and CMC reports the rules that no longer match the baseline, so an
edit made in a vendor console does not stay invisible.
Review before change
Turn on protection and edits stop committing directly. They collect as work in
progress, get bundled into a change request, and require approval.
The one rule that shapes everything else
A repository’s rule set is its baseline. Baseline protection is either on or off, and that single setting changes how every change behaves.Require change requests off
A change hits the baseline immediately as a new version. Fast, and appropriate for a
repository one person maintains.
Require change requests on
Additions, edits, removals, imports and marketplace pulls all become work-in-progress
items instead. Nothing changes until one is added to a change request, approved, and
merged.
Supported platforms
CMC manages two rule platforms, and a repository can hold both.
Each rule carries its platform, and the platform decides how the rule is validated,
where its query runs, and which target it deploys to. See
Sentinel and Defender.
How the pieces fit
Where to start
Create a repository
Set one up, choose the workspaces it covers, and configure protection.
Add rules
Import from a workspace, pull from the marketplace, or write your own.
Track coverage and drift
See what each workspace is running and reconcile what does not match.
Review changes
Work in progress, change requests, approvals, and merges.
Permissions
Access is governed by three organizational content permissions.
The practical split: a Content Operator can change content, a Content Admin can
change the rules about how content is changed.