VictoriaMetrics/docs/changelog
Zhu Jiekun c193e6d43e
lib/discovery/azure: fix host check in next link in Azure SD (#6915)
Previous bugfix at 49f63b2 only partially fixed pagination host validation error.

 Before this fix it was:
```
unexpected nextLink host \"management.azure.com\", expecting \"https://management.azure.com\"
```

Now we only check the `Host` without schema. 

However, when Azure respond `nextLink` in `Host:Port` format, the
`nextLink` check will fail:
```
unexpected nextLink host \"management.azure.com:443\", expecting \"management.azure.com\"
```

This pull request further relaxes the checks by only checking the
`Hostname`.

---

 related issue: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6912
2024-09-05 16:48:09 +02:00
..
_index.md docs: move changelog to dir (#6853) 2024-08-21 17:26:54 +02:00
CHANGELOG.md lib/discovery/azure: fix host check in next link in Azure SD (#6915) 2024-09-05 16:48:09 +02:00
CHANGELOG_2020.md docs: fix broken links to prev changelogs 2024-08-31 16:34:21 +02:00
CHANGELOG_2021.md docs: fix broken links to prev changelogs 2024-08-31 16:34:21 +02:00
CHANGELOG_2022.md docs: fix broken links to prev changelogs 2024-08-31 16:34:21 +02:00
CHANGELOG_2023.md docs: fix broken links to prev changelogs 2024-08-31 16:34:21 +02:00