[Git][root/k8s/fluxcd][main] feat(nextcloud): migrate to new oidc app

MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD Commits: 702138fd by marcusvrp at 2025-08-08T06:49:33-03:00 feat(nextcloud): migrate to new oidc app - - - - - 1 changed file: - apps/base/nextcloud/helmrelease.yaml Changes: ===================================== apps/base/nextcloud/helmrelease.yaml ===================================== @@ -44,33 +44,14 @@ spec: accessKey: s3AccessKey secretKey: s3SecretKey configs: - # https://github.com/pulsejet/nextcloud-oidc-login - oidc.config.php: | + no-passwordless.config.php: | <?php $CONFIG = array ( - 'allow_user_to_change_display_name' => false, - 'lost_password_link' => 'disabled', - 'oidc_login_provider_url' => 'https://keycloak.c3sl.ufpr.br/realms/DInfC3SL/', - 'oidc_login_client_id' => getenv('OIDC_CLIENT_ID'), - 'oidc_login_client_secret' => getenv('OIDC_CLIENT_SECRET'), - 'oidc_login_auto_redirect' => true, - 'oidc_login_button_text' => 'DInf/C3SL Login', - 'oidc_login_hide_password_form' => true, - 'oidc_login_disable_registration' => false, + 'auth.webauthn.enabled' => true, ); extraEnv: - name: PGSSLMODE value: require - - name: OIDC_CLIENT_ID - valueFrom: - secretKeyRef: - name: nextcloud - key: oidcClientID - - name: OIDC_CLIENT_SECRET - valueFrom: - secretKeyRef: - name: nextcloud - key: oidcClientSecret redis: enabled: true auth: View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/702138fd32c1f1b448d50af... -- View it on GitLab: https://gitlab.c3sl.ufpr.br/root/k8s/fluxcd/-/commit/702138fd32c1f1b448d50af... You're receiving this email because of your account on gitlab.c3sl.ufpr.br.
participantes (1)
-
MarcusVRP (@mvreisdoefer)