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
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 thexmlsec
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.