From 56bff066f794ae7173f67dcb78d2bad5beef867f Mon Sep 17 00:00:00 2001 From: Bert-Jan Fikse Date: Fri, 10 Apr 2026 17:24:16 +0200 Subject: [PATCH] chore: add vagrant config for authentik ldap outpost Signed-off-by: Bert-Jan Fikse --- .../vagrant/host_vars/backend/authentik_outpost_ldap.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 inventories/vagrant/host_vars/backend/authentik_outpost_ldap.yml diff --git a/inventories/vagrant/host_vars/backend/authentik_outpost_ldap.yml b/inventories/vagrant/host_vars/backend/authentik_outpost_ldap.yml new file mode 100644 index 0000000..010d3e9 --- /dev/null +++ b/inventories/vagrant/host_vars/backend/authentik_outpost_ldap.yml @@ -0,0 +1,4 @@ +authentik_outpost_ldap_host: "http://authentik-server-1:9000" +authentik_outpost_ldap_token: "vagrant-ldap-outpost-token-change-in-production" +authentik_outpost_ldap_insecure: "true" +authentik_outpost_ldap_authentik_network: "authentik_backend"