Skip to main content

RedactManager Documentation

Upload fails

Problem:

Upload of a file fails.

  • Diagnosis 1:

    The file is larger than the configured file size limit. (Default file limit: 200 MB)

    Resolution 1:

    Increase the file limit:

    • Step 1: Configure the following value in the values.yaml

      spring.config.maxFileAndRequestSize: <new file limit in MB>
    • Step 2: Restart the following services:

      Redaction Service, Redaction Priority Service, Redaction Gateway, and Persistence Service

  • Diagnosis 2:

    Timeout of OpenShift route is too low.

    Resolution 2:

    Adjust OpenShift route.

    Set redaction-gateway route annotation:

    haproxy.router.openshift.io/timeout: 5m