Why CMDB Matters for Ownership
Most cloud resource ownership signals (tags, CODEOWNERS files, IDP catalog) reflect what teams intend. CMDB reflects what your ITSM system has officially recorded, often the most authoritative source in large, regulated organizations. When CMDB data is connected:- Draftt resolves resource owners from CI (Configuration Item) records, not just cloud tags
- Teams managing CIs in ServiceNow don’t need to re-declare ownership in Draftt
- Governance findings are routed to the correct assignment group as defined in CMDB
- Orphaned resource counts drop significantly because CMDB coverage typically exceeds tag coverage in mature environments
How the Integration Works
Draftt queries your ServiceNow CMDB to correlate CIs with resources in its inventory. The correlation uses:- Resource identifiers - Cloud resource IDs, ARNs, and instance names matched against CI attributes
- IP addresses and hostnames - For infrastructure resources not identified by cloud-native IDs
- Service mapping - If ServiceNow Service Mapping is configured, Draftt can resolve service-level ownership from application CIs
CMDB ownership signals have the same priority as IDP catalog signals in Draftt’s ownership resolution. Cloud tags take precedence. See Resource Ownership for the full priority order.
Supported CI Classes
Draftt reads the following CI classes from ServiceNow CMDB:| CI Class | Maps To |
|---|---|
cmdb_ci_vm_instance | Cloud VMs (EC2, Azure VMs, GCP Compute) |
cmdb_ci_cloud_database | Managed databases (RDS, Azure SQL, Cloud SQL) |
cmdb_ci_kubernetes_cluster | Kubernetes clusters |
cmdb_ci_cloud_storage_bucket | Cloud storage (S3, Azure Blob, GCS) |
cmdb_ci_cloud_function | Serverless functions (Lambda, Azure Functions) |
cmdb_ci_app_server | Application servers and services |
cmdb_ci_service | Business services (for service-level ownership) |
Setup
The CMDB integration uses the same ServiceNow connection as Draftt’s ticketing integration, if already configured. You can add CMDB access to an existing connection or create a dedicated one.Step 1: Grant CMDB read roles
Your ServiceNow service account needs the following roles in addition to any already granted for ticketing:cmdb_read: Read access to all CMDB tablesitil: Access to service and assignment group data
cmdb_read and itil.
Step 2: Enable CMDB in Draftt
Go to Integrations > Platform > ServiceNow. If a ServiceNow connection already exists, click Configure > CMDB. If not, complete the ServiceNow ticketing setup first. Toggle CMDB Ownership Sync on. Draftt immediately begins querying your CMDB to correlate CIs with inventory resources.Step 3: Map assignment groups to Draftt teams (optional)
If your Draftt user base matches your ServiceNow assignment groups, configure group mapping to translate CMDB assignment groups into Draftt team labels. In Integrations > Platform > ServiceNow > CMDB > Group Mapping, add entries for each assignment group you want mapped:| ServiceNow Assignment Group | Draftt Team Label |
|---|---|
Platform Engineering | platform-engineering |
Data Engineering | data-engineering |
Security Operations | security-ops |
Step 4: Verify coverage
After the initial sync (typically completes within 30 minutes), go to Inventory and filter by Ownership Source: CMDB. This shows all resources where ownership was resolved from CMDB data. Compare this against the Orphaned filter to see how much of your unowned inventory CMDB resolved.CI Correlation Logic
Draftt attempts to correlate each CI to a resource using a cascade of matching strategies:- Cloud resource ID: Exact match on the cloud-native identifier (e.g., AWS instance ID, Azure resource ID)
- IP address: Match on the primary IP of the resource
- Hostname / FQDN: Match on DNS name or hostname
- Name pattern: Fuzzy match on resource name and CI name (used as a last resort, lower confidence)
Data Freshness
Draftt syncs with your CMDB on every scan cycle (by default, every 24 hours). CMDB changes (ownership reassignments, CI retirements, new CIs) are reflected in Draftt’s inventory at the next sync. Manual sync is available from Integrations > Platform > ServiceNow > CMDB > Sync Now.Bidirectional Consideration
Draftt reads from CMDB but does not write back. If Draftt’s inventory discovers a resource with no corresponding CI in your CMDB, it surfaces this as an Uncatalogued Resource finding. Uncatalogued resources represent a CMDB hygiene gap: your change management system has a blind spot. These findings appear in the Security Hub and can be routed to your ServiceNow team as change requests via the ticketing integration.Next Steps
- Review Resource Ownership to understand how CMDB signals interact with other ownership sources
- Check Security Hub to see how orphaned and uncatalogued resources are surfaced
- Configure Ticketing to route uncatalogued resource findings to your CMDB hygiene team