mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
apps/nextcloud/values.yaml had oidc_login_client_id/secret as literal empty strings, causing "client_id is missing or invalid" on login. The matching Authentik blueprint (infrastructure/authentik/nextcloud- blueprint.yaml) already defines fixed credentials for this OAuth2 provider - just never got copied over. Filled in to match. Also found and left alone: an orphaned nextcloud-oidc-config ConfigMap (from January) that already had the correct values but isn't actually mounted by the current Deployment (which uses nextcloud-config instead) - harmless dead resource, not the active config path.