authentik icon indicating copy to clipboard operation
authentik copied to clipboard

.env file variables not applying to server

Open harrisonravazzolo opened this issue 8 months ago • 7 comments

Describe the bug Have a fleshed out .env file, same directory as docker yaml file with multiple values but when pulling up the boxes up with docker-compose the variables do not get picked up by the server.

When I use docker compose run --rm worker dump_config it returns none.

To Reproduce Steps to reproduce the behavior:

Image Image

Expected behavior Expect the vars to be picked up on server deployment.

Screenshots See above ^

Logs See screenshots for examples

Version and Deployment (please complete the following information):

  • authentik version: 2025.2.3
  • Deployment: docker-compose

harrisonravazzolo avatar Apr 03 '25 19:04 harrisonravazzolo

Hi! Thanks for opening this issue. Could you please post your docker-compose.yml file and/or the output of docker inspect <container name or id>? Be sure to redact any sensitive info which may have been output

dominic-r avatar Apr 03 '25 22:04 dominic-r

Oh, and, your command in the initial messages uses docker compose (without a hyphen), but the command ran on your EC2 uses docker-compose. Could you try without a hyphen and see if this resolves your issue?

dominic-r avatar Apr 03 '25 22:04 dominic-r

I am hitting this bug as well.

.env file:

AUTHENTIK_EMAIL__HOST=smtp.google.com
AUTHENTIK_EMAIL__PORT=587
[email protected]
AUTHENTIK_EMAIL__PASSWORD=SuperSecretPassword
AUTHENTIK_EMAIL__USE_TLS=true
[email protected]

output of docker compose exec worker ak dump_config:

{"event": "Loaded config", "level": "debug", "logger": "__main__", "timestamp": 1746542924.370279, "file": "/authentik/lib/default.yml"}
{"event": "Loaded environment variables", "level": "debug", "logger": "__main__", "timestamp": 1746542924.3707724, "count": 12}
None

output of docker inspect authentik-worker:

