*: load websocket paths similarly to URLs (#5018)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-03-20 23:39:25 +01:00
committed by GitHub
parent 32840d3909
commit 54cacd784c
5 changed files with 38 additions and 12 deletions

View File

@ -11,6 +11,7 @@ class AuthentikCoreConfig(ManagedAppConfig):
label = "authentik_core"
verbose_name = "authentik Core"
mountpoint = ""
ws_mountpoint = "authentik.outposts.urls"
default = True
def reconcile_load_core_signals(self):