Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 1.18 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.18 KB

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