This fixes the insecure Traefik metrics endpoint. See coop-cloud/traefik#94 for details. Reviewed-on: #17 Co-authored-by: Danny Groenewegen <mail@dannygroenewegen.nl> Co-committed-by: Danny Groenewegen <mail@dannygroenewegen.nl>
9 lines
582 B
Plaintext
9 lines
582 B
Plaintext
1. OIDC was moved into a seperate compose file. If you have oidc configured you need to add the following line to you .env file:
|
|
|
|
COMPOSE_FILE="$COMPOSE_FILE:compose.grafana-oidc.yml"
|
|
|
|
2. SMTP was moved into a seperate compose file. If you have smtp configured you need to add the following line to you .env file:
|
|
|
|
COMPOSE_FILE="$COMPOSE_FILE:compose.grafana-smtp.yml"
|
|
|
|
3. The scape-config.example.yml file and add_node() command were updated to use a secure endpoint for the traefik metrics instead http. This requires an updated Traefik recipe that publishes the metrics on https. |