grafana/devenv/docker/blocks/auth
SeamusGrafana 711cedfe34
DevEnv: Add Support for SAML SLO in Authentik (#69147)
* Update Authentik Image Version in docker-compose.yaml

Update Authentik Image Version in `docker-compose.yaml` to use the current version (as of writing) which is `2023.5.1` where this has been tested against.

* DevEnv: update SLO support for Authentik
2023-06-21 08:14:11 +02:00
..
apache_proxy Fix paths for auth/ build and volume paths (#54828) 2022-09-07 10:53:58 +02:00
apache_proxy_mac Fix paths for auth/ build and volume paths (#54828) 2022-09-07 10:53:58 +02:00
authentik DevEnv: Add Support for SAML SLO in Authentik (#69147) 2023-06-21 08:14:11 +02:00
freeipa Chore: Group auth docker blocks (#54274) 2022-08-29 08:36:56 +02:00
jwt_proxy Devenv: Update auth devenv versions (#69370) 2023-06-01 17:28:55 +02:00
nginx_proxy Fix paths for auth/ build and volume paths (#54828) 2022-09-07 10:53:58 +02:00
nginx_proxy_mac AuthN: Make clientTokenRotation work when Grafana is accessible on a sub url (#69385) 2023-06-01 17:06:00 +02:00
oauth Devenv: Update auth devenv versions (#69370) 2023-06-01 17:28:55 +02:00
openldap Promote openldap-mac (#61332) 2023-01-12 10:20:01 +01:00
openldap-multiple Fix paths for auth/ build and volume paths (#54828) 2022-09-07 10:53:58 +02:00
prometheus_basic_auth_proxy Fix paths for auth/ build and volume paths (#54828) 2022-09-07 10:53:58 +02:00
prometheus_oauth2_proxy_azure Devenv: Add prometheus_oauth2_proxy_azure devenv (#66825) 2023-04-19 17:28:14 +02:00
README.md Promote openldap-mac (#61332) 2023-01-12 10:20:01 +01:00

Auth Docker blocks

This collection of Docker images will help create a developer environment to interact with different Authentication Providers.

Usage

Spin up a service with the following command from the base directory of this repository.

make devenv=oauth

This will add the oauth/docker-compose block to the docker-compose file used by the devenv target.

Available Authentication Providers