Kutt will not let me set OIDC_ENABLED to true, installed before option available
-
I installed the app before OIDC_ENABLED was an option that was available, now that it is in the app, I cannot set the value. It is overwritten by cloudron on startup.
Seems like this bit of code in the
start.shfile is the reason I cannot:if [[ -n "${CLOUDRON_OIDC_ISSUER:-}" ]]; then echo "==> Configure OIDC" sed -e "s|^OIDC_ENABLED=.*|OIDC_ENABLED=true|" \ -e "s|^OIDC_ISSUER=.*|OIDC_ISSUER=${CLOUDRON_OIDC_ISSUER}|" \ -e "s|^OIDC_CLIENT_ID=.*|OIDC_CLIENT_ID=${CLOUDRON_OIDC_CLIENT_ID}|" \ -e "s|^OIDC_CLIENT_SECRET=.*|OIDC_CLIENT_SECRET=${CLOUDRON_OIDC_CLIENT_SECRET}|" \ -e "s|^OIDC_SCOPE=.*|OIDC_SCOPE=openid profile email|" \ -e "s|^OIDC_EMAIL_CLAIM=.*|OIDC_EMAIL_CLAIM=email|" \ -i /app/data/env else sed -e "s|^OIDC_ENABLED=.*|OIDC_ENABLED=false|" -i /app/data/env fi -
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login