Features
With the _features.conf
you can control which Enterprise API features are enabled. They are managed via
the feature manager.
Available Features
openapi
- Enables openapi endpointsauth
- Configure authenticationfeature-flag-information-endpoint
- Enables endpoints related to showing information about available features on this service instancehealthchecks
- Enables healthcheck endpointsenterprise
- Enterprise baseadmin
- Administration endpointssuperadmin-registration
- Enable or disable superadmin registrationdev-mode
- Development modedatabase
- Configure databaseweb
- Web serviceauthservice
- Enables user authenticationpersistence
- Storageorganization-creation
- Enable or disable organization creationdebug-endpoints
- Enables various debug endpointsaccount-registration
- Enable or disable account registration
Example Setup
_features.conf
enabledFeatures = [
admin // adds routes for administration of globals
dev-mode // adds routes useful for development
superadmin-registration // allows registering superadmins
]
disabledFeatures = [
# debug-endpoints
# account-registration
]