grafana/devenv/docker/blocks/auth
Jo 0c8ad80575
Authn: JWT client (#61157)
* add jwt client

* alias JWT verifier

* debug implementation

* add tests for jwt client

* add constant for JWT module

* Feedback

Co-authored-by: Kalle Persson <kalle.persson@grafana.com>
Co-authored-by: Mihály Gyöngyösi <mgyongyosi@users.noreply.github.com>

Co-authored-by: Kalle Persson <kalle.persson@grafana.com>
Co-authored-by: Mihály Gyöngyösi <mgyongyosi@users.noreply.github.com>
2023-01-10 15:08:52 +01: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 SAML authentik devenv (#60881) 2023-01-03 10:06:24 +00:00
freeipa Chore: Group auth docker blocks (#54274) 2022-08-29 08:36:56 +02:00
jwt_proxy fix(config/jwt): the value should be "expect_claims", not "expected_claims" (#58284) 2022-11-07 12:29:27 +00:00
nginx_proxy Fix paths for auth/ build and volume paths (#54828) 2022-09-07 10:53:58 +02:00
nginx_proxy_mac Fix paths for auth/ build and volume paths (#54828) 2022-09-07 10:53:58 +02:00
oauth Authn: JWT client (#61157) 2023-01-10 15:08:52 +01:00
openldap Fix docker compose for openldap and oauth (#54745) 2022-09-06 14:22:03 +02:00
openldap-mac Devenv: OpenLDAP-Mac improvements (#60229) 2022-12-13 18:20:37 +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
README.md Chore: Group auth docker blocks (#54274) 2022-08-29 08:36:56 +02: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