authentik icon indicating copy to clipboard operation
authentik copied to clipboard

Changes only applied after a restart

Open OddMagnet opened this issue 1 year ago • 8 comments

Describe the bug I've noticed that recently, when I'm making changes to a provider, they only are working after restarting Authentik.

For example, I added an unauthenticated path to one of my services, tried it, didn't work. Checked the logs, no errors or warnings. Restarted my Authentik stack and the unauthenticated path worked.

Same thing when adding a new service. Applied the traefik label for the service, used authentik's wizard to create the app and provider, couldn't open the service. Restarted my authentik stack (and only the stack - docker compose restart authentik), then it worked.

Today I was changing the group used for http basic auth, so I thought I'd use this to also document the bug and create this issue. Same issue as before, working again after restarting Authentik.

Note: I didn't immediately restart the stack, so there was some time for them to apply (5 - 10 min). additionally I also tried incognito mode in my browser, as well as another browser before restarting authentik.

To Reproduce Steps to reproduce the behavior:

  1. Do one of the following
    • add a new service to your compose file (ideally with traefik labels), start the service and configure the service in Authentik
    • add an unauthenticated path to one of your services
    • change the group used for http basic auth
  2. Try to access the service / unauthenticated path / test the http basic auth for the service
  3. Access is not possible (Not found page, 404 from curl or http basic auth login form appears)
  4. Try incognito mode or another browser, problem still exists
  5. Restart authentik stack (docker compose restart authentik), working as expected again

Expected behavior When making changes in authentik I expect them to be applied and working without having to restart authentik.

Screenshots N/A

Logs

LDAP Outpost Logs ``` 2024-12-20T14:55:22.115369807Z {"event":"Update providers","level":"info","logger":"authentik.outpost.ldap","timestamp":"2024-12-20T14:55:22Z"} 2024-12-20T15:00:22.707354171Z {"event":"Update providers","level":"info","logger":"authentik.outpost.ldap","timestamp":"2024-12-20T15:00:22Z"} 2024-12-20T15:01:35.683250110Z {"event":"Loaded config","level":"debug","path":"inbuilt-default","timestamp":"2024-12-20T15:01:35Z"} 2024-12-20T15:01:35.683400962Z {"event":"Loaded config from environment","level":"debug","timestamp":"2024-12-20T15:01:35Z"} 2024-12-20T15:01:35.683407878Z {"event":"not enabling debug server, set `AUTHENTIK_DEBUG` to `true` to enable it.","level":"info","logger":"authentik.go_debugger","timestamp":"2024-12-20T15:01:35Z"} 2024-12-20T15:01:36.768674221Z {"error":"502 Bad Gateway","event":"Failed to fetch outpost configuration, retrying in 3 seconds","level":"error","logger":"authentik.outpost.ak-api-controller","timestamp":"2024-12-20T15:01:36Z"} 2024-12-20T15:01:39.770867538Z {"error":"404 Not Found","event":"Failed to fetch outpost configuration, retrying in 3 seconds","level":"error","logger":"authentik.outpost.ak-api-controller","timestamp":"2024-12-20T15:01:39Z"} 2024-12-20T15:01:42.774818179Z {"error":"404 Not Found","event":"Failed to fetch outpost configuration, retrying in 3 seconds","level":"error","logger":"authentik.outpost.ak-api-controller","timestamp":"2024-12-20T15:01:42Z"} 2024-12-20T15:01:45.777257403Z {"error":"404 Not Found","event":"Failed to fetch outpost configuration, retrying in 3 seconds","level":"error","logger":"authentik.outpost.ak-api-controller","timestamp":"2024-12-20T15:01:45Z"} 2024-12-20T15:01:48.779477264Z {"error":"404 Not Found","event":"Failed to fetch outpost configuration, retrying in 3 seconds","level":"error","logger":"authentik.outpost.ak-api-controller","timestamp":"2024-12-20T15:01:48Z"} 2024-12-20T15:01:51.781892055Z {"error":"404 Not Found","event":"Failed to fetch outpost configuration, retrying in 3 seconds","level":"error","logger":"authentik.outpost.ak-api-controller","timestamp":"2024-12-20T15:01:51Z"} 2024-12-20T15:01:54.783827720Z {"error":"404 Not Found","event":"Failed to fetch outpost configuration, retrying in 3 seconds","level":"error","logger":"authentik.outpost.ak-api-controller","timestamp":"2024-12-20T15:01:54Z"} 2024-12-20T15:01:57.787067136Z {"error":"404 Not Found","event":"Failed to fetch outpost configuration, retrying in 3 seconds","level":"error","logger":"authentik.outpost.ak-api-controller","timestamp":"2024-12-20T15:01:57Z"} 2024-12-20T15:02:00.790778953Z {"error":"404 Not Found","event":"Failed to fetch outpost configuration, retrying in 3 seconds","level":"error","logger":"authentik.outpost.ak-api-controller","timestamp":"2024-12-20T15:02:00Z"} 2024-12-20T15:02:03.794321439Z {"error":"404 Not Found","event":"Failed to fetch outpost configuration, retrying in 3 seconds","level":"error","logger":"authentik.outpost.ak-api-controller","timestamp":"2024-12-20T15:02:03Z"} 2024-12-20T15:02:07.038710543Z {"event":"Successfully connected websocket","level":"info","logger":"authentik.outpost.ak-ws","outpost":"6c95e931-5ab7-4271-b921-a78406054d19","timestamp":"2024-12-20T15:02:07Z"} 2024-12-20T15:02:07.389261321Z {"event":"initialised direct binder","level":"info","logger":"authentik.outpost.ldap.binder.direct","timestamp":"2024-12-20T15:02:07Z"} 2024-12-20T15:02:07.389287283Z {"event":"Update providers","level":"info","logger":"authentik.outpost.ldap","timestamp":"2024-12-20T15:02:07Z"} 2024-12-20T15:02:07.389706984Z {"event":"Starting Metrics server","level":"info","listen":"0.0.0.0:9300","logger":"authentik.outpost.metrics","timestamp":"2024-12-20T15:02:07Z"} 2024-12-20T15:02:07.389731404Z {"event":"Starting LDAP server","level":"info","listen":"0.0.0.0:3389","logger":"authentik.outpost.ldap","timestamp":"2024-12-20T15:02:07Z"} 2024-12-20T15:02:07.389740394Z {"event":"Starting LDAP SSL server","level":"info","listen":"0.0.0.0:6636","logger":"authentik.outpost.ldap","timestamp":"2024-12-20T15:02:07Z"} 2024-12-20T15:02:07.481022535Z {"event":"Starting authentik outpost","hash":"tagged","level":"info","logger":"authentik.outpost","timestamp":"2024-12-20T15:02:07Z","version":"2024.12.0"} 2024-12-20T15:02:07.639428893Z {"event":"Update providers","level":"info","logger":"authentik.outpost.ldap","timestamp":"2024-12-20T15:02:07Z"} ```
Postgres ``` 2024-12-20T14:54:45.173642976Z 2024-12-20 14:54:45.173 UTC [29] LOG: checkpoint starting: time 2024-12-20T14:54:59.423795651Z 2024-12-20 14:54:59.423 UTC [29] LOG: checkpoint complete: wrote 142 buffers (0.9%); 0 WAL file(s) added, 0 removed, 0 recycled; write=14.035 s, sync=0.204 s, total=14.251 s; sync files=94, longest=0.004 s, average=0.003 s; distance=603 kB, estimate=603 kB; lsn=0/33A78B90, redo lsn=0/33A78B58 2024-12-20T14:59:45.524140870Z 2024-12-20 14:59:45.523 UTC [29] LOG: checkpoint starting: time 2024-12-20T14:59:45.947975476Z 2024-12-20 14:59:45.947 UTC [29] LOG: checkpoint complete: wrote 5 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.402 s, sync=0.010 s, total=0.424 s; sync files=4, longest=0.004 s, average=0.003 s; distance=14 kB, estimate=544 kB; lsn=0/33A7C3B0, redo lsn=0/33A7C378 2024-12-20T15:01:34.602032724Z 2024-12-20 15:01:34.601 UTC [1] LOG: received fast shutdown request 2024-12-20T15:01:34.604452460Z 2024-12-20 15:01:34.604 UTC [1] LOG: aborting any active transactions 2024-12-20T15:01:34.606700835Z 2024-12-20 15:01:34.604 UTC [43] FATAL: terminating connection due to administrator command 2024-12-20T15:01:34.606721360Z 2024-12-20 15:01:34.604 UTC [126] FATAL: terminating connection due to administrator command 2024-12-20T15:01:34.607010044Z 2024-12-20 15:01:34.605 UTC [56] FATAL: terminating connection due to administrator command 2024-12-20T15:01:34.608301109Z 2024-12-20 15:01:34.608 UTC [1] LOG: background worker "logical replication launcher" (PID 34) exited with exit code 1 2024-12-20T15:01:34.609123675Z 2024-12-20 15:01:34.609 UTC [29] LOG: shutting down 2024-12-20T15:01:34.611895069Z 2024-12-20 15:01:34.611 UTC [29] LOG: checkpoint starting: shutdown immediate 2024-12-20T15:01:34.622134540Z 2024-12-20 15:01:34.622 UTC [29] LOG: checkpoint complete: wrote 0 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.001 s, sync=0.001 s, total=0.013 s; sync files=0, longest=0.000 s, average=0.000 s; distance=0 kB, estimate=490 kB; lsn=0/33A7C460, redo lsn=0/33A7C460 2024-12-20T15:01:34.630077709Z 2024-12-20 15:01:34.630 UTC [1] LOG: database system is shut down 2024-12-20T15:01:35.764933389Z 2024-12-20T15:01:35.764949631Z PostgreSQL Database directory appears to contain a database; Skipping initialization 2024-12-20T15:01:35.764953596Z 2024-12-20T15:01:35.806181229Z 2024-12-20 15:01:35.805 UTC [1] LOG: starting PostgreSQL 16.6 on x86_64-pc-linux-musl, compiled by gcc (Alpine 14.2.0) 14.2.0, 64-bit 2024-12-20T15:01:35.806195656Z 2024-12-20 15:01:35.806 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 2024-12-20T15:01:35.806199866Z 2024-12-20 15:01:35.806 UTC [1] LOG: listening on IPv6 address "::", port 5432 2024-12-20T15:01:35.815357333Z 2024-12-20 15:01:35.814 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" 2024-12-20T15:01:35.825056461Z 2024-12-20 15:01:35.823 UTC [28] LOG: database system was shut down at 2024-12-20 15:01:34 UTC 2024-12-20T15:01:35.837164274Z 2024-12-20 15:01:35.836 UTC [1] LOG: database system is ready to accept connections ```
Redis ``` 2024-12-20T14:54:50.040714586Z 1:M 20 Dec 2024 14:54:50.040 * 100 changes in 300 seconds. Saving... 2024-12-20T14:54:50.041910920Z 1:M 20 Dec 2024 14:54:50.041 * Background saving started by pid 427 2024-12-20T14:54:50.109205140Z 427:C 20 Dec 2024 14:54:50.109 * DB saved on disk 2024-12-20T14:54:50.109528166Z 427:C 20 Dec 2024 14:54:50.109 * Fork CoW for RDB: current 1 MB, peak 1 MB, average 0 MB 2024-12-20T14:54:50.143420937Z 1:M 20 Dec 2024 14:54:50.143 * Background saving terminated with success 2024-12-20T14:59:51.088317009Z 1:M 20 Dec 2024 14:59:51.088 * 100 changes in 300 seconds. Saving... 2024-12-20T14:59:51.089154351Z 1:M 20 Dec 2024 14:59:51.089 * Background saving started by pid 509 2024-12-20T14:59:51.134447741Z 509:C 20 Dec 2024 14:59:51.134 * DB saved on disk 2024-12-20T14:59:51.134779078Z 509:C 20 Dec 2024 14:59:51.134 * Fork CoW for RDB: current 1 MB, peak 1 MB, average 0 MB 2024-12-20T14:59:51.191291687Z 1:M 20 Dec 2024 14:59:51.191 * Background saving terminated with success 2024-12-20T15:01:34.600756572Z 1:signal-handler (1734706894) Received SIGTERM scheduling shutdown... 2024-12-20T15:01:34.654199899Z 1:M 20 Dec 2024 15:01:34.654 * User requested shutdown... 2024-12-20T15:01:34.654224760Z 1:M 20 Dec 2024 15:01:34.654 * Saving the final RDB snapshot before exiting. 2024-12-20T15:01:34.705291339Z 1:M 20 Dec 2024 15:01:34.705 * DB saved on disk 2024-12-20T15:01:34.705307883Z 1:M 20 Dec 2024 15:01:34.705 # Redis is now ready to exit, bye bye... 2024-12-20T15:01:35.758651246Z 1:C 20 Dec 2024 15:01:35.758 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect. 2024-12-20T15:01:35.758670706Z 1:C 20 Dec 2024 15:01:35.758 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 2024-12-20T15:01:35.758674699Z 1:C 20 Dec 2024 15:01:35.758 * Redis version=7.4.1, bits=64, commit=00000000, modified=0, pid=1, just started 2024-12-20T15:01:35.758678023Z 1:C 20 Dec 2024 15:01:35.758 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf 2024-12-20T15:01:35.758938334Z 1:M 20 Dec 2024 15:01:35.758 * monotonic clock: POSIX clock_gettime 2024-12-20T15:01:35.760189062Z 1:M 20 Dec 2024 15:01:35.759 * Running mode=standalone, port=6379. 2024-12-20T15:01:35.760236108Z 1:M 20 Dec 2024 15:01:35.760 * Server initialized 2024-12-20T15:01:35.760241763Z 1:M 20 Dec 2024 15:01:35.760 * Loading RDB produced by version 7.4.1 2024-12-20T15:01:35.760256502Z 1:M 20 Dec 2024 15:01:35.760 * RDB age 1 seconds 2024-12-20T15:01:35.760260397Z 1:M 20 Dec 2024 15:01:35.760 * RDB memory usage when created 12.62 Mb 2024-12-20T15:01:35.794541936Z 1:M 20 Dec 2024 15:01:35.794 * Done loading RDB, keys loaded: 5537, keys expired: 0. 2024-12-20T15:01:35.794557553Z 1:M 20 Dec 2024 15:01:35.794 * DB loaded from disk: 0.034 seconds 2024-12-20T15:01:35.794561285Z 1:M 20 Dec 2024 15:01:35.794 * Ready to accept connections tcp ```

