From 4658018a9050b2083459cdc5e6f30b7c2fe5b61b Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 20 Dec 2021 21:37:31 +0100 Subject: [PATCH] Revert "outposts: rename outpost" This reverts commit a5c30fd9c7e3d3b1317c43c3e6b46afaf1915666. --- authentik/outposts/managed.py | 2 +- website/docs/providers/proxy/proxy.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/authentik/outposts/managed.py b/authentik/outposts/managed.py index 36ce60ca1..41ce76f4a 100644 --- a/authentik/outposts/managed.py +++ b/authentik/outposts/managed.py @@ -35,7 +35,7 @@ class OutpostManager(ObjectManager): Outpost, MANAGED_OUTPOST, created_callback=outpost_created, - name="authentik Core", + name="authentik Embedded Outpost", type=OutpostType.PROXY, ), ] diff --git a/website/docs/providers/proxy/proxy.md b/website/docs/providers/proxy/proxy.md index 4470cd99d..f92899b8b 100644 --- a/website/docs/providers/proxy/proxy.md +++ b/website/docs/providers/proxy/proxy.md @@ -30,7 +30,7 @@ If you enable *Set HTTP-Basic Authentication* option, the HTTP Authorization hea Besides these user-specific headers, some application specific headers are also set: -- X-authentik-meta-outpost: `authentik Core` +- X-authentik-meta-outpost: `authentik Embedded Outpost` The authentik outpost's name.