Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
/ testing-setups Public archive

Store configurations for common setups

Notifications You must be signed in to change notification settings

goauthentik/testing-setups

Repository files navigation

authentik logo


Warning

These test files are now part of the authentik e2e tests, see goauthentik/authentik#11374

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