• 
      

    Add a missing library needed for SSO to the Dockerfile and install docs.

    Review Request #12926 — Created March 27, 2023 and submitted — Latest diff uploaded

    Information

    Review Board
    release-5.0.x

    Reviewers

    This adds a missing libxmlsec1-openssl runtime library, which is
    needed for SSO support in our Docker images and in our installation
    documentation. This is needed by the xmlsec Python library at runtime.

    The instructions for Ubuntu/Debian and RHEL flavors comes straight from
    the Python xmlsec docs at https://pypi.org/project/xmlsec/.

    Verified the fix on Docker with a user.

    Commits

    Files