Skip to content

goauthentik/testing-setups

Repository files navigation

authentik logo


authentik testing setups

authentik docker-compose and kubernetes setups for forward auth in various configurations

Required local tools

Run (docker-compose)

make compose-local will setup a local docker-compose authentik install. Afterwards, check the README.md in one of the following directories:

  • compose-nginx-forward_domain: Nginx, forward auth (Domain) here
  • compose-nginx-forward_single: Nginx, forward auth (Single app) here
  • compose-traefik-forward_single: Traefik, forward auth (Single app) here