Server & Worker logs are added in next comment

Version and Deployment (please complete the following information):

  • authentik version: 2024.12.0
  • Deployment: docker-compose

Additional context I've included the logs from ~5 mins before restarting after which the http basic auth worked again. Restart was at timestamp: 2024-12-20T15:01:35

OddMagnet avatar Dec 20 '24 15:12 OddMagnet

Server
2024-12-20T14:55:01.801748858Z {"event":"/outpost.goauthentik.io/auth/traefik","host":"logs.domain.com","level":"info","logger":"authentik.outpost.proxyv2.application","method":"GET","name":"Provider for Dozzle","remote":"192.168.178.133","runtime":"0.892","scheme":"http","size":0,"status":0,"timestamp":"2024-12-20T14:55:01Z","user":"Michael","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"}
2024-12-20T14:55:20.866671433Z {"auth_via": "unauthenticated", "domain_url": "auth.domain.com", "event": "/api/v3/flows/executor/custom-ldap-authentication-flow/?query=goauthentik.io%252Foutpost%252Fldap%3Dtrue%26goauthentik.io%252Foutpost%252Fldap-warmup%3Dtrue", "host": "auth.domain.com", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "172.18.0.1", "request_id": "7268fd2c50f24efcaef9b32e7b030a92", "runtime": 603, "schema_name": "public", "scheme": "https", "status": 200, "timestamp": "2024-12-20T14:55:20.866532", "user": "", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T14:55:21.951418476Z {"auth_via": "api_token", "domain_url": "auth.domain.com", "event": "/api/v3/outposts/instances/", "host": "auth.domain.com", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "172.18.0.1", "request_id": "26e54dbbac124be78e5832ae05cbc42c", "runtime": 50, "schema_name": "public", "scheme": "https", "status": 200, "timestamp": "2024-12-20T14:55:21.951255", "user": "ak-outpost-6c95e9315ab74271b921a78406054d19", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T14:55:21.998408968Z {"auth_via": "api_token", "domain_url": "auth.domain.com", "event": "/api/v3/outposts/ldap/?page=1&page_size=100", "host": "auth.domain.com", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "172.18.0.1", "request_id": "6511a5b6bb78409aa5eef99cb0d0f050", "runtime": 30, "schema_name": "public", "scheme": "https", "status": 200, "timestamp": "2024-12-20T14:55:21.998280", "user": "ak-outpost-6c95e9315ab74271b921a78406054d19", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T14:55:22.068450850Z {"auth_via": "api_token", "domain_url": "auth.domain.com", "event": "/api/v3/core/users/?include_groups=true&page=1&page_size=100", "host": "auth.domain.com", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "172.18.0.1", "request_id": "a3560e16694d4fe5b2c71d8b3a421f69", "runtime": 52, "schema_name": "public", "scheme": "https", "status": 200, "timestamp": "2024-12-20T14:55:22.068322", "user": "ak-outpost-6c95e9315ab74271b921a78406054d19", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T14:55:22.112228422Z {"auth_via": "api_token", "domain_url": "auth.domain.com", "event": "/api/v3/core/groups/?include_users=true&page=1&page_size=100", "host": "auth.domain.com", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "172.18.0.1", "request_id": "4fefde5d0dbe45fa919d3bb53e53b6e3", "runtime": 27, "schema_name": "public", "scheme": "https", "status": 200, "timestamp": "2024-12-20T14:55:22.112095", "user": "ak-outpost-6c95e9315ab74271b921a78406054d19", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T14:55:47.508794196Z {"event":"/outpost.goauthentik.io/auth/traefik","host":"qbit.domain.com","level":"info","logger":"authentik.outpost.proxyv2.application","method":"GET","name":"Provider for qBittorrent","remote":"172.18.0.1","runtime":"0.071","scheme":"http","size":0,"status":0,"timestamp":"2024-12-20T14:55:47Z","user_agent":"Notifiarr/0.8.3-2118"}
2024-12-20T14:56:55.135740346Z {"event":"updating brand certificates","level":"info","logger":"authentik.router.brand_tls","timestamp":"2024-12-20T14:56:55Z"}
2024-12-20T14:56:55.202196096Z {"auth_via": "secret_key", "domain_url": "0.0.0.0", "event": "/api/v3/core/brands/?page=1&page_size=100", "host": "0.0.0.0:9000", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 46, "remote": "127.0.0.1", "request_id": "c3a15d022e314f189680947eee68b0e4", "runtime": 24, "schema_name": "public", "scheme": "http", "status": 200, "timestamp": "2024-12-20T14:56:55.202016", "user": "ak-outpost-489ab28b52db4a12ba0cd544de8367f7", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T14:57:18.871250329Z {"event":"/outpost.goauthentik.io/auth/traefik","host":"qbit.domain.com","level":"info","logger":"authentik.outpost.proxyv2.application","method":"GET","name":"Provider for qBittorrent","remote":"172.18.0.1","runtime":"0.365","scheme":"http","size":720,"status":302,"timestamp":"2024-12-20T14:57:18Z","user_agent":"Go-http-client/1.1"}
2024-12-20T14:59:55.138076712Z {"event":"updating brand certificates","level":"info","logger":"authentik.router.brand_tls","timestamp":"2024-12-20T14:59:55Z"}
2024-12-20T14:59:55.217398638Z {"auth_via": "secret_key", "domain_url": "0.0.0.0", "event": "/api/v3/core/brands/?page=1&page_size=100", "host": "0.0.0.0:9000", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "127.0.0.1", "request_id": "1ba22b81584b499292ff595612a2e2de", "runtime": 40, "schema_name": "public", "scheme": "http", "status": 200, "timestamp": "2024-12-20T14:59:55.217241", "user": "ak-outpost-489ab28b52db4a12ba0cd544de8367f7", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:00:20.891220474Z {"auth_via": "unauthenticated", "domain_url": "auth.domain.com", "event": "/api/v3/flows/executor/custom-ldap-authentication-flow/?query=goauthentik.io%252Foutpost%252Fldap%3Dtrue%26goauthentik.io%252Foutpost%252Fldap-warmup%3Dtrue", "host": "auth.domain.com", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "172.18.0.1", "request_id": "b2b2e1a7b36843f08dbd24b03074f5b5", "runtime": 586, "schema_name": "public", "scheme": "https", "status": 200, "timestamp": "2024-12-20T15:00:20.890999", "user": "", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:00:22.212019557Z {"auth_via": "api_token", "domain_url": "auth.domain.com", "event": "/api/v3/outposts/instances/", "host": "auth.domain.com", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "172.18.0.1", "request_id": "cc659f26e6924b05b4ff0503e9ea918b", "runtime": 53, "schema_name": "public", "scheme": "https", "status": 200, "timestamp": "2024-12-20T15:00:22.211832", "user": "ak-outpost-6c95e9315ab74271b921a78406054d19", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:00:22.263448429Z {"auth_via": "api_token", "domain_url": "auth.domain.com", "event": "/api/v3/outposts/ldap/?page=1&page_size=100", "host": "auth.domain.com", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "172.18.0.1", "request_id": "35d569a062734e2fb018fb6d86c69e7d", "runtime": 30, "schema_name": "public", "scheme": "https", "status": 200, "timestamp": "2024-12-20T15:00:22.263307", "user": "ak-outpost-6c95e9315ab74271b921a78406054d19", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:00:22.637485854Z {"auth_via": "api_token", "domain_url": "auth.domain.com", "event": "/api/v3/core/users/?include_groups=true&page=1&page_size=100", "host": "auth.domain.com", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "172.18.0.1", "request_id": "d36ef75fc3204761993c5a2455fd2c54", "runtime": 354, "schema_name": "public", "scheme": "https", "status": 200, "timestamp": "2024-12-20T15:00:22.637208", "user": "ak-outpost-6c95e9315ab74271b921a78406054d19", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:00:22.706352746Z {"auth_via": "api_token", "domain_url": "auth.domain.com", "event": "/api/v3/core/groups/?include_users=true&page=1&page_size=100", "host": "auth.domain.com", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "172.18.0.1", "request_id": "78cc5b0d5d664bbea5c68683edc05801", "runtime": 32, "schema_name": "public", "scheme": "https", "status": 200, "timestamp": "2024-12-20T15:00:22.706215", "user": "ak-outpost-6c95e9315ab74271b921a78406054d19", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:01:20.042520764Z {"event":"/outpost.goauthentik.io/auth/traefik","host":"logs.domain.com","level":"info","logger":"authentik.outpost.proxyv2.application","method":"GET","name":"Provider for Dozzle","remote":"192.168.178.133","runtime":"0.793","scheme":"http","size":0,"status":0,"timestamp":"2024-12-20T15:01:20Z","user":"Michael","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"}
2024-12-20T15:01:22.859956009Z {"event":"/outpost.goauthentik.io/auth/traefik","host":"logs.domain.com","level":"info","logger":"authentik.outpost.proxyv2.application","method":"GET","name":"Provider for Dozzle","remote":"192.168.178.133","runtime":"0.877","scheme":"http","size":0,"status":0,"timestamp":"2024-12-20T15:01:22Z","user":"Michael","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"}
2024-12-20T15:01:26.209789542Z {"event":"/outpost.goauthentik.io/auth/traefik","host":"logs.domain.com","level":"info","logger":"authentik.outpost.proxyv2.application","method":"GET","name":"Provider for Dozzle","remote":"192.168.178.133","runtime":"1.026","scheme":"http","size":0,"status":0,"timestamp":"2024-12-20T15:01:26Z","user":"Michael","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"}
2024-12-20T15:01:28.925581534Z {"event":"/outpost.goauthentik.io/auth/traefik","host":"logs.domain.com","level":"info","logger":"authentik.outpost.proxyv2.application","method":"GET","name":"Provider for Dozzle","remote":"192.168.178.133","runtime":"0.802","scheme":"http","size":0,"status":0,"timestamp":"2024-12-20T15:01:28Z","user":"Michael","user_agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"}
2024-12-20T15:01:34.606793206Z {"event": "Handling signal: term", "level": "info", "logger": "gunicorn.error", "timestamp": 1734706894.604545}
2024-12-20T15:01:34.606804564Z {"event":"shutting down webserver","level":"info","logger":"authentik.root","timestamp":"2024-12-20T15:01:34Z"}
2024-12-20T15:01:35.750732497Z {"event":"Loaded config","level":"debug","path":"inbuilt-default","timestamp":"2024-12-20T15:01:35Z"}
2024-12-20T15:01:35.750897024Z {"event":"Loaded config","level":"debug","path":"/authentik/lib/default.yml","timestamp":"2024-12-20T15:01:35Z"}
2024-12-20T15:01:35.750928755Z {"event":"Loaded config from environment","level":"debug","timestamp":"2024-12-20T15:01:35Z"}
2024-12-20T15:01:35.750934265Z {"event":"not enabling debug server, set `AUTHENTIK_DEBUG` to `true` to enable it.","level":"info","logger":"authentik.go_debugger","timestamp":"2024-12-20T15:01:35Z"}
2024-12-20T15:01:35.752214254Z {"event":"Starting Metrics server","level":"info","listen":"0.0.0.0:9300","logger":"authentik.router.metrics","timestamp":"2024-12-20T15:01:35Z"}
2024-12-20T15:01:35.752878677Z {"event":"Starting HTTP server","level":"info","listen":"0.0.0.0:9000","logger":"authentik.router","timestamp":"2024-12-20T15:01:35Z"}
2024-12-20T15:01:35.902888277Z {"event":"Starting HTTPS server","level":"info","listen":"0.0.0.0:9443","logger":"authentik.router","timestamp":"2024-12-20T15:01:35Z"}
2024-12-20T15:01:36.141261403Z {"event": "Loaded config", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706896.141191, "file": "/authentik/lib/default.yml"}
2024-12-20T15:01:36.141492094Z {"event": "Loaded environment variables", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706896.141462, "count": 15}
2024-12-20T15:01:36.767894827Z {"error":"authentik starting","event":"failed to proxy to backend","level":"warning","logger":"authentik.router","timestamp":"2024-12-20T15:01:36Z"}
2024-12-20T15:01:36.809102954Z {"event": "Starting authentik bootstrap", "level": "info", "logger": "authentik.lib.config", "timestamp": 1734706896.8090267}
2024-12-20T15:01:36.833299985Z {"event": "PostgreSQL connection successful", "level": "info", "logger": "authentik.lib.config", "timestamp": 1734706896.8332233}
2024-12-20T15:01:36.834251388Z {"event": "Redis Connection successful", "level": "info", "logger": "authentik.lib.config", "timestamp": 1734706896.8341825}
2024-12-20T15:01:36.834276345Z {"event": "Finished authentik bootstrap", "level": "info", "logger": "authentik.lib.config", "timestamp": 1734706896.8342514}
2024-12-20T15:01:36.899111832Z 2024-12-20 15:01:36 [info     ] waiting to acquire database lock
2024-12-20T15:01:36.933836610Z 2024-12-20 15:01:36 [info     ] applying django migrations
2024-12-20T15:01:38.189850659Z {"event": "Failed to parse config as int", "level": "warning", "logger": "authentik.lib.config", "timestamp": 1734706898.1897695, "path": "postgresql.conn_max_age", "exc": "int() argument must be a string, a bytes-like object or a real number, not 'type'"}
2024-12-20T15:01:38.793391877Z {"event": "Booting authentik", "level": "info", "logger": "authentik.lib.config", "timestamp": 1734706898.7926357, "version": "2024.12.0"}
2024-12-20T15:01:38.797896407Z {"event": "Enabled authentik enterprise", "level": "info", "logger": "authentik.lib.config", "timestamp": 1734706898.7972763}
2024-12-20T15:01:38.798329098Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.7982488, "path": "authentik.enterprise.settings"}
2024-12-20T15:01:38.799375794Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.7992504, "path": "authentik.events.settings"}
2024-12-20T15:01:38.800363548Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.8002958, "path": "authentik.sources.kerberos.settings"}
2024-12-20T15:01:38.801905322Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.8017654, "path": "authentik.admin.settings"}
2024-12-20T15:01:38.802245133Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.8021867, "path": "authentik.crypto.settings"}
2024-12-20T15:01:38.804430811Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.8043685, "path": "authentik.outposts.settings"}
2024-12-20T15:01:38.805879321Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.8058496, "path": "authentik.stages.authenticator_webauthn.settings"}
2024-12-20T15:01:38.806486017Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.806461, "path": "authentik.blueprints.settings"}
2024-12-20T15:01:38.806858511Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.8068233, "path": "authentik.enterprise.settings"}
2024-12-20T15:01:38.807905172Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.8078358, "path": "authentik.stages.authenticator_totp.settings"}
2024-12-20T15:01:38.808334139Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.8082821, "path": "authentik.sources.plex.settings"}
2024-12-20T15:01:38.808846498Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.8088028, "path": "authentik.sources.ldap.settings"}
2024-12-20T15:01:38.809616765Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.809575, "path": "authentik.sources.oauth.settings"}
2024-12-20T15:01:38.809967122Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.8099353, "path": "authentik.enterprise.providers.microsoft_entra.settings"}
2024-12-20T15:01:38.810322507Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.8102853, "path": "authentik.providers.scim.settings"}
2024-12-20T15:01:38.810947395Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706898.8109138, "path": "authentik.enterprise.providers.google_workspace.settings"}
2024-12-20T15:01:39.238346489Z {"domain_url": null, "event": "Loaded MMDB database", "file": "/geoip/GeoLite2-ASN.mmdb", "last_write": 1734634191.0, "level": "info", "logger": "authentik.events.context_processors.mmdb", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:39.238193"}
2024-12-20T15:01:39.239569094Z {"domain_url": null, "event": "Loaded MMDB database", "file": "/geoip/GeoLite2-City.mmdb", "last_write": 1734634191.0, "level": "info", "logger": "authentik.events.context_processors.mmdb", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:39.239469"}
2024-12-20T15:01:40.647741986Z {"app_name": "authentik.tenants", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.tenants.checks", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.647582"}
2024-12-20T15:01:40.648058868Z {"app_name": "authentik.tenants", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.tenants.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.647968"}
2024-12-20T15:01:40.660819670Z {"app_name": "authentik.admin", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.admin.tasks", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.660667"}
2024-12-20T15:01:40.661130313Z {"app_name": "authentik.admin", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.admin.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.661029"}
2024-12-20T15:01:40.661991328Z {"app_name": "authentik.crypto", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.crypto.tasks", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.661883"}
2024-12-20T15:01:40.691885627Z {"app_name": "authentik.flows", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.flows.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.691745"}
2024-12-20T15:01:40.726383220Z {"app_name": "authentik.outposts", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.outposts.tasks", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.726260"}
2024-12-20T15:01:40.727425841Z {"app_name": "authentik.outposts", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.outposts.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.727294"}
2024-12-20T15:01:40.728262528Z {"app_name": "authentik.policies.reputation", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.policies.reputation.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.728165"}
2024-12-20T15:01:40.739882057Z {"app_name": "authentik.policies", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.policies.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.739739"}
2024-12-20T15:01:40.740417095Z {"app_name": "authentik.providers.oauth2", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.providers.oauth2.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.740308"}
2024-12-20T15:01:40.740858509Z {"app_name": "authentik.providers.proxy", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.providers.proxy.tasks", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.740784"}
2024-12-20T15:01:40.741162877Z {"app_name": "authentik.providers.proxy", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.providers.proxy.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.741099"}
2024-12-20T15:01:40.742962818Z {"app_name": "authentik.providers.scim", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.providers.scim.tasks", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.742870"}
2024-12-20T15:01:40.743780464Z {"app_name": "authentik.providers.scim", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.providers.scim.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.743703"}
2024-12-20T15:01:40.744554308Z {"app_name": "authentik.rbac", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.rbac.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.744478"}
2024-12-20T15:01:40.746429815Z {"app_name": "authentik.sources.kerberos", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.kerberos.tasks", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.746344"}
2024-12-20T15:01:40.746935779Z {"app_name": "authentik.sources.kerberos", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.kerberos.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.746853"}
2024-12-20T15:01:40.752943667Z {"app_name": "authentik.sources.ldap", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.ldap.tasks", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.752822"}
2024-12-20T15:01:40.755555416Z {"app_name": "authentik.sources.ldap", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.ldap.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.755455"}
2024-12-20T15:01:40.766519018Z {"app_name": "authentik.sources.oauth", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.oauth.tasks", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.766397"}
2024-12-20T15:01:40.766933371Z {"app_name": "authentik.sources.saml", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.saml.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.766841"}
2024-12-20T15:01:40.767425362Z {"app_name": "authentik.sources.scim", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.sources.scim.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.767341"}
2024-12-20T15:01:40.767914224Z {"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": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.767839"}
2024-12-20T15:01:40.768257696Z {"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": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.768197"}
2024-12-20T15:01:40.801145451Z {"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": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.800955"}
2024-12-20T15:01:40.801461139Z {"app_name": "authentik.stages.email", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.stages.email.tasks", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.801316"}
2024-12-20T15:01:40.803210006Z {"app_name": "authentik.core", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.core.tasks", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.803109"}
2024-12-20T15:01:40.803286189Z {"app_name": "authentik.core", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.core.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.803232"}
2024-12-20T15:01:40.803670401Z {"app_name": "authentik.enterprise", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.tasks", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.803608"}
2024-12-20T15:01:40.804055142Z {"app_name": "authentik.enterprise", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.803989"}
2024-12-20T15:01:40.804564446Z {"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": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.804485"}
2024-12-20T15:01:40.804933734Z {"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": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.804870"}
2024-12-20T15:01:40.805354095Z {"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": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.805287"}
2024-12-20T15:01:40.805627309Z {"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": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.805560"}
2024-12-20T15:01:40.809528452Z {"app_name": "authentik.enterprise.providers.rac", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.providers.rac.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.809440"}
2024-12-20T15:01:40.809814242Z {"app_name": "authentik.events", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.events.tasks", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.809749"}
2024-12-20T15:01:40.809889254Z {"app_name": "authentik.events", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.events.signals", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:40.809837"}
2024-12-20T15:01:41.664276120Z === Starting migration
2024-12-20T15:01:41.980679115Z Operations to perform:
2024-12-20T15:01:41.980707927Z   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_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_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_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
2024-12-20T15:01:42.085017317Z Running migrations:
2024-12-20T15:01:42.085047473Z   No migrations to apply.
2024-12-20T15:01:42.519744882Z === Starting migration
2024-12-20T15:01:42.637321194Z Operations to perform:
2024-12-20T15:01:42.637344148Z   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_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_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_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
2024-12-20T15:01:42.774201404Z Running migrations:
2024-12-20T15:01:42.774239842Z   No migrations to apply.
2024-12-20T15:01:44.360783429Z System check identified some issues:
2024-12-20T15:01:44.360809984Z 
2024-12-20T15:01:44.360813956Z WARNINGS:
2024-12-20T15:01:44.360818110Z ?: (security.W009) Your SECRET_KEY has less than 50 characters, less than 5 unique characters, or it's prefixed with 'django-insecure-' indicating that it was generated automatically by Django. Please generate a long and random value, otherwise many of Django's security-critical features will be vulnerable to attack.
2024-12-20T15:01:44.360821865Z 
2024-12-20T15:01:44.360824608Z System check identified 1 issue (4 silenced).
2024-12-20T15:01:44.360989993Z {"domain_url": null, "event": "releasing database lock", "level": "info", "logger": "lifecycle.migrate", "pid": 17, "schema_name": "public", "timestamp": "2024-12-20T15:01:44.360847"}
2024-12-20T15:01:44.519950693Z {"event": "Starting gunicorn 23.0.0", "level": "info", "logger": "gunicorn.error", "timestamp": 1734706904.5198708}
2024-12-20T15:01:44.520936900Z {"event": "Listening at: unix:/dev/shm/authentik-core.sock (17)", "level": "info", "logger": "gunicorn.error", "timestamp": 1734706904.520869}
2024-12-20T15:01:44.521022610Z {"event": "Using worker: lifecycle.worker.DjangoUvicornWorker", "level": "info", "logger": "gunicorn.error", "timestamp": 1734706904.520991}
2024-12-20T15:01:44.531140012Z {"event": "Booting worker with pid: 44", "level": "info", "logger": "gunicorn.error", "timestamp": 1734706904.5275707}
2024-12-20T15:01:44.607502505Z {"event": "Booting worker with pid: 45", "level": "info", "logger": "gunicorn.error", "timestamp": 1734706904.606802}
2024-12-20T15:01:44.799860976Z {"auth_via": "unauthenticated", "domain_url": "localhost", "event": "/-/health/live/", "host": "localhost:8000", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "255.255.255.255", "request_id": "66bbe638d5b24ef49102c2557cbe6699", "runtime": 18, "schema_name": "public", "scheme": "http", "status": 200, "timestamp": "2024-12-20T15:01:44.799638", "user": "", "user_agent": "goauthentik.io/router/healthcheck"}
2024-12-20T15:01:44.956889123Z {"auth_via": "secret_key", "domain_url": "0.0.0.0", "event": "/api/v3/outposts/instances/", "host": "0.0.0.0:9000", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "127.0.0.1", "request_id": "fa630973a60540b2b1d471c3b4cc6f29", "runtime": 140, "schema_name": "public", "scheme": "http", "status": 200, "timestamp": "2024-12-20T15:01:44.956707", "user": "ak-outpost-489ab28b52db4a12ba0cd544de8367f7", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:01:44.993422469Z {"auth_via": "secret_key", "domain_url": "0.0.0.0", "event": "/api/v3/root/config/", "host": "0.0.0.0:9000", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "127.0.0.1", "request_id": "0d97ca110210444c9214b1894a82aec2", "runtime": 19, "schema_name": "public", "scheme": "http", "status": 200, "timestamp": "2024-12-20T15:01:44.993254", "user": "ak-outpost-489ab28b52db4a12ba0cd544de8367f7", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:01:44.996279779Z {"domain_url": null, "event": "/ws/outpost/489ab28b-52db-4a12-ba0c-d544de8367f7/", "level": "info", "logger": "authentik.asgi", "pid": 45, "remote": "127.0.0.1", "schema_name": "public", "scheme": "ws", "timestamp": "2024-12-20T15:01:44.996129", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:01:45.054952569Z {"event":"Successfully connected websocket","level":"info","logger":"authentik.outpost.ak-ws","outpost":"489ab28b-52db-4a12-ba0c-d544de8367f7","timestamp":"2024-12-20T15:01:45Z"}
2024-12-20T15:01:45.274946408Z {"event":"Starting Brand TLS Checker","level":"info","logger":"authentik.router.brand_tls","timestamp":"2024-12-20T15:01:45Z"}
2024-12-20T15:01:45.274970891Z {"event":"updating brand certificates","level":"info","logger":"authentik.router.brand_tls","timestamp":"2024-12-20T15:01:45Z"}
2024-12-20T15:01:45.313952642Z {"auth_via": "secret_key", "domain_url": "0.0.0.0", "event": "/api/v3/core/brands/?page=1&page_size=100", "host": "0.0.0.0:9000", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "127.0.0.1", "request_id": "a0e891985ed648ab9c40163047ea50cf", "runtime": 22, "schema_name": "public", "scheme": "http", "status": 200, "timestamp": "2024-12-20T15:01:45.313807", "user": "ak-outpost-489ab28b52db4a12ba0cd544de8367f7", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:01:45.734923823Z {"auth_via": "secret_key", "domain_url": "0.0.0.0", "event": "/api/v3/outposts/instances/", "host": "0.0.0.0:9000", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "127.0.0.1", "request_id": "597d1dd2882f4fa49d3b755d9a5a677b", "runtime": 101, "schema_name": "public", "scheme": "http", "status": 200, "timestamp": "2024-12-20T15:01:45.730841", "user": "ak-outpost-489ab28b52db4a12ba0cd544de8367f7", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:01:45.734961826Z {"event":"Starting authentik outpost","hash":"tagged","level":"info","logger":"authentik.outpost","timestamp":"2024-12-20T15:01:45Z","version":"2024.12.0"}
2024-12-20T15:01:46.412235210Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 44, "schema_name": "public", "task_id": "afbbac9125b34767a1f45c8468e64d79", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:46.412053"}
2024-12-20T15:01:46.423143796Z {"auth_via": "secret_key", "domain_url": "0.0.0.0", "event": "/api/v3/outposts/proxy/?page=1&page_size=100", "host": "0.0.0.0:9000", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "127.0.0.1", "request_id": "53e1d443d0d740bb8c01ddf83a972194", "runtime": 670, "schema_name": "public", "scheme": "http", "status": 200, "timestamp": "2024-12-20T15:01:46.422984", "user": "ak-outpost-489ab28b52db4a12ba0cd544de8367f7", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:01:46.427058827Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 44, "schema_name": "public", "task_id": "70587a67c535408eae45ee5e7901154c", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:46.426477"}
2024-12-20T15:01:46.438034895Z {"event":"updating brand certificates","level":"info","logger":"authentik.router.brand_tls","timestamp":"2024-12-20T15:01:46Z"}
2024-12-20T15:01:46.446141451Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 44, "schema_name": "public", "task_id": "eaa99b3ea25c46c7aa64c33fa4a27bac", "task_name": "authentik.blueprints.v1.tasks.blueprints_discovery", "timestamp": "2024-12-20T15:01:46.445988"}
2024-12-20T15:01:46.447464082Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 44, "schema_name": "public", "task_id": "74acb8168d764773ab2a7cf4c50cc4b9", "task_name": "authentik.blueprints.v1.tasks.clear_failed_blueprints", "timestamp": "2024-12-20T15:01:46.447325"}
2024-12-20T15:01:46.477335743Z {"auth_via": "secret_key", "domain_url": "0.0.0.0", "event": "/api/v3/core/brands/?page=1&page_size=100", "host": "0.0.0.0:9000", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 45, "remote": "127.0.0.1", "request_id": "6157b9ad955540e6a23dc26237fcde96", "runtime": 24, "schema_name": "public", "scheme": "http", "status": 200, "timestamp": "2024-12-20T15:01:46.477149", "user": "ak-outpost-489ab28b52db4a12ba0cd544de8367f7", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:01:46.494750899Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 44, "schema_name": "public", "task_id": "3971a1f555d74f6fb63835f9a6eb8454", "task_name": "authentik.outposts.tasks.outpost_token_ensurer", "timestamp": "2024-12-20T15:01:46.494606"}
2024-12-20T15:01:46.499362968Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 44, "schema_name": "public", "task_id": "4ce39d65d9764dd99ab7af62e02b8157", "task_name": "authentik.blueprints.v1.tasks.blueprints_discovery", "timestamp": "2024-12-20T15:01:46.499244"}
2024-12-20T15:01:46.502266255Z {"domain_url": null, "event": "authentik Core Worker finished starting", "level": "info", "logger": "authentik.root.signals", "pid": 44, "schema_name": "public", "timestamp": "2024-12-20T15:01:46.502141", "took_s": 1.963687}
2024-12-20T15:01:53.661761726Z {"auth_via": "secret_key", "domain_url": "0.0.0.0", "event": "/api/v3/outposts/instances/", "host": "0.0.0.0:9000", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 44, "remote": "127.0.0.1", "request_id": "27c8595f725b4f0985ac7165878b31dd", "runtime": 97, "schema_name": "public", "scheme": "http", "status": 200, "timestamp": "2024-12-20T15:01:53.661621", "user": "ak-outpost-489ab28b52db4a12ba0cd544de8367f7", "user_agent": "goauthentik.io/outpost/2024.12.0"}
2024-12-20T15:01:54.307460476Z {"auth_via": "secret_key", "domain_url": "0.0.0.0", "event": "/api/v3/outposts/proxy/?page=1&page_size=100", "host": "0.0.0.0:9000", "level": "info", "logger": "authentik.asgi", "method": "GET", "pid": 44, "remote": "127.0.0.1", "request_id": "c31bf1d60e684b709686bf4b4503c066", "runtime": 629, "schema_name": "public", "scheme": "http", "status": 200, "timestamp": "2024-12-20T15:01:54.307317", "user": "ak-outpost-489ab28b52db4a12ba0cd544de8367f7", "user_agent": "goauthentik.io/outpost/2024.12.0"}

OddMagnet avatar Dec 20 '24 15:12 OddMagnet

Worker
2024-12-20T14:57:00.015161299Z {"event": "TenantAwareScheduler: Sending due task clean_expired_models (authentik.core.tasks.clean_expired_models) to 1 tenants", "level": "info", "logger": "tenant_schemas_celery.scheduler", "timestamp": 1734706620.014844}
2024-12-20T14:57:00.020831259Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "be12d175e98340e5b60c16c1daf0a7a1", "task_name": "authentik.core.tasks.clean_expired_models", "timestamp": "2024-12-20T14:57:00.020255"}
2024-12-20T14:57:00.028007875Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 775, "schema_name": "public", "task_id": "be12d175-e983-40e5-b60c-16c1daf0a7a1", "task_name": "clean_expired_models", "timestamp": "2024-12-20T14:57:00.027425"}
2024-12-20T14:57:00.121564068Z {"event": "/ak-root/venv/lib/python3.12/site-packages/django_redis/serializers/pickle.py:32: RuntimeWarning: Pickled model instance's Django version 5.0.9 does not match the current version 5.0.10.\n  return pickle.loads(value)\n", "level": "warning", "logger": "py.warnings", "timestamp": 1734706620.1214862}
2024-12-20T14:57:00.140781982Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 775, "schema_name": "public", "state": "SUCCESS", "task_id": "be12d175e98340e5b60c16c1daf0a7a1", "task_name": "clean_expired_models", "timestamp": "2024-12-20T14:57:00.140625"}
2024-12-20T14:58:00.003821221Z {"event": "TenantAwareScheduler: Sending due task crypto_certificate_discovery (authentik.crypto.tasks.certificate_discovery) to 1 tenants", "level": "info", "logger": "tenant_schemas_celery.scheduler", "timestamp": 1734706680.003665}
2024-12-20T14:58:00.007047263Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "77d366be717b4bb4879e74cce00158ba", "task_name": "authentik.crypto.tasks.certificate_discovery", "timestamp": "2024-12-20T14:58:00.006660"}
2024-12-20T14:58:00.010426173Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 775, "schema_name": "public", "task_id": "77d366be-717b-4bb4-879e-74cce00158ba", "task_name": "certificate_discovery", "timestamp": "2024-12-20T14:58:00.010114"}
2024-12-20T14:58:00.022996141Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 775, "schema_name": "public", "state": "SUCCESS", "task_id": "77d366be717b4bb4879e74cce00158ba", "task_name": "certificate_discovery", "timestamp": "2024-12-20T14:58:00.022867"}
2024-12-20T14:59:00.005061374Z {"event": "TenantAwareScheduler: Sending due task user_cleanup (authentik.core.tasks.clean_temporary_users) to 1 tenants", "level": "info", "logger": "tenant_schemas_celery.scheduler", "timestamp": 1734706740.0048952}
2024-12-20T14:59:00.009880769Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "c65cb8e30d564356bc84fe72ccdd581c", "task_name": "authentik.core.tasks.clean_temporary_users", "timestamp": "2024-12-20T14:59:00.009214"}
2024-12-20T14:59:00.014095558Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 775, "schema_name": "public", "task_id": "c65cb8e3-0d56-4356-bc84-fe72ccdd581c", "task_name": "clean_temporary_users", "timestamp": "2024-12-20T14:59:00.013653"}
2024-12-20T14:59:00.068258334Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 775, "schema_name": "public", "state": "SUCCESS", "task_id": "c65cb8e30d564356bc84fe72ccdd581c", "task_name": "clean_temporary_users", "timestamp": "2024-12-20T14:59:00.068099"}
2024-12-20T15:01:34.601737700Z 
2024-12-20T15:01:34.601763454Z worker: Warm shutdown (MainProcess)
2024-12-20T15:01:36.321721012Z {"event": "Not running as root, disabling permission fixes", "level": "info", "logger": "bootstrap"}
2024-12-20T15:01:36.481047564Z {"event": "Loaded config", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706896.4809737, "file": "/authentik/lib/default.yml"}
2024-12-20T15:01:36.481498463Z {"event": "Loaded environment variables", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706896.4814472, "count": 28}
2024-12-20T15:01:37.034902450Z {"event": "Starting authentik bootstrap", "level": "info", "logger": "authentik.lib.config", "timestamp": 1734706897.034824}
2024-12-20T15:01:37.050500346Z {"event": "PostgreSQL connection successful", "level": "info", "logger": "authentik.lib.config", "timestamp": 1734706897.0504029}
2024-12-20T15:01:37.052743425Z {"event": "Redis Connection successful", "level": "info", "logger": "authentik.lib.config", "timestamp": 1734706897.0520005}
2024-12-20T15:01:37.052936852Z {"event": "Finished authentik bootstrap", "level": "info", "logger": "authentik.lib.config", "timestamp": 1734706897.0520766}
2024-12-20T15:01:37.059748833Z 2024-12-20 15:01:37 [info     ] waiting to acquire database lock
2024-12-20T15:01:44.379039339Z 2024-12-20 15:01:44 [info     ] applying django migrations
2024-12-20T15:01:46.127939203Z {"event": "Failed to parse config as int", "level": "warning", "logger": "authentik.lib.config", "timestamp": 1734706906.1271284, "path": "postgresql.conn_max_age", "exc": "int() argument must be a string, a bytes-like object or a real number, not 'type'"}
2024-12-20T15:01:46.759467727Z {"event": "Booting authentik", "level": "info", "logger": "authentik.lib.config", "timestamp": 1734706906.7593424, "version": "2024.12.0"}
2024-12-20T15:01:46.761330914Z {"event": "Enabled authentik enterprise", "level": "info", "logger": "authentik.lib.config", "timestamp": 1734706906.7612774}
2024-12-20T15:01:46.762513802Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7624722, "path": "authentik.enterprise.settings"}
2024-12-20T15:01:46.764534870Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7643418, "path": "authentik.crypto.settings"}
2024-12-20T15:01:46.766027984Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7651036, "path": "authentik.sources.plex.settings"}
2024-12-20T15:01:46.767313839Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7661805, "path": "authentik.providers.scim.settings"}
2024-12-20T15:01:46.767439808Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7673945, "path": "authentik.stages.authenticator_webauthn.settings"}
2024-12-20T15:01:46.771479464Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7684066, "path": "authentik.enterprise.providers.google_workspace.settings"}
2024-12-20T15:01:46.771503009Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.768872, "path": "authentik.admin.settings"}
2024-12-20T15:01:46.771506240Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7694354, "path": "authentik.sources.kerberos.settings"}
2024-12-20T15:01:46.771508653Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7696776, "path": "authentik.stages.authenticator_totp.settings"}
2024-12-20T15:01:46.771520394Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7707374, "path": "authentik.outposts.settings"}
2024-12-20T15:01:46.771701531Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7716432, "path": "authentik.sources.oauth.settings"}
2024-12-20T15:01:46.771710033Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.771684, "path": "authentik.enterprise.settings"}
2024-12-20T15:01:46.772644905Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7725937, "path": "authentik.sources.ldap.settings"}
2024-12-20T15:01:46.772943433Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7729096, "path": "authentik.blueprints.settings"}
2024-12-20T15:01:46.774752494Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7747085, "path": "authentik.enterprise.providers.microsoft_entra.settings"}
2024-12-20T15:01:46.775050038Z {"event": "Loaded app settings", "level": "debug", "logger": "authentik.lib.config", "timestamp": 1734706906.7750247, "path": "authentik.events.settings"}
2024-12-20T15:01:47.253818288Z {"domain_url": null, "event": "Loaded MMDB database", "file": "/geoip/GeoLite2-ASN.mmdb", "last_write": 1734634191.0, "level": "info", "logger": "authentik.events.context_processors.mmdb", "pid": 7, "schema_name": "public", "timestamp": "2024-12-20T15:01:47.253656"}
2024-12-20T15:01:47.255438782Z {"domain_url": null, "event": "Loaded MMDB database", "file": "/geoip/GeoLite2-City.mmdb", "last_write": 1734634191.0, "level": "info", "logger": "authentik.events.context_processors.mmdb", "pid": 7, "schema_name": "public", "timestamp": "2024-12-20T15:01:47.255274"}
2024-12-20T15:01:48.717743265Z {"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": "2024-12-20T15:01:48.717595"}
2024-12-20T15:01:48.718096543Z {"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": "2024-12-20T15:01:48.717983"}
2024-12-20T15:01:48.729449369Z {"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": "2024-12-20T15:01:48.729334"}
2024-12-20T15:01:48.729726003Z {"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": "2024-12-20T15:01:48.729656"}
2024-12-20T15:01:48.730464439Z {"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": "2024-12-20T15:01:48.730394"}
2024-12-20T15:01:48.752102913Z {"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": "2024-12-20T15:01:48.751965"}
2024-12-20T15:01:48.777203286Z {"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": "2024-12-20T15:01:48.777048"}
2024-12-20T15:01:48.777839252Z {"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": "2024-12-20T15:01:48.777728"}
2024-12-20T15:01:48.779419886Z {"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": "2024-12-20T15:01:48.779282"}
2024-12-20T15:01:48.787917575Z {"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": "2024-12-20T15:01:48.787766"}
2024-12-20T15:01:48.788289034Z {"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": "2024-12-20T15:01:48.788177"}
2024-12-20T15:01:48.788808463Z {"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": "2024-12-20T15:01:48.788713"}
2024-12-20T15:01:48.789106564Z {"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": "2024-12-20T15:01:48.789035"}
2024-12-20T15:01:48.790919134Z {"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": "2024-12-20T15:01:48.790813"}
2024-12-20T15:01:48.791695230Z {"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": "2024-12-20T15:01:48.791620"}
2024-12-20T15:01:48.792427317Z {"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": "2024-12-20T15:01:48.792352"}
2024-12-20T15:01:48.793910471Z {"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": "2024-12-20T15:01:48.793818"}
2024-12-20T15:01:48.794397620Z {"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": "2024-12-20T15:01:48.794302"}
2024-12-20T15:01:48.798990749Z {"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": "2024-12-20T15:01:48.798899"}
2024-12-20T15:01:48.801585827Z {"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": "2024-12-20T15:01:48.801500"}
2024-12-20T15:01:48.812029781Z {"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": "2024-12-20T15:01:48.811905"}
2024-12-20T15:01:48.812445076Z {"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": "2024-12-20T15:01:48.812332"}
2024-12-20T15:01:48.812918771Z {"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": "2024-12-20T15:01:48.812823"}
2024-12-20T15:01:48.813455125Z {"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": "2024-12-20T15:01:48.813369"}
2024-12-20T15:01:48.813885059Z {"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": "2024-12-20T15:01:48.813781"}
2024-12-20T15:01:48.846229999Z {"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": "2024-12-20T15:01:48.846083"}
2024-12-20T15:01:48.846368637Z {"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": "2024-12-20T15:01:48.846309"}
2024-12-20T15:01:48.847904988Z {"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": "2024-12-20T15:01:48.847801"}
2024-12-20T15:01:48.847953924Z {"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": "2024-12-20T15:01:48.847910"}
2024-12-20T15:01:48.848299754Z {"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": "2024-12-20T15:01:48.848235"}
2024-12-20T15:01:48.848688906Z {"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": "2024-12-20T15:01:48.848618"}
2024-12-20T15:01:48.849178349Z {"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": "2024-12-20T15:01:48.849102"}
2024-12-20T15:01:48.850342569Z {"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": "2024-12-20T15:01:48.850234"}
2024-12-20T15:01:48.850770353Z {"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": "2024-12-20T15:01:48.850667"}
2024-12-20T15:01:48.851036345Z {"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": "2024-12-20T15:01:48.850979"}
2024-12-20T15:01:48.854879111Z {"app_name": "authentik.enterprise.providers.rac", "domain_url": null, "event": "Imported related module", "level": "info", "logger": "authentik.blueprints.apps", "module": "authentik.enterprise.providers.rac.signals", "pid": 7, "schema_name": "public", "timestamp": "2024-12-20T15:01:48.854762"}
2024-12-20T15:01:48.855134773Z {"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": "2024-12-20T15:01:48.855080"}
2024-12-20T15:01:48.855209086Z {"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": "2024-12-20T15:01:48.855163"}
2024-12-20T15:01:49.615276470Z === Starting migration
2024-12-20T15:01:49.874344468Z Operations to perform:
2024-12-20T15:01:49.874367463Z   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_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_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_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
2024-12-20T15:01:49.968933350Z Running migrations:
2024-12-20T15:01:49.968957165Z   No migrations to apply.
2024-12-20T15:01:50.330201332Z === Starting migration
2024-12-20T15:01:50.406810520Z Operations to perform:
2024-12-20T15:01:50.406837578Z   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_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_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_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
2024-12-20T15:01:50.500142274Z Running migrations:
2024-12-20T15:01:50.500165412Z   No migrations to apply.
2024-12-20T15:01:51.872467933Z System check identified some issues:
2024-12-20T15:01:51.872495004Z 
2024-12-20T15:01:51.872498837Z WARNINGS:
2024-12-20T15:01:51.872501247Z ?: (security.W009) Your SECRET_KEY has less than 50 characters, less than 5 unique characters, or it's prefixed with 'django-insecure-' indicating that it was generated automatically by Django. Please generate a long and random value, otherwise many of Django's security-critical features will be vulnerable to attack.
2024-12-20T15:01:51.872503573Z 
2024-12-20T15:01:51.872505404Z System check identified 1 issue (4 silenced).
2024-12-20T15:01:51.872665151Z {"domain_url": null, "event": "releasing database lock", "level": "info", "logger": "lifecycle.migrate", "pid": 7, "schema_name": "public", "timestamp": "2024-12-20T15:01:51.872537"}
2024-12-20T15:01:52.116118017Z {"event": "/ak-root/venv/lib/python3.12/site-packages/celery/worker/consumer/consumer.py:508: CPendingDeprecationWarning: The broker_connection_retry configuration setting will no longer determine\nwhether broker connection retries are made during startup in Celery 6.0 and above.\nIf you wish to retain the existing behavior for retrying connections on startup,\nyou should set broker_connection_retry_on_startup to True.\n  warnings.warn(\n", "level": "warning", "logger": "py.warnings", "timestamp": 1734706912.1159332}
2024-12-20T15:01:52.120896620Z {"event": "/ak-root/venv/lib/python3.12/site-packages/celery/worker/consumer/consumer.py:508: CPendingDeprecationWarning: The broker_connection_retry configuration setting will no longer determine\nwhether broker connection retries are made during startup in Celery 6.0 and above.\nIf you wish to retain the existing behavior for retrying connections on startup,\nyou should set broker_connection_retry_on_startup to True.\n  warnings.warn(\n", "level": "warning", "logger": "py.warnings", "timestamp": 1734706912.1208255}
2024-12-20T15:01:53.154694620Z {"domain_url": null, "event": "Dispatching startup tasks...", "level": "info", "logger": "authentik.root.celery", "pid": 7, "schema_name": "public", "timestamp": "2024-12-20T15:01:53.154570"}
2024-12-20T15:01:53.183712702Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 7, "schema_name": "public", "task_id": "b6c6ecd536064d60974f237201200831", "task_name": "authentik.outposts.tasks.outpost_connection_discovery", "timestamp": "2024-12-20T15:01:53.183595"}
2024-12-20T15:01:53.185582316Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 7, "schema_name": "public", "task_id": "5039d4ab55134c46a04d2c44678a9050", "task_name": "authentik.admin.tasks.clear_update_notifications", "timestamp": "2024-12-20T15:01:53.185491"}
2024-12-20T15:01:53.186938156Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 7, "schema_name": "public", "task_id": "860b4b483a424642a0aea2d2ad6f2364", "task_name": "authentik.providers.proxy.tasks.proxy_set_defaults", "timestamp": "2024-12-20T15:01:53.186859"}
2024-12-20T15:01:53.313837019Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "afbbac91-25b3-4767-a1f4-5c8468e64d79", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:53.313600"}
2024-12-20T15:01:53.338030127Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "3971a1f5-55d7-4f6f-b638-35f9a6eb8454", "task_name": "outpost_token_ensurer", "timestamp": "2024-12-20T15:01:53.337795"}
2024-12-20T15:01:53.357371920Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "afbbac9125b34767a1f45c8468e64d79", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:53.357229"}
2024-12-20T15:01:53.359043596Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "70587a67-c535-408e-ae45-ee5e7901154c", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:53.358890"}
2024-12-20T15:01:53.371621035Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "c4830598c88248dc8499d66c976be07c", "task_name": "authentik.outposts.tasks.outpost_controller", "timestamp": "2024-12-20T15:01:53.371484"}
2024-12-20T15:01:53.534379422Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "70587a67c535408eae45ee5e7901154c", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:53.534111"}
2024-12-20T15:01:53.539221046Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "4ce39d65-d976-4dd9-9ab7-af62e02b8157", "task_name": "blueprints_discovery", "timestamp": "2024-12-20T15:01:53.538823"}
2024-12-20T15:01:53.619924630Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "3971a1f555d74f6fb63835f9a6eb8454", "task_name": "outpost_token_ensurer", "timestamp": "2024-12-20T15:01:53.619724"}
2024-12-20T15:01:53.621835109Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "eaa99b3e-a25c-46c7-aa64-c33fa4a27bac", "task_name": "blueprints_discovery", "timestamp": "2024-12-20T15:01:53.621662"}
2024-12-20T15:01:53.728733422Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "4ce39d65d9764dd99ab7af62e02b8157", "task_name": "blueprints_discovery", "timestamp": "2024-12-20T15:01:53.728571"}
2024-12-20T15:01:53.730046803Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "74acb816-8d76-4773-ab2a-7cf4c50cc4b9", "task_name": "clear_failed_blueprints", "timestamp": "2024-12-20T15:01:53.729913"}
2024-12-20T15:01:53.739839137Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "74acb8168d764773ab2a7cf4c50cc4b9", "task_name": "clear_failed_blueprints", "timestamp": "2024-12-20T15:01:53.739705"}
2024-12-20T15:01:53.741209220Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "b6c6ecd5-3606-4d60-974f-237201200831", "task_name": "outpost_connection_discovery", "timestamp": "2024-12-20T15:01:53.741092"}
2024-12-20T15:01:53.753566874Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "b6c6ecd536064d60974f237201200831", "task_name": "outpost_connection_discovery", "timestamp": "2024-12-20T15:01:53.753433"}
2024-12-20T15:01:53.755102820Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "5039d4ab-5513-4c46-a04d-2c44678a9050", "task_name": "clear_update_notifications", "timestamp": "2024-12-20T15:01:53.754949"}
2024-12-20T15:01:53.771451702Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "5039d4ab55134c46a04d2c44678a9050", "task_name": "clear_update_notifications", "timestamp": "2024-12-20T15:01:53.771300"}
2024-12-20T15:01:53.772758170Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "860b4b48-3a42-4642-a0ae-a2d2ad6f2364", "task_name": "proxy_set_defaults", "timestamp": "2024-12-20T15:01:53.772620"}
2024-12-20T15:01:53.797202495Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "f0bbc5a26bfe444ebbc3f9fbcaffd648", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.797047"}
2024-12-20T15:01:53.802893617Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "eaa99b3ea25c46c7aa64c33fa4a27bac", "task_name": "blueprints_discovery", "timestamp": "2024-12-20T15:01:53.802738"}
2024-12-20T15:01:53.804847560Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "c4830598-c882-48dc-8499-d66c976be07c", "task_name": "outpost_controller", "timestamp": "2024-12-20T15:01:53.804703"}
2024-12-20T15:01:53.806034683Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "02c053fd326f4093847160c28ced1776", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.805921"}
2024-12-20T15:01:53.813051411Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "755d37c093724f7297fcbe359055f952", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.812914"}
2024-12-20T15:01:53.820513576Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "e264e96ee5454f38a121bc50853ff675", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.820350"}
2024-12-20T15:01:53.822389365Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "c4830598c88248dc8499d66c976be07c", "task_name": "outpost_controller", "timestamp": "2024-12-20T15:01:53.822248"}
2024-12-20T15:01:53.823826847Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "f0bbc5a2-6bfe-444e-bbc3-f9fbcaffd648", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:53.823678"}
2024-12-20T15:01:53.828811815Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "113a8a6ce22745af9bb90a9a90070e56", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.828665"}
2024-12-20T15:01:53.836396205Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "fd9b7926db7145d7b8e7e4ac482ceb5a", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.836227"}
2024-12-20T15:01:53.845478773Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "6a9779d798b64b8698955972217f3dc9", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.845326"}
2024-12-20T15:01:53.854690512Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "96cda074f4b3475bba524d4e78d6699a", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.854522"}
2024-12-20T15:01:53.862482197Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "0f090ff4f2a941da92d7742c43ef9d2b", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.862311"}
2024-12-20T15:01:53.870824623Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "6db975ae7a7b42b68c84e99a58481ef7", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.870668"}
2024-12-20T15:01:53.879172833Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "84871ac2715a46b4b3331f33f58b62b5", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.878987"}
2024-12-20T15:01:53.887540404Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "01076a697209472d94b19fa1fc17f2bd", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.887376"}
2024-12-20T15:01:53.895630150Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "449452b89bf549b28ddae10027f581fe", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.895477"}
2024-12-20T15:01:53.905774551Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "d0f00d145a184d78bf9949bc2c754c4a", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.905634"}
2024-12-20T15:01:53.913482244Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "28514eb114a24f128fd867fb87300937", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.913346"}
2024-12-20T15:01:53.921609478Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "fddcd84902474366b92f8e57f909da43", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.921466"}
2024-12-20T15:01:53.928645032Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "29161477e6844ef3a163a37c6f5a9c52", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.928506"}
2024-12-20T15:01:53.935633338Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "2fee086921bb4c63b245b18a9ea5599b", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.935490"}
2024-12-20T15:01:53.942688410Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "dc745fa2d99f4f40af63bedcd84920b1", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.942562"}
2024-12-20T15:01:53.952112982Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "41033cd1ca9649f0bea7f19b708acc21", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.951940"}
2024-12-20T15:01:53.960890170Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "81f45b08516e4f98a8f2d85e665adacb", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.960733"}
2024-12-20T15:01:53.968844868Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "8c2f8b7c766a46d89edf8a2caf1cf712", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.968654"}
2024-12-20T15:01:53.977630654Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "89724cc468f94852ac8383f8761c40e3", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.977476"}
2024-12-20T15:01:53.985562630Z {"domain_url": null, "event": "Task published", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "349c75eb95e745e7a65ff919ef6a1dc5", "task_name": "authentik.outposts.tasks.outpost_post_save", "timestamp": "2024-12-20T15:01:53.985380"}
2024-12-20T15:01:53.986254997Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "860b4b483a424642a0aea2d2ad6f2364", "task_name": "proxy_set_defaults", "timestamp": "2024-12-20T15:01:53.986160"}
2024-12-20T15:01:53.987899177Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "02c053fd-326f-4093-8471-60c28ced1776", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:53.987782"}
2024-12-20T15:01:53.999132882Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "f0bbc5a26bfe444ebbc3f9fbcaffd648", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:53.998925"}
2024-12-20T15:01:54.000827127Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "755d37c0-9372-4f72-97fc-be359055f952", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.000667"}
2024-12-20T15:01:54.157755696Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "02c053fd326f4093847160c28ced1776", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.157586"}
2024-12-20T15:01:54.159503180Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "e264e96e-e545-4f38-a121-bc50853ff675", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.159348"}
2024-12-20T15:01:54.208103132Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "755d37c093724f7297fcbe359055f952", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.207956"}
2024-12-20T15:01:54.209802743Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "113a8a6c-e227-45af-9bb9-0a9a90070e56", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.209671"}
2024-12-20T15:01:54.331287595Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "e264e96ee5454f38a121bc50853ff675", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.331128"}
2024-12-20T15:01:54.333279505Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "fd9b7926-db71-45d7-b8e7-e4ac482ceb5a", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.333129"}
2024-12-20T15:01:54.382134439Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "113a8a6ce22745af9bb90a9a90070e56", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.382004"}
2024-12-20T15:01:54.383797506Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "6a9779d7-98b6-4b86-9895-5972217f3dc9", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.383672"}
2024-12-20T15:01:54.497970568Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "fd9b7926db7145d7b8e7e4ac482ceb5a", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.497841"}
2024-12-20T15:01:54.515631344Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "96cda074-f4b3-475b-ba52-4d4e78d6699a", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.515457"}
2024-12-20T15:01:54.558287941Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "6a9779d798b64b8698955972217f3dc9", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.558146"}
2024-12-20T15:01:54.559778717Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "0f090ff4-f2a9-41da-92d7-742c43ef9d2b", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.559662"}
2024-12-20T15:01:54.668936376Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "96cda074f4b3475bba524d4e78d6699a", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.668755"}
2024-12-20T15:01:54.692857194Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "6db975ae-7a7b-42b6-8c84-e99a58481ef7", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.692661"}
2024-12-20T15:01:54.732762656Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "0f090ff4f2a941da92d7742c43ef9d2b", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.732617"}
2024-12-20T15:01:54.736221212Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "84871ac2-715a-46b4-b333-1f33f58b62b5", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.735876"}
2024-12-20T15:01:54.847403415Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "6db975ae7a7b42b68c84e99a58481ef7", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.847231"}
2024-12-20T15:01:54.849438826Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "01076a69-7209-472d-94b1-9fa1fc17f2bd", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.849251"}
2024-12-20T15:01:54.898450204Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "84871ac2715a46b4b3331f33f58b62b5", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.898274"}
2024-12-20T15:01:54.900331973Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "449452b8-9bf5-49b2-8dda-e10027f581fe", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:54.900153"}
2024-12-20T15:01:55.010592152Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "01076a697209472d94b19fa1fc17f2bd", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.010321"}
2024-12-20T15:01:55.014476027Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "d0f00d14-5a18-4d78-bf99-49bc2c754c4a", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.014149"}
2024-12-20T15:01:55.076383592Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "449452b89bf549b28ddae10027f581fe", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.076174"}
2024-12-20T15:01:55.078928071Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "28514eb1-14a2-4f12-8fd8-67fb87300937", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.078730"}
2024-12-20T15:01:55.185864689Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "d0f00d145a184d78bf9949bc2c754c4a", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.185733"}
2024-12-20T15:01:55.187698142Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "fddcd849-0247-4366-b92f-8e57f909da43", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.187520"}
2024-12-20T15:01:55.238234181Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "28514eb114a24f128fd867fb87300937", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.238057"}
2024-12-20T15:01:55.240379784Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "29161477-e684-4ef3-a163-a37c6f5a9c52", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.240191"}
2024-12-20T15:01:55.346351620Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "fddcd84902474366b92f8e57f909da43", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.346195"}
2024-12-20T15:01:55.348003457Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "2fee0869-21bb-4c63-b245-b18a9ea5599b", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.347867"}
2024-12-20T15:01:55.408511784Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "29161477e6844ef3a163a37c6f5a9c52", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.408337"}
2024-12-20T15:01:55.410632893Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "dc745fa2-d99f-4f40-af63-bedcd84920b1", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.410429"}
2024-12-20T15:01:55.535394839Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "2fee086921bb4c63b245b18a9ea5599b", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.535164"}
2024-12-20T15:01:55.539060590Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "41033cd1-ca96-49f0-bea7-f19b708acc21", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.538720"}
2024-12-20T15:01:55.593286512Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "dc745fa2d99f4f40af63bedcd84920b1", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.593113"}
2024-12-20T15:01:55.594828706Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "81f45b08-516e-4f98-a8f2-d85e665adacb", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.594688"}
2024-12-20T15:01:55.698340934Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "41033cd1ca9649f0bea7f19b708acc21", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.698211"}
2024-12-20T15:01:55.701181660Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "8c2f8b7c-766a-46d8-9edf-8a2caf1cf712", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.700904"}
2024-12-20T15:01:55.761518055Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "81f45b08516e4f98a8f2d85e665adacb", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.761371"}
2024-12-20T15:01:55.763034710Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "task_id": "89724cc4-68f9-4852-ac83-83f8761c40e3", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.762885"}
2024-12-20T15:01:55.882393830Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "8c2f8b7c766a46d89edf8a2caf1cf712", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.882247"}
2024-12-20T15:01:55.883917128Z {"domain_url": null, "event": "Task started", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "task_id": "349c75eb-95e7-45e7-a65f-f919ef6a1dc5", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.883810"}
2024-12-20T15:01:55.931967409Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 36, "schema_name": "public", "state": "SUCCESS", "task_id": "89724cc468f94852ac8383f8761c40e3", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:55.931826"}
2024-12-20T15:01:56.039682286Z {"domain_url": null, "event": "Task finished", "level": "info", "logger": "authentik.root.celery", "pid": 31, "schema_name": "public", "state": "SUCCESS", "task_id": "349c75eb95e745e7a65ff919ef6a1dc5", "task_name": "outpost_post_save", "timestamp": "2024-12-20T15:01:56.039556"}

OddMagnet avatar Dec 20 '24 15:12 OddMagnet

Problem still persists for me

OddMagnet avatar Feb 05 '25 12:02 OddMagnet

Same.

Every change to a proxy config requires restart to take changes publicly.

You can see that restarting is needed. https://gist.github.com/lotsokluze/840acc5c1614ff9bc48c18f73bcb34f1

lotsokluze avatar Feb 09 '25 17:02 lotsokluze

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.

Still occurring for me, commenting so it doesn't get auto-closed

OddMagnet avatar Apr 11 '25 07:04 OddMagnet

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.

One last comment, probably gonna let it close and decide I don't care enough about this next time

OddMagnet avatar Jun 11 '25 18:06 OddMagnet

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.

The outpost fetches its config every $refresh_interval (which is configured in the outpost settings and defaults to 5 minutes), and when the websocket connection is available, also gets a trigger from authentik when relevant config changes for it to reload it. Worst case you'd only have to restart the outpost itself, not the entire stack.

I cant find the entry in the logs you've provided so the change was probably made outside of that window

BeryJu avatar Aug 12 '25 10:08 BeryJu

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.