Christopher Pole

Results 7 comments of Christopher Pole

> If I run the sync again, it does at least run all the enabled sync tasks, but it never runs on a schedule, so now I have a script...

does AUTHENTIK_REDIS__URL also work with the helm chart?

Perhaps I am doing something wrong? ```yaml apiVersion: apps/v1 kind: Deployment containers: - name: authentik image: "ghcr.io/goauthentik/server:2023.8.3" imagePullPolicy: "IfNotPresent" args: ["server"] envFrom: - secretRef: name: authentik - configMapRef: name: authentik...

also seeing this issue, ldap sync jobs have vanished, and I can only get an ldap sync to run by running it manually in the worker container. Manually running sync...

This is resolved for me in 2024.4.2 with a fresh installation

Currently seeing the issue fixed by this MR against a Percona Postgres PGBouncer instance; I have set `AUTHENTIK_POSTGRESQL__USE_PGBOUNCER` to false and `AUTHENTIK_POSTGRESQL__USE_PGPOOL` to true as a dirty work around to...

Also hitting this problem.