forked from coop-cloud/traefik
coop-cloud/traefik#95 Reviewed-on: coop-cloud/traefik#96 Reviewed-by: p4u1 <p4u1@noreply.git.coopcloud.tech> Co-authored-by: decentral1se <cellarspoon@riseup.net> Co-committed-by: decentral1se <cellarspoon@riseup.net>
11 lines
583 B
Plaintext
11 lines
583 B
Plaintext
/!\ BREAKING CHANGE: Change metrics endpoint to use https instead of http 8082
|
|
to prevent sending BASIC_AUTH in plaintext
|
|
|
|
The metrics endpoint changed from http on port 8082 to the web-secure
|
|
endpoint to prevent sending BASIC_AUTH credentials plaintext. If metrics is
|
|
enabled you need to configure a FQDN for it by setting METRICS_FQDN in your
|
|
.env. You should also update the scrape config files in prometheus for
|
|
Traefik metrics from port 8082 to the new FQDN.
|
|
|
|
All changes: https://git.coopcloud.tech/coop-cloud/traefik/compare/5.0.0+v3.6.10...4.0.0+v3.6.10
|