Enforce production instance behavior
Configure whether your instance should be handled like a production or non-production instance.
If the glide.installation.production system property is not set to the recommended value of true, then the instance is not treated as a production instance, permitting zboot and other potentially dangerous scripts.
Ensure that the property glide.installation.production is set to true on a production instance.
More information
| Attribute | Description |
|---|---|
| Configuration name | glide.installation.production |
| Configuration type | System Properties \(/sys\_properties\_list.do\) |
| Data type | Boolean |
| Recommended value | true |
| Default value | <none> |
| Fallback value | true |
| Category | Access control |
| Security risk | - Severity score: 6.3 - CVSS score: Medium - Security risk details: Allowing a production instance to be evaluated as non-production can lead to information disclosure or denial of service. |
| Functional impact | None |
| Dependencies and prerequisites | None |
Parent Topic:Access control