"CLOUDRON_OIDC_PROVIDER_NAME is not supported" comment added

checklist added
This commit is contained in:
Vladimir D
2024-12-26 16:20:18 +04:00
parent 4653d689d8
commit 94ea75bfdb
6 changed files with 667 additions and 110 deletions

View File

@@ -56,6 +56,7 @@ xmlstarlet ed --inplace --update '//properties/entry[@key="web.url"]' -v "${CLOU
# OIDC
if [[ -n "${CLOUDRON_OIDC_ISSUER:-}" ]]; then
echo "=> Ensure OIDC settings"
# CLOUDRON_OIDC_PROVIDER_NAME is not supported
xmlstarlet ed --inplace \
--update '//properties/entry[@key="openid.clientId"]' -v "${CLOUDRON_OIDC_CLIENT_ID}" \
--update '//properties/entry[@key="openid.clientSecret"]' -v "${CLOUDRON_OIDC_CLIENT_SECRET}" \