outposts: rename outpost
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
ef23a0da52
commit
a5c30fd9c7
|
@ -35,7 +35,7 @@ class OutpostManager(ObjectManager):
|
|||
Outpost,
|
||||
MANAGED_OUTPOST,
|
||||
created_callback=outpost_created,
|
||||
name="authentik Embedded Outpost",
|
||||
name="authentik Core",
|
||||
type=OutpostType.PROXY,
|
||||
),
|
||||
]
|
||||
|
|
|
@ -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 Embedded Outpost`
|
||||
- X-authentik-meta-outpost: `authentik Core`
|
||||
|
||||
The authentik outpost's name.
|
||||
|
||||
|
|
Reference in New Issue