Disable unauthenticated published reports

  • Release version: Australia
  • Updated March 12, 2026
  • 1 minute to read
  • Deactivate this property to prevent the user from publishing or accessing reports. This property disables the published reports feature in reporting.

    If the glide.report.published_reports.enabled system property is not set to the recommended value of false, then reports stored on the instance can be made visible without authentication.

    Ensure that the glide.report.published_reports.enabled system property exists in the System Properties [sys_properties] table and is set to the value false. If the property does not appear in the sys_properties table, add a new record.

    More information

    Attribute Description
    Configuration name glide.report.published_reports.enabled
    Configuration type System Properties (/sys_properties_list.do)
    Data type Boolean
    Recommended value false
    Default value <none>
    Fallback value true
    Category Architecture, design, and threat modeling
    Security risk
    • Severity score: 6.5
    • CVSS rating: Medium
    • Security risk details: Allowing unauthenticated access to sensitive data can cause inadvertent information disclosure to a malicious actor.
    Functional impact The user cannot publish reports.
    Dependencies and prerequisites None