In 2026.5.*, did Authentik workers change to bind to port 9000? #25100
|
Hello, I am attempting to upgrade to 2026.5.6. After a few trial and errors I finally got a working instance up. However, my Authentik Note I am using Podman pods to have my authentik instances under the same pod, so they share the same "localhost" network space. These logs indicate to me the |
Replies: 1 comment 1 reply
|
I have changed |
I have changed
AUTHENTIK_LISTEN__HTTPandAUTHENTIK_LISTEN__HTTPSto the worker and it all appears to work.I know the default
LISTENs changed, but I was not expecting the worker to start listening on its own ports. I feel that should be documented as a breaking change.