Ability to Restrict Behavior for the Live Production Environment

In this release a property is introduced (isLiveProduction) to indicate that the environment is the live production environment. By default this value is set to false.

For cloud customers, this property is set to true by the development operations team when a customer indicates they are live.

An example of functionality that uses this property to determine behavior is Personal Identifiable Information Redaction in Logs.

This property enables the base product and implementations to implement tighter restrictions or different default behavior for a live production environment as compared to other environments.

Steps to Enable

To enable this feature, contact your Customer Success Manager to confirm your live production environment to ensure that the property value will be set correctly.

Key Resources