mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
* 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 |
||
---|---|---|
.. | ||
apache_proxy | ||
apache_proxy_mac | ||
authentik | ||
freeipa | ||
jwt_proxy | ||
nginx_proxy | ||
nginx_proxy_mac | ||
oauth | ||
openldap | ||
openldap-multiple | ||
prometheus_basic_auth_proxy | ||
prometheus_oauth2_proxy_azure | ||
README.md |
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.