Ontology Configuration#
The ontology module requires no credentials or module-specific configuration.
Configure Cartography#
You can restrict creation of canonical ontology nodes to selected source modules:
--ontology-users-source: Comma-separated modules that may create canonicalUsernodes. Identity providers such asokta,duoare typical sources.--ontology-devices-source: Comma-separated modules that may create canonicalDevicenodes. Device inventory providers such asjamf,tailscaleare typical sources.
When a source list is set, data from other modules can link to existing canonical nodes but cannot create those nodes.
Run Cartography#
Run the provider modules together with ontology so the source data is available:
cartography \
--selected-modules okta,duo,jamf,tailscale,ontology \
--ontology-users-source okta,duo \
--ontology-devices-source jamf,tailscale