[
    {
        "Id": "55c4fb58647aa64fcc66a15631570c7291e8cfbc34b30f080d00f51ed674e262",
        "Created": "2025-05-06T14:47:08.071493868Z",
        "Path": "dumb-init",
        "Args": [
            "--",
            "ak",
            "worker"
        ],
        "State": {
            "Status": "running",
            "Running": true,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 3515429,
            "ExitCode": 0,
            "Error": "",
            "StartedAt": "2025-05-06T14:47:11.779218435Z",
            "FinishedAt": "0001-01-01T00:00:00Z",
            "Health": {
                "Status": "healthy",
                "FailingStreak": 0,
                "Log": [
                    {
                        "Start": "2025-05-06T15:51:24.466590808+01:00",
                        "End": "2025-05-06T15:51:24.675920822+01:00",
                        "ExitCode": 0,
                        "Output": "{\"event\":\"checking health\",\"level\":\"debug\",\"mode\":\"worker\",\"timestamp\":\"2025-05-06T14:51:24Z\"}\n"
                    },
                    {
                        "Start": "2025-05-06T15:51:54.67718547+01:00",
                        "End": "2025-05-06T15:51:54.879159902+01:00",
                        "ExitCode": 0,
                        "Output": "{\"event\":\"checking health\",\"level\":\"debug\",\"mode\":\"worker\",\"timestamp\":\"2025-05-06T14:51:54Z\"}\n"
                    },
                    {
                        "Start": "2025-05-06T15:52:24.880485577+01:00",
                        "End": "2025-05-06T15:52:25.138608553+01:00",
                        "ExitCode": 0,
                        "Output": "{\"event\":\"checking health\",\"level\":\"debug\",\"mode\":\"worker\",\"timestamp\":\"2025-05-06T14:52:25Z\"}\n"
                    },
                    {
                        "Start": "2025-05-06T15:52:55.139345951+01:00",
                        "End": "2025-05-06T15:52:55.331154411+01:00",
                        "ExitCode": 0,
                        "Output": "{\"event\":\"checking health\",\"level\":\"debug\",\"mode\":\"worker\",\"timestamp\":\"2025-05-06T14:52:55Z\"}\n"
                    },
                    {
                        "Start": "2025-05-06T15:53:25.332127462+01:00",
                        "End": "2025-05-06T15:53:25.571042822+01:00",
                        "ExitCode": 0,
                        "Output": "{\"event\":\"checking health\",\"level\":\"debug\",\"mode\":\"worker\",\"timestamp\":\"2025-05-06T14:53:25Z\"}\n"
                    }
                ]
            }
        },
        "Image": "sha256:c4d4d94e5aa609a51276c914a258f0de349122fd40e9dfeaae2488ed727af268",
        "ResolvConfPath": "/path/to/resolv.conf",
        "HostnamePath": "/path/to/hostname",
        "HostsPath": "/path/to/hosts",
        "LogPath": "/path/to/55c4fb58647aa64fcc66a15631570c7291e8cfbc34b30f080d00f51ed674e262-json.log",
        "Name": "/authentik-worker",
        "RestartCount": 0,
        "Driver": "overlay2",
        "Platform": "linux",
        "MountLabel": "",
        "ProcessLabel": "",
        "AppArmorProfile": "docker-default",
        "ExecIDs": null,
        "HostConfig": {
            "Binds": [
                "/storage/authentik/certs:/certs:rw",
                "/storage/authentik/custom-templates:/templates:rw",
                "/storage/authentik/media:/media:rw"
            ],
            "ContainerIDFile": "",
            "LogConfig": {
                "Type": "json-file",
                "Config": {}
            },
            "NetworkMode": "8b7498995b469bd8604b7535ff04f8279d004631c9e20fa0c6920c9de8bc58c4",
            "PortBindings": {},
            "RestartPolicy": {
                "Name": "unless-stopped",
                "MaximumRetryCount": 0
            },
            "AutoRemove": false,
            "VolumeDriver": "",
            "VolumesFrom": null,
            "ConsoleSize": [
                0,
                0
            ],
            "CapAdd": null,
            "CapDrop": null,
            "CgroupnsMode": "private",
            "Dns": null,
            "DnsOptions": null,
            "DnsSearch": null,
            "ExtraHosts": [],
            "GroupAdd": null,
            "IpcMode": "private",
            "Cgroup": "",
            "Links": null,
            "OomScoreAdj": 0,
            "PidMode": "",
            "Privileged": false,
            "PublishAllPorts": false,
            "ReadonlyRootfs": false,
            "SecurityOpt": null,
            "UTSMode": "",
            "UsernsMode": "",
            "ShmSize": 67108864,
            "Runtime": "nvidia",
            "Isolation": "",
            "CpuShares": 0,
            "Memory": 0,
            "NanoCpus": 0,
            "CgroupParent": "",
            "BlkioWeight": 0,
            "BlkioWeightDevice": null,
            "BlkioDeviceReadBps": null,
            "BlkioDeviceWriteBps": null,
            "BlkioDeviceReadIOps": null,
            "BlkioDeviceWriteIOps": null,
            "CpuPeriod": 0,
            "CpuQuota": 0,
            "CpuRealtimePeriod": 0,
            "CpuRealtimeRuntime": 0,
            "CpusetCpus": "",
            "CpusetMems": "",
            "Devices": null,
            "DeviceCgroupRules": null,
            "DeviceRequests": null,
            "MemoryReservation": 0,
            "MemorySwap": 0,
            "MemorySwappiness": null,
            "OomKillDisable": null,
            "PidsLimit": null,
            "Ulimits": null,
            "CpuCount": 0,
            "CpuPercent": 0,
            "IOMaximumIOps": 0,
            "IOMaximumBandwidth": 0,
            "MaskedPaths": [
                "/proc/asound",
                "/proc/acpi",
                "/proc/kcore",
                "/proc/keys",
                "/proc/latency_stats",
                "/proc/timer_list",
                "/proc/timer_stats",
                "/proc/sched_debug",
                "/proc/scsi",
                "/sys/firmware",
                "/sys/devices/virtual/powercap"
            ],
            "ReadonlyPaths": [
                "/proc/bus",
                "/proc/fs",
                "/proc/irq",
                "/proc/sys",
                "/proc/sysrq-trigger"
            ]
        },
        "GraphDriver": {
            "Data": {
                "LowerDir": "/some/path/adf7cf165ab0344dd07e37bcd92ef2db9fdf5b16b73e5d9d4e3d546ea90d3873-init/diff:/some/path/9653c280dbda7da1caacb1991ec966849b6ebb1d9d4ff72384f9504bae54ba27/diff:/some/path/89a36f881a0d721b2a64aa9ebfb29c8afbf3db6435b5be5897c7d5ac76e2fceb/diff:/some/path/d140bf946e676898726d4917275fe76b1ad617818fb320e94212630b57a94e62/diff:/some/path/7d784306b1d03e8ff5df485f7692c926a6dc423767718c66809ec8c77a2749e9/diff:/some/path/ea232e7ce530633292c3d2b7fb29fdd1bfbf4a0f4d7ed023bd74817952099fed/diff:/some/path/8050eb2b13eac80b583f3f5fd914e97bb5fa1b34b90fd60d3601006222c10dfc/diff:/some/path/c89efd5a38d8151a48016a22528bbd2da6d4853929e7d27ee3108687b12a435e/diff:/some/path/2548bc220187a65ae15eccf3742ac2a9936583fb9af27d3ab819fdd9d2bc6a01/diff:/some/path/878541a6ed0a22c94726b7c0595dbfa510358f0403537524d7950bed4c37ca19/diff:/some/path/a0ede6befa2ecf9915d07903f571f01290f066d9b0777a4f0b91350a1344dc25/diff:/some/path/25025537e1e6656dbf1aa78a087e62ee364884c3a95c44fd2e327622fc658162/diff:/some/path/dd795c6537f66ee613776b08607db7cdaf2577a530b7dcc17f95a97e016614d1/diff:/some/path/4b8cb783417700adbf71390cfefe0a27517203be4cae60bac5700ad1f2df3f20/diff:/some/path/80bad4b35a435b746f24f822b892f31beab547fdafb54c25047532b8720962c2/diff:/some/path/8066df5a430670740ae75f3d393f986b16bfbbdbf682bffc4385e29d0d50c392/diff:/some/path/f6739274ace9347adadd049409f97dd132c354e9dc2628f394e3be853e48e4c8/diff:/some/path/4f727ed156f825ee3be61f6964916204e31d3949f5e7fc5c27810973ece6d932/diff:/some/path/fcae6169f6d1591359c668b779e081e045a293070c00f622a89b23ab458e368d/diff:/some/path/ce2b6ecfba04c5302848462d42f512adf5b96f8499626d442de5f466317ee896/diff:/some/path/f0fac0581ddd71c90bba2cf9e878991adb061e22084b549c593d2b2326a9d535/diff:/some/path/b54a09a8553c74d9e4f5c6cee53000a9dec5aa5e23e17f388f18716adbaad3f9/diff:/some/path/49d40af291509df4098bef9898835fea4a0d3c360758988e5fc46180046c07f4/diff:/some/path/80659db870713f94204f58692ec71f16e5cc1839274b611f444878b5b6ab0c8d/diff:/some/path/e481e42823023186f60b045e05718290976a3e6d10eee3d964d714878218bfba/diff:/some/path/6e43ced685fd4be87e00f198144e6b2968a537a6ac9d638c322ab67e63a8a571/diff:/some/path/1105b46d3429413f6f06f7cc67a48de1bb10e3dbf0facdac80450dddd9fff5aa/diff:/some/path/de2978feeb9e14a7daadf8fd9b8806958254b56969963b6e02d79000cd040d48/diff:/some/path/f698e53378ac698537d2afbc3207e2dfb1c02887bf4e161937ea48a8def93dcb/diff",
                "MergedDir": "/some/path/adf7cf165ab0344dd07e37bcd92ef2db9fdf5b16b73e5d9d4e3d546ea90d3873/merged",
                "UpperDir": "/some/path/adf7cf165ab0344dd07e37bcd92ef2db9fdf5b16b73e5d9d4e3d546ea90d3873/diff",
                "WorkDir": "/some/path/adf7cf165ab0344dd07e37bcd92ef2db9fdf5b16b73e5d9d4e3d546ea90d3873/work"
            },
            "Name": "overlay2"
        },
        "Mounts": [
            {
                "Type": "bind",
                "Source": "/storage/authentik/certs",
                "Destination": "/certs",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            },
            {
                "Type": "bind",
                "Source": "/storage/authentik/custom-templates",
                "Destination": "/templates",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            },
            {
                "Type": "bind",
                "Source": "/storage/authentik/media",
                "Destination": "/media",
                "Mode": "rw",
                "RW": true,
                "Propagation": "rprivate"
            }
        ],
        "Config": {
            "Hostname": "55c4fb58647a",
            "Domainname": "",
            "User": "1000",
            "AttachStdin": false,
            "AttachStdout": true,
            "AttachStderr": true,
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "AUTHENTIK_POSTGRESQL__HOST=postgresql",
                "AUTHENTIK_EMAIL__USE_TLS=true",
                "AUTHENTIK_EMAIL__HOST=smtp.google.com",
                "AUTHENTIK_POSTGRESQL__USER=authentik",
                "[email protected]",
                "AUTHENTIK_REDIS__HOST=redis",
                "AUTHENTIK_POSTGRESQL__PASSWORD=SuperSecretPassword1",
                "AUTHENTIK_POSTGRESQL__NAME=authentik",
                "AUTHENTIK_EMAIL__PASSWORD=SuperSecretPassword",
                "AUTHENTIK_SECRET_KEY=MyKeyIsSecure",
                "PG_PASS=SuperSecretPassword1",
                "[email protected]",
                "AUTHENTIK_EMAIL__PORT=587",
                "PATH=/lifecycle:/ak-root/.venv/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "build_root=/build",
                "SSL_CERT_DIR=/etc/ssl/certs",
                "LANG=C.UTF-8",
                "GPG_KEY=7169605F62C751356D054A26A821E680E5FA6305",
                "PYTHON_PIP_VERSION=24.1.1",
                "PYTHON_GET_PIP_URL=https://github.com/pypa/get-pip/raw/def4aec84b261b939137dd1c69eff0aabb4a7bf4/public/get-pip.py",
                "PYTHON_GET_PIP_SHA256=bc37786ec99618416cc0a0ca32833da447f4d91ab51d2c138dd15b7af21e8e9a",
                "VENV_PATH=/ak-root/.venv",
                "UV_COMPILE_BYTECODE=1",
                "UV_LINK_MODE=copy",
                "UV_NATIVE_TLS=1",
                "UV_PYTHON_DOWNLOADS=0",
                "GIT_BUILD_HASH=",
                "TMPDIR=/dev/shm/",
                "PYTHONDONTWRITEBYTECODE=1",
                "PYTHONUNBUFFERED=1",
                "GOFIPS=1"
            ],
            "Cmd": [
                "worker"
            ],
            "Healthcheck": {
                "Test": [
                    "CMD",
                    "ak",
                    "healthcheck"
                ],
                "Interval": 30000000000,
                "Timeout": 30000000000,
                "StartPeriod": 60000000000,
                "Retries": 3
            },
            "Image": "ghcr.io/goauthentik/server:2025.4.0",
            "Volumes": null,
            "WorkingDir": "/",
            "Entrypoint": [
                "dumb-init",
                "--",
                "ak"
            ],
            "OnBuild": null,
            "Labels": {
                "com.docker.compose.config-hash": "78748bfa6b0bd5f7112ce3f6b919c12100bc12fd2eab5174076751c23d2eb710",
                "com.docker.compose.container-number": "1",
                "com.docker.compose.depends_on": "",
                "com.docker.compose.image": "sha256:c4d4d94e5aa609a51276c914a258f0de349122fd40e9dfeaae2488ed727af268",
                "com.docker.compose.oneoff": "False",
                "com.docker.compose.project": "authentik",
                "com.docker.compose.project.config_files": "/path/to/compose/docker-compose.yaml",
                "com.docker.compose.project.working_dir": "/path/to/compose",
                "com.docker.compose.service": "worker",
                "com.docker.compose.version": "2.29.1",
                "org.opencontainers.image.description": "goauthentik.io Main server image, see https://goauthentik.io for more info.",
                "org.opencontainers.image.revision": "",
                "org.opencontainers.image.source": "https://github.com/goauthentik/authentik",
                "org.opencontainers.image.url": "https://goauthentik.io",
                "org.opencontainers.image.version": "refs/tags/version/2025.4.0",
                "traefik.enable": "false"
            }
        },
        "NetworkSettings": {
            "Bridge": "",
            "SandboxID": "bbf40bb4ef167e36d161f379360a10cbaeac422186efc03274fbfa57dfff6d6c",
            "SandboxKey": "/var/run/docker/netns/bbf40bb4ef16",
            "Ports": {},
            "HairpinMode": false,
            "LinkLocalIPv6Address": "",
            "LinkLocalIPv6PrefixLen": 0,
            "SecondaryIPAddresses": null,
            "SecondaryIPv6Addresses": null,
            "EndpointID": "",
            "Gateway": "",
            "GlobalIPv6Address": "",
            "GlobalIPv6PrefixLen": 0,
            "IPAddress": "",
            "IPPrefixLen": 0,
            "IPv6Gateway": "",
            "MacAddress": "",
            "Networks": {
                "proxy-backend": {
                    "IPAMConfig": null,
                    "Links": null,
                    "Aliases": [
                        "authentik-worker",
                        "worker"
                    ],
                    "MacAddress": "02:42:ac:11:04:12",
                    "DriverOpts": null,
                    "NetworkID": "8b7498995b469bd8604b7535ff04f8279d004631c9e20fa0c6920c9de8bc58c4",
                    "EndpointID": "6046b2679db12d97124aad9e85a7ef822aa57abe46f80979723cd288fa0c0f25",
                    "Gateway": "172.17.4.1",
                    "IPAddress": "172.17.4.18",
                    "IPPrefixLen": 24,
                    "IPv6Gateway": "",
                    "GlobalIPv6Address": "",
                    "GlobalIPv6PrefixLen": 0,
                    "DNSNames": [
                        "authentik-worker",
                        "worker",
                        "55c4fb58647a"
                    ]
                }
            }
        }
    }
]

