Enabling UI features by using feature flags
As an administrator, you control some user interface features in the Concert Operate console by using feature flags. Administrators configure feature flags by using a ConfigMap to control whether specific user interface capabilities are available to users.
For example, the behavior of the alert context menu depends on the
ENABLE_SHARED_ALERT_CONTEXT_MENU feature flag. When the feature flag is enabled,
all users see a shared menu structure defined by the administrator. When the feature flag is not
enabled, each user sees a personalized menu structure.
For more information about configuring feature flags by using ConfigMaps, see Configuring feature flags by using ConfigMaps.