Skip to content
This repository was 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

This branch is up to date with main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f343860 · Sep 18, 2024

History

26 Commits
Sep 19, 2022
Nov 6, 2023
Nov 1, 2022
Nov 1, 2022
Nov 1, 2022
Feb 20, 2023
Nov 6, 2023
Nov 6, 2023
Nov 1, 2022
Nov 1, 2022
Sep 19, 2022
Nov 1, 2022
Sep 18, 2024

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