Manage featuresΒΆ

A default Inmanta install comes with all features enabled by default. config.feature-file points to a yaml file that enables or disables features. The format of this file is:

slices:
    slice_name:
        feature_name: bool

Currently the following features are available:

  • core.server::dashboard

An example feature file is:

slices:
    core.server:
        dashboard: false