The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
grafana/devenv/docker/blocks/auth/README.md

32 lines
806 B

# 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.
```bash
make devenv=oauth
```
This will add the `oauth/docker-compose` block to the `docker-compose` file used
by the `devenv` target.
## Available Authentication Providers
- [apache_proxy](./apache_proxy)
- [apache_proxy_mac](./apache_proxy_mac)
- [freeipa](./freeipa)
- [jwt_proxy](./jwt_proxy)
- [oauth](./oauth)
- [nginx_proxy](./nginx_proxy)
- [nginx_proxy_mac](./nginx_proxy_mac)
- [oauth](./oauth)
- [openldap](./openldap)
- [openldap-multiple](./openldap-multiple)
- [prometheus_basic_auth_proxy](./prometheus_basic_auth_proxy)
- [saml](./saml)