Ontology ConfigurationΒΆ
Ontology does not require any specific configuration parameters. However, to enable a more controlled creation of ontology nodes, you can specify sources of truth for certain ontology node types.
Use the
--ontology-users-sourceparameter to define a comma-separated list of modules that will serve as sources of truth forUsernodes. Only users found in these modules will have correspondingUsernodes created in the ontology. (basically you should specify your identity provider module here, e.g.,okta,duo)Use the
--ontology-devices-sourceparameter to define a comma-separated list of modules that will serve as sources of truth forDevicenodes. Only devices found in these modules will have correspondingDevicenodes created in the ontology. (for example, you might specifyjamf,tailscalehere)