rf152 avatar May 06 '25 14:05 rf152

@rf152 yea... that's interesting. your variables are loaded as they show in the docker inspect, but authentik doesn't seem to recognize them. Can you try switching the log level to trace and see if anything else shows up, either at startup, or at another time (https://docs.goauthentik.io/docs/developer-docs/setup/debugging). Can you also confirm your environment: Docker version, host architecture, kernel version, startup logs and if anything at all works? can't manage to replicate this on my side yet and I hope your info will help

dominic-r avatar May 06 '25 15:05 dominic-r

It's on x86_64.

Docker version: Docker version 27.1.1, build 6312585

Kernel: 6.6.44-production+truenas

When I try to enable debug on the worker, all I get is:

Reading package lists...
E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
Reading package lists...
E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)
Reading package lists...
E: List directory /var/lib/apt/lists/partial is missing. - Acquire (13: Permission denied)

Which I'm guessing is because it's trying to install additional packages, but the container runs as a non-root user?

rf152 avatar May 07 '25 08:05 rf152

Startup log for the worker (without debug due to aforementioned issue with packages):

{"event": "Not running as root, disabling permission fixes", "level": "info", "logger": "bootstrap"}
{"event": "Loaded config", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604886.630124, "file": "/authentik/lib/default.yml"}
{"event": "Loaded environment variables", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604886.630482, "count": 12}
{"event": "Starting authentik bootstrap", "level": "info", "logger": "authentik.lib.config", "timestamp": 1746604886.8811586}
{"event": "PostgreSQL connection failed, retrying... (connection failed: connection to server at \"172.17.4.18\", port 5432 failed: FATAL:  the database system is starting up)", "level": "info", "logger": "authentik.lib.config", "timestamp": 1746604888.169709}
{"event": "PostgreSQL connection successful", "level": "info", "logger": "authentik.lib.config", "timestamp": 1746604888.1814806}
{"event": "Redis Connection successful", "level": "info", "logger": "authentik.lib.config", "timestamp": 1746604888.1829429}
{"event": "Finished authentik bootstrap", "level": "info", "logger": "authentik.lib.config", "timestamp": 1746604888.1830394}
2025-05-07 08:01:28 [info     ] waiting to acquire database lock
2025-05-07 08:01:32 [info     ] applying django migrations
{"event": "Booting authentik", "level": "info", "logger": "authentik.lib.config", "timestamp": 1746604892.9884331, "version": "2025.4.0"}
{"event": "Enabled authentik enterprise", "level": "info", "logger": "authentik.lib.config", "timestamp": 1746604892.991329}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604892.992078, "path": "authentik.enterprise.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604892.9929378, "path": "authentik.admin.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604892.9937453, "path": "authentik.events.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604892.9956367, "path": "authentik.enterprise.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604892.9965186, "path": "authentik.enterprise.providers.microsoft_entra.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604892.9971094, "path": "authentik.blueprints.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604892.9984484, "path": "authentik.crypto.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604892.9997394, "path": "authentik.sources.plex.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604893.0034764, "path": "authentik.sources.oauth.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604893.0047517, "path": "authentik.enterprise.policies.unique_password.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604893.0071998, "path": "authentik.enterprise.providers.google_workspace.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604893.0085673, "path": "authentik.stages.authenticator_webauthn.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604893.0097914, "path": "authentik.outposts.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604893.011038, "path": "authentik.sources.kerberos.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604893.014547, "path": "authentik.sources.ldap.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604893.0160298, "path": "authentik.stages.authenticator_totp.settings"}
{"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1746604893.0166457, "path": "authentik.providers.scim.settings"}
{"domain_url": null, "event": "Loaded MMDB database", "file": "/geoip/GeoLite2-ASN.mmdb", "last_write": 1738185299.0, "level": "info", "logger": "authentik.events.context_processors.mmdb", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:33.337064"}
{"domain_url": null, "event": "Loaded MMDB database", "file": "/geoip/GeoLite2-City.mmdb", "last_write": 1738185299.0, "level": "info", "logger": "authentik.events.context_processors.mmdb", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:33.338237"}
{"app_name": "authentik.tenants", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.tenants.checks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.009894"}
{"app_name": "authentik.tenants", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.tenants.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.010420"}
{"app_name": "authentik.admin", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.admin.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.017240"}
{"app_name": "authentik.admin", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.admin.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.017978"}
{"app_name": "authentik.crypto", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.crypto.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.019239"}
{"app_name": "authentik.flows", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.flows.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.055323"}
{"app_name": "authentik.outposts", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.outposts.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.090726"}
{"app_name": "authentik.outposts", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.outposts.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.091666"}
{"app_name": "authentik.policies.reputation", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.policies.reputation.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.092703"}
{"app_name": "authentik.policies", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.policies.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.103728"}
{"app_name": "authentik.providers.oauth2", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.providers.oauth2.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.104544"}
{"app_name": "authentik.providers.proxy", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.providers.proxy.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.105176"}
{"app_name": "authentik.providers.proxy", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.providers.proxy.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.105680"}
{"app_name": "authentik.providers.rac", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.providers.rac.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.109519"}
{"app_name": "authentik.providers.scim", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.providers.scim.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.112160"}
{"app_name": "authentik.providers.scim", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.providers.scim.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.113405"}
{"app_name": "authentik.rbac", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.rbac.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.114508"}
{"app_name": "authentik.sources.kerberos", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.kerberos.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.116541"}
{"app_name": "authentik.sources.kerberos", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.kerberos.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.117253"}
{"app_name": "authentik.sources.ldap", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.ldap.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.123754"}
{"app_name": "authentik.sources.ldap", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.ldap.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.127593"}
{"app_name": "authentik.sources.oauth", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.oauth.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.142864"}
{"app_name": "authentik.sources.saml", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.saml.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.143525"}
{"app_name": "authentik.sources.scim", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.scim.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.144318"}
{"app_name": "authentik.stages.authenticator_duo", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.stages.authenticator_duo.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.145027"}
{"app_name": "authentik.stages.authenticator_static", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.stages.authenticator_static.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.145717"}
{"app_name": "authentik.stages.authenticator_webauthn", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.stages.authenticator_webauthn.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.177993"}
{"app_name": "authentik.stages.email", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.stages.email.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.178388"}
{"app_name": "authentik.core", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.core.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.179502"}
{"app_name": "authentik.core", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.core.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.179638"}
{"app_name": "authentik.enterprise", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.180193"}
{"app_name": "authentik.enterprise", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.180762"}
{"app_name": "authentik.enterprise.policies.unique_password", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.policies.unique_password.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.181735"}
{"app_name": "authentik.enterprise.policies.unique_password", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.policies.unique_password.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.182204"}
{"app_name": "authentik.enterprise.providers.google_workspace", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.providers.google_workspace.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.182856"}
{"app_name": "authentik.enterprise.providers.google_workspace", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.providers.google_workspace.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.183335"}
{"app_name": "authentik.enterprise.providers.microsoft_entra", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.providers.microsoft_entra.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.184016"}
{"app_name": "authentik.enterprise.providers.microsoft_entra", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.providers.microsoft_entra.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.184468"}
{"app_name": "authentik.enterprise.providers.ssf", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.providers.ssf.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.185848"}
{"app_name": "authentik.enterprise.providers.ssf", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.providers.ssf.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.187119"}
{"app_name": "authentik.events", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.events.tasks", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.187616"}
{"app_name": "authentik.events", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.events.signals", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:34.187737"}
=== Starting migration
Operations to perform:
  Apply all migrations: auth, authentik_blueprints, authentik_brands, authentik_core, authentik_crypto, authentik_enterprise, authentik_events, authentik_flows, authentik_outposts, authentik_policies, authentik_policies_dummy, authentik_policies_event_matcher, authentik_policies_expiry, authentik_policies_expression, authentik_policies_geoip, authentik_policies_password, authentik_policies_reputation, authentik_policies_unique_password, authentik_providers_google_workspace, authentik_providers_ldap, authentik_providers_microsoft_entra, authentik_providers_oauth2, authentik_providers_proxy, authentik_providers_rac, authentik_providers_radius, authentik_providers_saml, authentik_providers_scim, authentik_providers_ssf, authentik_rbac, authentik_sources_kerberos, authentik_sources_ldap, authentik_sources_oauth, authentik_sources_plex, authentik_sources_saml, authentik_sources_scim, authentik_stages_authenticator_duo, authentik_stages_authenticator_email, authentik_stages_authenticator_endpoint_gdtc, authentik_stages_authenticator_sms, authentik_stages_authenticator_static, authentik_stages_authenticator_totp, authentik_stages_authenticator_validate, authentik_stages_authenticator_webauthn, authentik_stages_captcha, authentik_stages_consent, authentik_stages_deny, authentik_stages_dummy, authentik_stages_email, authentik_stages_identification, authentik_stages_invitation, authentik_stages_password, authentik_stages_prompt, authentik_stages_redirect, authentik_stages_source, authentik_stages_user_delete, authentik_stages_user_login, authentik_stages_user_logout, authentik_stages_user_write, authentik_tenants, contenttypes, guardian, sessions
Running migrations:
  No migrations to apply.
System check identified no issues (4 silenced).
{"domain_url": null, "event": "releasing database lock", "level": "info", "logger": "lifecycle.migrate", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:37.323756"}
{"domain_url": null, "event": "Dispatching startup tasks...", "level": "info", "logger": "authentik.root.celery", "pid": 7, "schema_name": "public", "timestamp": "2025-05-07T08:01:38.608824"}
{"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 7, "schema_name": "public", "task_id": "026d1fe9b35e458ca18ed69df40564c7", "task_name": "authentik.outposts.tasks.outpost_connection_discovery", "timestamp": "2025-05-07T08:01:38.644971"}
{"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 7, "schema_name": "public", "task_id": "6435fc4cbbc943a5a8fabd39c1879621", "task_name": "authentik.admin.tasks.clear_update_notifications", "timestamp": "2025-05-07T08:01:38.647295"}
{"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 7, "schema_name": "public", "task_id": "280bfd25a0f646719cecf1edce925d8d", "task_name": "authentik.providers.proxy.tasks.proxy_set_defaults", "timestamp": "2025-05-07T08:01:38.648969"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "task_id": "c6eb0722-c068-499d-a053-d20534689967", "task_name": "clean_temporary_users", "timestamp": "2025-05-07T08:01:38.655674"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "d0dfa590-e181-4c6a-8a4c-d2d784eba08c", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:38.854123"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-d0dfa590e1814c6a8a4cd2d784eba08c", "timestamp": "2025-05-07T08:01:38.874396"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "d0dfa590e1814c6a8a4cd2d784eba08c", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:38.876834"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "bb055955-0393-4853-ba37-2c18cb72c153", "task_name": "outpost_token_ensurer", "timestamp": "2025-05-07T08:01:38.879547"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "state": "SUCCESS", "task_id": "c6eb0722c068499da053d20534689967", "task_name": "clean_temporary_users", "timestamp": "2025-05-07T08:01:39.712884"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "task_id": "dbc04505-0aa2-45e6-9814-23a842eb1992", "task_name": "event_notification_handler", "timestamp": "2025-05-07T08:01:39.714875"}
{"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "task_id": "7f28b6d1fbb846e49f60f962392dc09c", "task_name": "authentik.events.tasks.event_trigger_handler", "timestamp": "2025-05-07T08:01:39.739418"}
{"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "task_id": "829cbdc29e8349a2af66d02bf2f43857", "task_name": "authentik.events.tasks.event_trigger_handler", "timestamp": "2025-05-07T08:01:39.740404"}
{"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "task_id": "8a6244c517cb407199055578a54db3c9", "task_name": "authentik.events.tasks.event_trigger_handler", "timestamp": "2025-05-07T08:01:39.741187"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "state": "SUCCESS", "task_id": "dbc045050aa245e6981423a842eb1992", "task_name": "event_notification_handler", "timestamp": "2025-05-07T08:01:39.742052"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "task_id": "a37ed336-345b-4ea4-a3e7-5103cc99333c", "task_name": "notification_cleanup", "timestamp": "2025-05-07T08:01:39.743481"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "state": "SUCCESS", "task_id": "a37ed336345b4ea4a3e75103cc99333c", "task_name": "notification_cleanup", "timestamp": "2025-05-07T08:01:39.862828"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "task_id": "1263f369-927b-4c61-95f5-2b5e79432bba", "task_name": "outpost_post_save", "timestamp": "2025-05-07T08:01:39.864313"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "state": "SUCCESS", "task_id": "1263f369927b4c6195f52b5e79432bba", "task_name": "outpost_post_save", "timestamp": "2025-05-07T08:01:39.888183"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "task_id": "ce1388d4-1f3d-4701-96b1-7d76c3a0eebc", "task_name": "check_and_purge_password_history", "timestamp": "2025-05-07T08:01:39.889579"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "state": "SUCCESS", "task_id": "ce1388d41f3d470196b17d76c3a0eebc", "task_name": "check_and_purge_password_history", "timestamp": "2025-05-07T08:01:39.929926"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "task_id": "94bd4f61-9d3c-4597-91cf-1127396a328f", "task_name": "outpost_post_save", "timestamp": "2025-05-07T08:01:39.931422"}
{"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "task_id": "8d46e0799f5947c497e233b5797b3435", "task_name": "authentik.outposts.tasks.outpost_controller", "timestamp": "2025-05-07T08:01:39.947682"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "bb05595503934853ba372c18cb72c153", "task_name": "outpost_token_ensurer", "timestamp": "2025-05-07T08:01:40.016870"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "725c14c2-50eb-478d-b331-0886e639042e", "task_name": "blueprints_discovery", "timestamp": "2025-05-07T08:01:40.018323"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "725c14c250eb478db3310886e639042e", "task_name": "blueprints_discovery", "timestamp": "2025-05-07T08:01:40.355639"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "7f1caaef-f703-4161-945b-e3dc7127ddd2", "task_name": "clear_failed_blueprints", "timestamp": "2025-05-07T08:01:40.358699"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "7f1caaeff7034161945be3dc7127ddd2", "task_name": "clear_failed_blueprints", "timestamp": "2025-05-07T08:01:40.378092"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "5fd23f76-5feb-4410-875a-a3c8f584fd7d", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.379606"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-5fd23f765feb4410875aa3c8f584fd7d", "timestamp": "2025-05-07T08:01:40.396532"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "5fd23f765feb4410875aa3c8f584fd7d", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.397396"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "3ebdd3b5-40c8-497f-bda2-63d1e9b32575", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.398882"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-3ebdd3b540c8497fbda263d1e9b32575", "timestamp": "2025-05-07T08:01:40.415836"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "3ebdd3b540c8497fbda263d1e9b32575", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.416689"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "7f28b6d1-fbb8-46e4-9f60-f962392dc09c", "task_name": "event_trigger_handler", "timestamp": "2025-05-07T08:01:40.418171"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "7f28b6d1fbb846e49f60f962392dc09c", "task_name": "event_trigger_handler", "timestamp": "2025-05-07T08:01:40.461923"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "440e6035-7d0c-417b-9059-64769c23c19f", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.463329"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-440e60357d0c417b905964769c23c19f", "timestamp": "2025-05-07T08:01:40.480127"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "440e60357d0c417b905964769c23c19f", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.481049"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "829cbdc2-9e83-49a2-af66-d02bf2f43857", "task_name": "event_trigger_handler", "timestamp": "2025-05-07T08:01:40.482519"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "829cbdc29e8349a2af66d02bf2f43857", "task_name": "event_trigger_handler", "timestamp": "2025-05-07T08:01:40.520916"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "c1c6478e-8113-49a5-a410-1f2a524282e0", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.522334"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-c1c6478e811349a5a4101f2a524282e0", "timestamp": "2025-05-07T08:01:40.539425"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "c1c6478e811349a5a4101f2a524282e0", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.540337"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "8a6244c5-17cb-4071-9905-5578a54db3c9", "task_name": "event_trigger_handler", "timestamp": "2025-05-07T08:01:40.541668"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "8a6244c517cb407199055578a54db3c9", "task_name": "event_trigger_handler", "timestamp": "2025-05-07T08:01:40.584370"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "6473dbb6-b4ce-477f-8e1e-dc2b82a2ae7b", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.585691"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-6473dbb6b4ce477f8e1edc2b82a2ae7b", "timestamp": "2025-05-07T08:01:40.602970"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "6473dbb6b4ce477f8e1edc2b82a2ae7b", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.603975"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "23818203-0e0b-4f4d-984b-d47714caa0e8", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.605406"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-238182030e0b4f4d984bd47714caa0e8", "timestamp": "2025-05-07T08:01:40.622623"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "238182030e0b4f4d984bd47714caa0e8", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.623537"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "f4000b6c-f27a-40ad-a1b8-e8180c6945b5", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.624993"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-f4000b6cf27a40ada1b8e8180c6945b5", "timestamp": "2025-05-07T08:01:40.641629"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "f4000b6cf27a40ada1b8e8180c6945b5", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.642542"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "988cb38b-1e22-4792-8bd2-577ccf0a1676", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.643928"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-988cb38b1e2247928bd2577ccf0a1676", "timestamp": "2025-05-07T08:01:40.660531"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "988cb38b1e2247928bd2577ccf0a1676", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.661318"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "125cc432-f5ff-4cba-aa96-cda496a26659", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.664715"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-125cc432f5ff4cbaaa96cda496a26659", "timestamp": "2025-05-07T08:01:40.682169"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "125cc432f5ff4cbaaa96cda496a26659", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.682978"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "606a1ded-a62e-4276-8679-3b0f1b7c6452", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.685852"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-606a1deda62e427686793b0f1b7c6452", "timestamp": "2025-05-07T08:01:40.702257"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "606a1deda62e427686793b0f1b7c6452", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.703134"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "06ac6b56-31f5-49a5-99fe-be34a645e793", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.704570"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-06ac6b5631f549a599febe34a645e793", "timestamp": "2025-05-07T08:01:40.721091"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "06ac6b5631f549a599febe34a645e793", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.722006"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "4e573763-f1d9-496c-89fc-64314ad98ad6", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.723383"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-4e573763f1d9496c89fc64314ad98ad6", "timestamp": "2025-05-07T08:01:40.739827"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "4e573763f1d9496c89fc64314ad98ad6", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.740725"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "606ebd3d-8884-4a97-8919-02ce5d5fc960", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.742220"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-606ebd3d88844a97891902ce5d5fc960", "timestamp": "2025-05-07T08:01:40.758998"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "606ebd3d88844a97891902ce5d5fc960", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.759909"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "3070883a-1509-4b01-88d2-b39ee811c8a3", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.761420"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-3070883a15094b0188d2b39ee811c8a3", "timestamp": "2025-05-07T08:01:40.777800"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "3070883a15094b0188d2b39ee811c8a3", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.778706"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "e6634596-d9c2-45cf-9900-0bf057cd7203", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.780225"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-e6634596d9c245cf99000bf057cd7203", "timestamp": "2025-05-07T08:01:40.797238"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "e6634596d9c245cf99000bf057cd7203", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.798184"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "adcda152-198d-49cb-b09c-1c35feb50052", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.799604"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-adcda152198d49cbb09c1c35feb50052", "timestamp": "2025-05-07T08:01:40.815993"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "adcda152198d49cbb09c1c35feb50052", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.816903"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "a6195c1f-cdaf-4f21-8415-a6d35e2ae32e", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.818355"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-a6195c1fcdaf4f218415a6d35e2ae32e", "timestamp": "2025-05-07T08:01:40.835045"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "a6195c1fcdaf4f218415a6d35e2ae32e", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.835941"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "0548a194-a49c-436b-91ee-711ecf49259a", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.837382"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-0548a194a49c436b91ee711ecf49259a", "timestamp": "2025-05-07T08:01:40.853949"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "0548a194a49c436b91ee711ecf49259a", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.854834"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "8ca7d55f-9792-4d2e-a2b2-ec32dff61f75", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.856284"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-8ca7d55f97924d2ea2b2ec32dff61f75", "timestamp": "2025-05-07T08:01:40.872855"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "8ca7d55f97924d2ea2b2ec32dff61f75", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.873734"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "2f3a3428-5b01-4e53-8257-77debdb8d349", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.875232"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-2f3a34285b014e53825777debdb8d349", "timestamp": "2025-05-07T08:01:40.891565"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "2f3a34285b014e53825777debdb8d349", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.892409"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "05da444b-b155-46b2-a6ea-e64105ce4976", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.893756"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-05da444bb15546b2a6eae64105ce4976", "timestamp": "2025-05-07T08:01:40.910307"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "05da444bb15546b2a6eae64105ce4976", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.911184"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "a7c5d4a7-d092-441a-8fc7-3c75f5de0ec2", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.912622"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-a7c5d4a7d092441a8fc73c75f5de0ec2", "timestamp": "2025-05-07T08:01:40.929165"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "a7c5d4a7d092441a8fc73c75f5de0ec2", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.930017"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "e460a580-7c0c-435f-bd78-476f9c5e1646", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.931436"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-e460a5807c0c435fbd78476f9c5e1646", "timestamp": "2025-05-07T08:01:40.948135"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "e460a5807c0c435fbd78476f9c5e1646", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.949084"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "60b8c307-9b04-4325-9396-1d5f305caea7", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.950633"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-60b8c3079b04432593961d5f305caea7", "timestamp": "2025-05-07T08:01:40.970052"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "60b8c3079b04432593961d5f305caea7", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.970967"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "ba8902b3-41be-4ffe-96d3-d9be6a8ee599", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.972395"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-ba8902b341be4ffe96d3d9be6a8ee599", "timestamp": "2025-05-07T08:01:40.989180"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "ba8902b341be4ffe96d3d9be6a8ee599", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.990038"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "fd23f0cc-71ec-4208-88e2-902d6309c963", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:40.993339"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-fd23f0cc71ec420888e2902d6309c963", "timestamp": "2025-05-07T08:01:41.010440"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "fd23f0cc71ec420888e2902d6309c963", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:41.011326"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "83453ecb-87f2-44f7-9a98-5f79f993591e", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:41.014914"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-83453ecb87f244f79a985f79f993591e", "timestamp": "2025-05-07T08:01:41.031315"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "83453ecb87f244f79a985f79f993591e", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:41.032169"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "fc846e20-e202-4e2f-a5da-fc9e2dce0ab1", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:41.033495"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-fc846e20e2024e2fa5dafc9e2dce0ab1", "timestamp": "2025-05-07T08:01:41.049760"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "fc846e20e2024e2fa5dafc9e2dce0ab1", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:41.050601"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "e54ccfc3-4e22-467c-8cf2-bad16cae194f", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:41.051996"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-e54ccfc34e22467c8cf2bad16cae194f", "timestamp": "2025-05-07T08:01:41.068999"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "e54ccfc34e22467c8cf2bad16cae194f", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:41.069883"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "5411122a-a4d7-4476-87a5-dc53497e4c2c", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:41.071268"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-5411122aa4d7447687a5dc53497e4c2c", "timestamp": "2025-05-07T08:01:41.087735"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "5411122aa4d7447687a5dc53497e4c2c", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:41.088626"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "c1435d6f-152e-4345-91d7-bf9b9a17c755", "task_name": "outpost_controller", "timestamp": "2025-05-07T08:01:41.090066"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "c1435d6f152e434591d7bf9b9a17c755", "task_name": "outpost_controller", "timestamp": "2025-05-07T08:01:41.106086"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "fe6b02e9-03af-4d60-96e3-373dbd60ceab", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:41.107521"}
{"domain_url": null, "event": "Failed to get client status", "exc": "ServiceConnectionInvalid(ConfigException('Service host/port is not set.'))", "level": "warning", "logger": "authentik.outposts.tasks", "pid": 71, "schema_name": "public", "task_id": "task-fe6b02e903af4d6096e3373dbd60ceab", "timestamp": "2025-05-07T08:01:41.124309"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "fe6b02e903af4d6096e3373dbd60ceab", "task_name": "outpost_service_connection_state", "timestamp": "2025-05-07T08:01:41.125152"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "66d760eb-a537-4673-b20f-5d9c66a83790", "task_name": "outpost_post_save", "timestamp": "2025-05-07T08:01:41.126455"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "66d760eba5374673b20f5d9c66a83790", "task_name": "outpost_post_save", "timestamp": "2025-05-07T08:01:41.148028"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "4a9dde54-8035-4a4a-856b-b0555d46cf6e", "task_name": "outpost_post_save", "timestamp": "2025-05-07T08:01:41.149376"}
{"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "task_id": "e79d9f4dc98f4fbea09c221d15d5e37c", "task_name": "authentik.outposts.tasks.outpost_controller", "timestamp": "2025-05-07T08:01:41.168118"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "state": "SUCCESS", "task_id": "94bd4f619d3c459791cf1127396a328f", "task_name": "outpost_post_save", "timestamp": "2025-05-07T08:01:42.236107"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "task_id": "551d80a0-0526-4b57-802e-adb63efb5b36", "task_name": "blueprints_discovery", "timestamp": "2025-05-07T08:01:42.237513"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "state": "SUCCESS", "task_id": "551d80a005264b57802eadb63efb5b36", "task_name": "blueprints_discovery", "timestamp": "2025-05-07T08:01:42.821603"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "task_id": "6758bcbd-1123-48f4-9a67-cdc82d2b0bf0", "task_name": "clear_failed_blueprints", "timestamp": "2025-05-07T08:01:42.825735"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "state": "SUCCESS", "task_id": "6758bcbd112348f49a67cdc82d2b0bf0", "task_name": "clear_failed_blueprints", "timestamp": "2025-05-07T08:01:42.845853"}
{"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "task_id": "8d46e079-9f59-47c4-97e2-33b5797b3435", "task_name": "outpost_controller", "timestamp": "2025-05-07T08:01:42.847131"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 66, "schema_name": "public", "state": "SUCCESS", "task_id": "8d46e0799f5947c497e233b5797b3435", "task_name": "outpost_controller", "timestamp": "2025-05-07T08:01:42.864998"}
{"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 71, "schema_name": "public", "state": "SUCCESS", "task_id": "4a9dde5480354a4a856bb0555d46cf6e", "task_name": "outpost_post_save", "timestamp": "2025-05-07T08:01:44.309272"}

rf152 avatar May 07 '25 08:05 rf152

Are there any hints as to what this might be? I need to get email working for password resets (as I'm going to start allowing family members to use my SSO for some apps), but I'm stuck with this one!

rf152 avatar Jun 13 '25 14:06 rf152

I had the same issue. I tried docker compose restart and docker compose restart worker. Both times the variables within dump_config were on the default.

What helped was a docker compose down and docker compose up -d to completly restart everything. According to Stackoverflow this is intended with env_file and a docker compose up -d alone should update the variables.

tkaepp avatar Jun 26 '25 05:06 tkaepp

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.