Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goauthentik/testing-setups
Store configurations for common setups
https://github.com/goauthentik/testing-setups
authentik flux flux2 helm kubernetes nginx testing traefik
Last synced: 3 months ago
JSON representation
Store configurations for common setups
- Host: GitHub
- URL: https://github.com/goauthentik/testing-setups
- Owner: goauthentik
- Created: 2021-08-28T19:04:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-06T19:21:18.000Z (about 1 year ago)
- Last Synced: 2023-11-08T05:20:56.496Z (about 1 year ago)
- Topics: authentik, flux, flux2, helm, kubernetes, nginx, testing, traefik
- Language: HCL
- Homepage:
- Size: 85.9 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
[![](https://img.shields.io/discord/809154715984199690?label=Discord&style=for-the-badge)](https://discord.gg/jg33eMhnj6)
> [!WARNING]
> These test files are now part of the authentik e2e tests, see https://github.com/goauthentik/authentik/pull/11374# authentik testing setups
authentik docker-compose and kubernetes setups for forward auth in various configurations
## Required local tools
- docker-compose (v2 preferred, see https://docs.docker.com/compose/install/)
- Terraform (1.0+, see https://developer.hashicorp.com/terraform/downloads)## 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_domain/README.md)
- `compose-nginx-forward_single`: Nginx, forward auth (Single app) [here](./compose-nginx-forward_single/README.md)
- `compose-traefik-forward_single`: Traefik, forward auth (Single app) [here](./compose-traefik-forward_single/README.md)