-
- Downloads
Add OIDC compatibility
OIDC authentication requires a different Docker image from the one
used for publishing repository content. This customized image
loads the OIDC module to enable the connection but also loads
other modules listed in the chart configuration by default.
Forcing the container to load these modules results in the error
"module is built-in and can't be loaded," causing the container to
stop.
It is necessary for this Helm Chart to be compatible with different
Apache2 images. Therefore, a check is added to avoid loading
modules if `OIDC_CONFIG_PRESENT` is defined.
Signed-off-by:
Pablo Vigo <pvigo@collabora.com>
Please register or sign in to comment