MarcusVRP pushed to branch main at Root / Kubernetes / FluxCD
Commits:
-
702138fd
by marcusvrp at 2025-08-08T06:49:33-03:00
1 changed file:
Changes:
... | ... | @@ -44,33 +44,14 @@ spec: |
44 | 44 | accessKey: s3AccessKey
|
45 | 45 | secretKey: s3SecretKey
|
46 | 46 | configs:
|
47 | - # https://github.com/pulsejet/nextcloud-oidc-login
|
|
48 | - oidc.config.php: |
|
|
47 | + no-passwordless.config.php: |
|
|
49 | 48 | <?php
|
50 | 49 | $CONFIG = array (
|
51 | - 'allow_user_to_change_display_name' => false,
|
|
52 | - 'lost_password_link' => 'disabled',
|
|
53 | - 'oidc_login_provider_url' => 'https://keycloak.c3sl.ufpr.br/realms/DInfC3SL/',
|
|
54 | - 'oidc_login_client_id' => getenv('OIDC_CLIENT_ID'),
|
|
55 | - 'oidc_login_client_secret' => getenv('OIDC_CLIENT_SECRET'),
|
|
56 | - 'oidc_login_auto_redirect' => true,
|
|
57 | - 'oidc_login_button_text' => 'DInf/C3SL Login',
|
|
58 | - 'oidc_login_hide_password_form' => true,
|
|
59 | - 'oidc_login_disable_registration' => false,
|
|
50 | + 'auth.webauthn.enabled' => true,
|
|
60 | 51 | );
|
61 | 52 | extraEnv:
|
62 | 53 | - name: PGSSLMODE
|
63 | 54 | value: require
|
64 | - - name: OIDC_CLIENT_ID
|
|
65 | - valueFrom:
|
|
66 | - secretKeyRef:
|
|
67 | - name: nextcloud
|
|
68 | - key: oidcClientID
|
|
69 | - - name: OIDC_CLIENT_SECRET
|
|
70 | - valueFrom:
|
|
71 | - secretKeyRef:
|
|
72 | - name: nextcloud
|
|
73 | - key: oidcClientSecret
|
|
74 | 55 | redis:
|
75 | 56 | enabled: true
|
76 | 57 | auth:
|