#[SOLVED] Manual Outpost deployment

1 messages · Page 1 of 1 (latest)

vital imp
#

https://goauthentik.io/docs/outposts/manual-deploy-docker-compose says for AUTHENTIK_TOKEN just "token generated by authentik". I tried following how the token for embedded outpost is generated, but trying to connect a proxy outpost with it results in logs of

panic: No outposts found with given token, ensure the given token corresponds to an authenitk Outpost

How should such a manual Outpost deployment be configured/performed?

To deploy an outpost with docker-compose, use this snippet in your docker-compose file.

polar barn
#

you have to create an outpost in authentik (and not select any integration) and then use the token that creates

vital imp
#

Ah, thank you, let me try that