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.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add a missing library needed for SSO to the Dockerfile and install dosc.
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.
0cae64892b99af1689af6877d55c899903fc9b04 Christian Hammond
contrib/docker/Dockerfile
docs/manual/admin/installation/linux.rst
Loading...