bunkerweb/examples/authentik
2026-05-22 23:21:55 +02:00
..
blueprints Add Authentik example configuration and setup scripts for forward-auth demo 2026-04-11 09:00:01 +02:00
.env Update examples with new stack 2024-06-26 17:25:43 +01:00
authentik-chart-values.yml Add Authentik example configuration and setup scripts for forward-auth demo 2026-04-11 09:00:01 +02:00
autoconf.yml Add Authentik example configuration and setup scripts for forward-auth demo 2026-04-11 09:00:01 +02:00
cleanup-kubernetes.sh Add Authentik example configuration and setup scripts for forward-auth demo 2026-04-11 09:00:01 +02:00
docker-compose.yml Road to 1.6.11~rc1 🚀 2026-05-22 23:21:55 +02:00
kubernetes.yml Refactor Authentik Ingress configurations for improved clarity and organizatio 2026-04-21 17:41:45 +02:00
README.md Add Authentik example configuration and setup scripts for forward-auth demo 2026-04-11 09:00:01 +02:00
setup-kubernetes.sh Add Authentik example configuration and setup scripts for forward-auth demo 2026-04-11 09:00:01 +02:00
tests.json.backup feat(tests): add backup configuration for authentik tests 2026-04-23 09:48:43 +02:00

BunkerWeb + Authentik (Forward Auth, Domain Level)

This example protects two demo applications (app1 and app2) behind a single Authentik instance using the Forward auth (domain level) mode. BunkerWeb sits in front of everything as the reverse proxy and Web Application Firewall, calls the Authentik outpost on each request via auth_request, and redirects unauthenticated users to the Authentik sign-in flow.

The Authentik stack (server, worker, postgresql) tracks the upstream docker-compose reference for 2026.2+ and no longer needs Redis. An Authentik blueprint auto-provisions the forward-auth providers, applications and the embedded outpost binding, so both apps work out of the box without any manual click-through in the Authentik admin UI.

Supported integrations: docker-compose.yml, autoconf.yml and kubernetes.yml.

See the BunkerWeb documentation for the full configuration reference.