1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-11-04 17:12:35 +00:00

CLOUDRON_OIDC_PROVIDER_NAME implemented

checklist added
tests updated
This commit is contained in:
Vladimir D
2024-12-19 15:43:06 +04:00
parent 43bde46b81
commit 3d77021618
5 changed files with 566 additions and 1952 deletions

View File

@@ -29,7 +29,7 @@ if [[ ! -d /app/data/mc_config ]]; then
fi
if [[ -n "${CLOUDRON_OIDC_ISSUER:-}" ]]; then
export MINIO_IDENTITY_OPENID_DISPLAY_NAME="Cloudron"
export MINIO_IDENTITY_OPENID_DISPLAY_NAME="${CLOUDRON_OIDC_PROVIDER_NAME:-Cloudron}"
export MINIO_IDENTITY_OPENID_CONFIG_URL="${CLOUDRON_OIDC_DISCOVERY_URL}"
export MINIO_IDENTITY_OPENID_CLIENT_ID="${CLOUDRON_OIDC_CLIENT_ID}"
export MINIO_IDENTITY_OPENID_CLIENT_SECRET="${CLOUDRON_OIDC_CLIENT_SECRET}"